COLOR #C5CDBF

HEX: #C5CDBF
RGB: (197,205,191)

Color info

#C5CDBF contains red, green and blue colors in about the same proportion. Web safe color of #C5CDBF is #CCCCCC (or #CCC).

RGB color model

#C5CDBF color RGB value is (197,205,191).

  • red value is 197;
  • green value is 205;
  • blue value is 191.
RGB:
(197,205,191)
(77%,80%,75%)

RGB channels and saturation

R 197 of 255 = 77%
G 205 of 255 = 80%
B 191 of 255 = 75%

197
205
191

R + G + B ~ 77%. #C5CDBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 205 + 191 = 593 (100%)
R 197 of 593 ~ 33.22%
G 205 of 593 ~ 34.57%
B 191 of 593 ~ 32.21%

%33.22
%34.57
%32.21

CMYK color model

#C5CDBF color CMYK value is (4,0,7,20).

  • cyan value is 3.90%
  • magenta value is 0.00%
  • yellow value is 6.83%
  • key color value is 19.61%
CMYK:
(4,0,7,20)
C4M0Y7K20 
(4%,0%,7%,20%)
(0.04/0.00/0.07/0.20)	

CMYK percentages

%3.9
%0
%6.83
%19.61

Codes

Color #C5CDBF in popluar color models

C5CDBF
RGB197205191
HSL94°12.28%77.65%
HSB/HSV94°6.83%80.39%
CMYK3.90%0.00%6.83%
19.61%

Color #C5CDBF in popluar number systems.

HEXC5CDBF
Decimal197205191
Binary110001011100110110111111
Octal305315277

Shades and tints

Shades of #C5CDBF

#C5CDBF
(197,205,191)
#B4BBAE
(180,187,174)
#A3A99D
(163,169,157)
#92978C
(146,151,140)
#81857B
(129,133,123)
#70736A
(112,115,106)
#5F6159
(95,97,89)
#4E4F48
(78,79,72)
#3D3D37
(61,61,55)
#2C2B26
(44,43,38)
#1B1915
(27,25,21)
#000000
(0,0,0)

Tints of #C5CDBF

#C5CDBF
(197,205,191)
#CAD1C4
(202,209,196)
#CFD5C9
(207,213,201)
#D4D9CE
(212,217,206)
#D9DDD3
(217,221,211)
#DEE1D8
(222,225,216)
#E3E5DD
(227,229,221)
#E8E9E2
(232,233,226)
#EDEDE7
(237,237,231)
#F2F1EC
(242,241,236)
#F7F5F1
(247,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5CDBF color. Also use rgb(197,205,191) instead hex code.

Text Font Color

.myTextColor { color: #C5CDBF; }

<p style="color:#C5CDBF">This sample text font color is #C5CDBF.</p>

This text font color is #C5CDBF.


Background Color

.myBgColor { background-color: #C5CDBF; }

<div style="background-color:#C5CDBF">Inner text</div>

This div background color is #C5CDBF.


Border color

.myBorderColor { border: 1px solid #C5CDBF; }

<div style="border:3px solid #C5CDBF">Div</div>

This div border color is #C5CDBF.


Opacity

.myOpacity80 { color: #C5CDBF; opacity: 0.8; }

<p style="color:#C5CDBF;opacity:0.8;">80%</p>

Text with #C5CDBF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C5CDBF;}

<p style="text-shadow: 3px 3px 1px #C5CDBF">Text here.</p>

This text has shadow with #C5CDBF color.

.textShadow {text-shadow: 3px 3px 1px #C5CDBF, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C5CDBF, 5px 5px 20px red">Text here.</p>

This text has shadow with #C5CDBF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5CDBF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C5CDBF, Direction=45, Strength=4)">Text</p>

This text has shadow with #C5CDBF and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C5CDBF;
  -webkit-box-shadow:	1px 1px 3px 2px #C5CDBF;
  box-shadow:		1px 1px 3px 2px #C5CDBF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5CDBF;
-webkit-box-shadow: 1px 1px 3px 2px #C5CDBF;
box-shadow:1px 1px 3px 2px #C5CDBF;">
Div content here</div>
This div box has shadow with color #C5CDBF.

Preview

Color preview on black background

This text has color #C5CDBF on black background.


Color preview on white background

This text has color #C5CDBF on white background.



Black color preview on #C5CDBF background

This text has black color on #C5CDBF background.


White color preview on #C5CDBF background

This text has white color on #C5CDBF background.