COLOR #C9CDBF

HEX: #C9CDBF
RGB: (201,205,191)

Color info

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

RGB color model

#C9CDBF color RGB value is (201,205,191).

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

RGB channels and saturation

R 201 of 255 = 79%
G 205 of 255 = 80%
B 191 of 255 = 75%

201
205
191

R + G + B ~ 78%. #C9CDBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 205 + 191 = 597 (100%)
R 201 of 597 ~ 33.67%
G 205 of 597 ~ 34.34%
B 191 of 597 ~ 31.99%

%33.67
%34.34
%31.99

CMYK color model

#C9CDBF color CMYK value is (2,0,7,20).

  • cyan value is 1.95%
  • magenta value is 0.00%
  • yellow value is 6.83%
  • key color value is 19.61%
CMYK:
(2,0,7,20)
C2M0Y7K20 
(2%,0%,7%,20%)
(0.02/0.00/0.07/0.20)	

CMYK percentages

%1.95
%0
%6.83
%19.61

Codes

Color #C9CDBF in popluar color models

C9CDBF
RGB201205191
HSL77°12.28%77.65%
HSB/HSV77°6.83%80.39%
CMYK1.95%0.00%6.83%
19.61%

Color #C9CDBF in popluar number systems.

HEXC9CDBF
Decimal201205191
Binary110010011100110110111111
Octal311315277

Shades and tints

Shades of #C9CDBF

#C9CDBF
(201,205,191)
#B7BBAE
(183,187,174)
#A5A99D
(165,169,157)
#93978C
(147,151,140)
#81857B
(129,133,123)
#6F736A
(111,115,106)
#5D6159
(93,97,89)
#4B4F48
(75,79,72)
#393D37
(57,61,55)
#272B26
(39,43,38)
#151915
(21,25,21)
#000000
(0,0,0)

Tints of #C9CDBF

#C9CDBF
(201,205,191)
#CDD1C4
(205,209,196)
#D1D5C9
(209,213,201)
#D5D9CE
(213,217,206)
#D9DDD3
(217,221,211)
#DDE1D8
(221,225,216)
#E1E5DD
(225,229,221)
#E5E9E2
(229,233,226)
#E9EDE7
(233,237,231)
#EDF1EC
(237,241,236)
#F1F5F1
(241,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CDBF; }

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

This text font color is #C9CDBF.


Background Color

.myBgColor { background-color: #C9CDBF; }

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

This div background color is #C9CDBF.


Border color

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

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

This div border color is #C9CDBF.


Opacity

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

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

Text with #C9CDBF 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 #C9CDBF;}

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

This text has shadow with #C9CDBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9CDBF on black background.


Color preview on white background

This text has color #C9CDBF on white background.



Black color preview on #C9CDBF background

This text has black color on #C9CDBF background.


White color preview on #C9CDBF background

This text has white color on #C9CDBF background.