COLOR #C9CDBA

HEX: #C9CDBA
RGB: (201,205,186)

Color info

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

RGB color model

#C9CDBA color RGB value is (201,205,186).

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

RGB channels and saturation

R 201 of 255 = 79%
G 205 of 255 = 80%
B 186 of 255 = 73%

201
205
186

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

Portions of RGB colors in percentages

R + G + B =
201 + 205 + 186 = 592 (100%)
R 201 of 592 ~ 33.95%
G 205 of 592 ~ 34.63%
B 186 of 592 ~ 31.42%

%33.95
%34.63
%31.42

CMYK color model

#C9CDBA color CMYK value is (2,0,9,20).

  • cyan value is 1.95%
  • magenta value is 0.00%
  • yellow value is 9.27%
  • key color value is 19.61%
CMYK:
(2,0,9,20)
C2M0Y9K20 
(2%,0%,9%,20%)
(0.02/0.00/0.09/0.20)	

CMYK percentages

%1.95
%0
%9.27
%19.61

Codes

Color #C9CDBA in popluar color models

C9CDBA
RGB201205186
HSL73°15.97%76.67%
HSB/HSV73°9.27%80.39%
CMYK1.95%0.00%9.27%
19.61%

Color #C9CDBA in popluar number systems.

HEXC9CDBA
Decimal201205186
Binary110010011100110110111010
Octal311315272

Shades and tints

Shades of #C9CDBA

#C9CDBA
(201,205,186)
#B7BBAA
(183,187,170)
#A5A99A
(165,169,154)
#93978A
(147,151,138)
#81857A
(129,133,122)
#6F736A
(111,115,106)
#5D615A
(93,97,90)
#4B4F4A
(75,79,74)
#393D3A
(57,61,58)
#272B2A
(39,43,42)
#15191A
(21,25,26)
#000000
(0,0,0)

Tints of #C9CDBA

#C9CDBA
(201,205,186)
#CDD1C0
(205,209,192)
#D1D5C6
(209,213,198)
#D5D9CC
(213,217,204)
#D9DDD2
(217,221,210)
#DDE1D8
(221,225,216)
#E1E5DE
(225,229,222)
#E5E9E4
(229,233,228)
#E9EDEA
(233,237,234)
#EDF1F0
(237,241,240)
#F1F5F6
(241,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CDBA; }

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

This text font color is #C9CDBA.


Background Color

.myBgColor { background-color: #C9CDBA; }

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

This div background color is #C9CDBA.


Border color

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

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

This div border color is #C9CDBA.


Opacity

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

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

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

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

This text has shadow with #C9CDBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9CDBA on black background.


Color preview on white background

This text has color #C9CDBA on white background.



Black color preview on #C9CDBA background

This text has black color on #C9CDBA background.


White color preview on #C9CDBA background

This text has white color on #C9CDBA background.