COLOR #C9CCBA

HEX: #C9CCBA
RGB: (201,204,186)

Color info

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

RGB color model

#C9CCBA color RGB value is (201,204,186).

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

RGB channels and saturation

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

201
204
186

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

Portions of RGB colors in percentages

R + G + B =
201 + 204 + 186 = 591 (100%)
R 201 of 591 ~ 34.01%
G 204 of 591 ~ 34.52%
B 186 of 591 ~ 31.47%

%34.01
%34.52
%31.47

CMYK color model

#C9CCBA color CMYK value is (1,0,9,20).

  • cyan value is 1.47%
  • magenta value is 0.00%
  • yellow value is 8.82%
  • key color value is 20.00%
CMYK:
(1,0,9,20)
C1M0Y9K20 
(1%,0%,9%,20%)
(0.01/0.00/0.09/0.20)	

CMYK percentages

%1.47
%0
%8.82
%20

Codes

Color #C9CCBA in popluar color models

C9CCBA
RGB201204186
HSL70°15.00%76.47%
HSB/HSV70°8.82%80.00%
CMYK1.47%0.00%8.82%
20.00%

Color #C9CCBA in popluar number systems.

HEXC9CCBA
Decimal201204186
Binary110010011100110010111010
Octal311314272

Shades and tints

Shades of #C9CCBA

#C9CCBA
(201,204,186)
#B7BAAA
(183,186,170)
#A5A89A
(165,168,154)
#93968A
(147,150,138)
#81847A
(129,132,122)
#6F726A
(111,114,106)
#5D605A
(93,96,90)
#4B4E4A
(75,78,74)
#393C3A
(57,60,58)
#272A2A
(39,42,42)
#15181A
(21,24,26)
#000000
(0,0,0)

Tints of #C9CCBA

#C9CCBA
(201,204,186)
#CDD0C0
(205,208,192)
#D1D4C6
(209,212,198)
#D5D8CC
(213,216,204)
#D9DCD2
(217,220,210)
#DDE0D8
(221,224,216)
#E1E4DE
(225,228,222)
#E5E8E4
(229,232,228)
#E9ECEA
(233,236,234)
#EDF0F0
(237,240,240)
#F1F4F6
(241,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CCBA; }

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

This text font color is #C9CCBA.


Background Color

.myBgColor { background-color: #C9CCBA; }

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

This div background color is #C9CCBA.


Border color

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

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

This div border color is #C9CCBA.


Opacity

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

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

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

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

This text has shadow with #C9CCBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9CCBA on black background.


Color preview on white background

This text has color #C9CCBA on white background.



Black color preview on #C9CCBA background

This text has black color on #C9CCBA background.


White color preview on #C9CCBA background

This text has white color on #C9CCBA background.