COLOR #C9CBB2

HEX: #C9CBB2 RGB: (201,203,178)

Color info

#C9CBB2 contains red, green and blue colors in about the same proportion. Web safe color of #C9CBB2 is #CCCC99 (or #CC9).

RGB color model

#C9CBB2 color RGB value is (201,203,178).

RGB: (201,203,178) (79%, 80%, 70%)

RGB channels and saturation

R 201 of 255 = 79%
G 203 of 255 = 80%
B 178 of 255 = 70%

201
203
178

R + G + B ~ 76%. #C9CBB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 203 + 178 = 582 (100%)
R 201 of 582 ~ 34.54%
G 203 of 582 ~ 34.88%
B 178 of 582 ~ 30.58'%

%34.54
%34.88
%30.58

CMYK color model

#C9CBB2 color CMYK value is (1,0,12,20).

  • cyan value is 0.99%
  • magenta value is 0.00%
  • yellow value is 12.32%
  • key color value is 20.39%
CMYK: (1,0,12,20) C1M0Y12K20 (1%,0%,12%,20%) (0.01/0.00/0.12/0.20) 

CMYK percentages

%0.99
%0
%12.32
%20.39

Codes

Color #C9CBB2 in popluar color models

C9 CB B2
RGB 201 203 178
HSL 65° 19.38% 74.71%
HSB/HSV 65° 12.32% 79.61%
CMYK 0.99% 0.00% 12.32%
20.39%

Color #C9CBB2 in popluar number systems.

HEX C9 CB B2
Decimal 201 203 178
Binary 11001001 11001011 10110010
Octal 311 313 262

Shades and tints

Shades of #C9CBB2

#C9CBB2
(201,203,178)
#B7B9A2
(183,185,162)
#A5A792
(165,167,146)
#939582
(147,149,130)
#818372
(129,131,114)
#6F7162
(111,113,98)
#5D5F52
(93,95,82)
#4B4D42
(75,77,66)
#393B32
(57,59,50)
#272922
(39,41,34)
#151712
(21,23,18)
#000000
(0,0,0)

Tints of #C9CBB2

#C9CBB2
(201,203,178)
#CDCFB9
(205,207,185)
#D1D3C0
(209,211,192)
#D5D7C7
(213,215,199)
#D9DBCE
(217,219,206)
#DDDFD5
(221,223,213)
#E1E3DC
(225,227,220)
#E5E7E3
(229,231,227)
#E9EBEA
(233,235,234)
#EDEFF1
(237,239,241)
#F1F3F8
(241,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9CBB2 color. Also use rgb(201,203,178) instead hex code.

Text Font Color

.myTextColor { color: #C9CBB2; }

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

This text font color is #C9CBB2.

Background Color

.myBgColor { background-color: #C9CBB2; }

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

This div background color is #C9CBB2.

Border color

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

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

This div border color is #C9CBB2.

Opacity

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

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

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

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

This text has shadow with #C9CBB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9CBB2.

Preview

Color preview on black background

This text has color #C9CBB2 on black background.


Color preview on white background

This text has color #C9CBB2 on white background.


Black color preview on #C9CBB2 background

This text has black color on #C9CBB2 background.


White color preview on #C9CBB2 background

This text has white color on #C9CBB2 background.


Related colors

Complementary color

Complementary color for #hex is #36344D.


I love getcolorcode.com

Triadic colors

1 #B2C9CB and #CBB2C9 with #C9CBB2 are triadic colors.

2 #B2CBC9 and #CBC9B2 with #C9CBB2 are triadic colors.