COLOR #C9CABC

HEX: #C9CABC RGB: (201,202,188)

Color info

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

RGB color model

#C9CABC color RGB value is (201,202,188).

RGB: (201,202,188) (79%, 79%, 74%)

RGB channels and saturation

R 201 of 255 = 79%
G 202 of 255 = 79%
B 188 of 255 = 74%

201
202
188

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

Portions of RGB colors in percentages

R + G + B = 201 + 202 + 188 = 591 (100%)
R 201 of 591 ~ 34.01%
G 202 of 591 ~ 34.18%
B 188 of 591 ~ 31.81'%

%34.01
%34.18
%31.81

CMYK color model

#C9CABC color CMYK value is (0,0,7,21).

  • cyan value is 0.50%
  • magenta value is 0.00%
  • yellow value is 6.93%
  • key color value is 20.78%

CMYK: (0,0,7,21)
C0M0Y7K21 (0%, 0%, 7%, 21%)
(0.00 / 0.00 / 0.07 / 0.21)

CMYK percentages

%0.5
%0
%6.93
%20.78

Codes

Color #C9CABC in popluar color models

C9 CA BC
RGB 201 202 188
HSL 64° 11.67% 76.47%
HSB/HSV 64° 6.93% 79.22%
CMYK 0.50% 0.00% 6.93%
20.78%

Color #C9CABC in popluar number systems.

HEX C9 CA BC
Decimal 201 202 188
Binary 11001001 11001010 10111100
Octal 311 312 274

Shades and tints

Shades of #C9CABC

#C9CABC
(201,202,188)
#B7B8AB
(183,184,171)
#A5A69A
(165,166,154)
#939489
(147,148,137)
#818278
(129,130,120)
#6F7067
(111,112,103)
#5D5E56
(93,94,86)
#4B4C45
(75,76,69)
#393A34
(57,58,52)
#272823
(39,40,35)
#151612
(21,22,18)
#000000
(0,0,0)

Tints of #C9CABC

#C9CABC
(201,202,188)
#CDCEC2
(205,206,194)
#D1D2C8
(209,210,200)
#D5D6CE
(213,214,206)
#D9DAD4
(217,218,212)
#DDDEDA
(221,222,218)
#E1E2E0
(225,226,224)
#E5E6E6
(229,230,230)
#E9EAEC
(233,234,236)
#EDEEF2
(237,238,242)
#F1F2F8
(241,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9CABC color. Also use rgb(201,202,188) instead hex code.

Text Font Color

.myTextColor { color: #C9CABC; }

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

This text font color is #C9CABC.

Background Color

.myBgColor { background-color: #C9CABC; }

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

This div background color is #C9CABC.

Border color

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

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

This div border color is #C9CABC.

Opacity

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

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

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

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

This text has shadow with #C9CABC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9CABC.

Preview

Color preview on black background

This text has color #C9CABC on black background.


Color preview on white background

This text has color #C9CABC on white background.


Black color preview on #C9CABC background

This text has black color on #C9CABC background.


White color preview on #C9CABC background

This text has white color on #C9CABC background.


Related colors

Complementary color

Complementary color for #hex is #363543.


I love getcolorcode.com

Triadic colors

1 #BCC9CA and #CABCC9 with #C9CABC are triadic colors.

2 #BCCAC9 and #CAC9BC with #C9CABC are triadic colors.