COLOR #C9CCB1

HEX: #C9CCB1
RGB: (201,204,177)

Color info

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

RGB color model

#C9CCB1 color RGB value is (201,204,177).

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

RGB channels and saturation

R 201 of 255 = 79%
G 204 of 255 = 80%
B 177 of 255 = 69%

201
204
177

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

Portions of RGB colors in percentages

R + G + B =
201 + 204 + 177 = 582 (100%)
R 201 of 582 ~ 34.54%
G 204 of 582 ~ 35.05%
B 177 of 582 ~ 30.41%

%34.54
%35.05
%30.41

CMYK color model

#C9CCB1 color CMYK value is (1,0,13,20).

  • cyan value is 1.47%
  • magenta value is 0.00%
  • yellow value is 13.24%
  • key color value is 20.00%
CMYK:
(1,0,13,20)
C1M0Y13K20 
(1%,0%,13%,20%)
(0.01/0.00/0.13/0.20)	

CMYK percentages

%1.47
%0
%13.24
%20

Codes

Color #C9CCB1 in popluar color models

C9CCB1
RGB201204177
HSL67°20.93%74.71%
HSB/HSV67°13.24%80.00%
CMYK1.47%0.00%13.24%
20.00%

Color #C9CCB1 in popluar number systems.

HEXC9CCB1
Decimal201204177
Binary110010011100110010110001
Octal311314261

Shades and tints

Shades of #C9CCB1

#C9CCB1
(201,204,177)
#B7BAA1
(183,186,161)
#A5A891
(165,168,145)
#939681
(147,150,129)
#818471
(129,132,113)
#6F7261
(111,114,97)
#5D6051
(93,96,81)
#4B4E41
(75,78,65)
#393C31
(57,60,49)
#272A21
(39,42,33)
#151811
(21,24,17)
#000000
(0,0,0)

Tints of #C9CCB1

#C9CCB1
(201,204,177)
#CDD0B8
(205,208,184)
#D1D4BF
(209,212,191)
#D5D8C6
(213,216,198)
#D9DCCD
(217,220,205)
#DDE0D4
(221,224,212)
#E1E4DB
(225,228,219)
#E5E8E2
(229,232,226)
#E9ECE9
(233,236,233)
#EDF0F0
(237,240,240)
#F1F4F7
(241,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CCB1; }

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

This text font color is #C9CCB1.


Background Color

.myBgColor { background-color: #C9CCB1; }

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

This div background color is #C9CCB1.


Border color

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

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

This div border color is #C9CCB1.


Opacity

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

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

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

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

This text has shadow with #C9CCB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9CCB1 on black background.


Color preview on white background

This text has color #C9CCB1 on white background.



Black color preview on #C9CCB1 background

This text has black color on #C9CCB1 background.


White color preview on #C9CCB1 background

This text has white color on #C9CCB1 background.