COLOR #C9BBAE

HEX: #C9BBAE
RGB: (201,187,174)

Color info

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

RGB color model

#C9BBAE color RGB value is (201,187,174).

  • red value is 201;
  • green value is 187;
  • blue value is 174.
RGB:
(201,187,174)
(79%,73%,68%)

RGB channels and saturation

R 201 of 255 = 79%
G 187 of 255 = 73%
B 174 of 255 = 68%

201
187
174

R + G + B ~ 73%. #C9BBAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 187 + 174 = 562 (100%)
R 201 of 562 ~ 35.77%
G 187 of 562 ~ 33.27%
B 174 of 562 ~ 30.96%

%35.77
%33.27
%30.96

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.97%
  • yellow value is 13.43%
  • key color value is 21.18%
CMYK:
(0,7,13,21)
C0M7Y13K21 
(0%,7%,13%,21%)
(0.00/0.07/0.13/0.21)	

CMYK percentages

%0
%6.97
%13.43
%21.18

Codes

Color #C9BBAE in popluar color models

C9BBAE
RGB201187174
HSL29°20.00%73.53%
HSB/HSV29°13.43%78.82%
CMYK0.00%6.97%13.43%
21.18%

Color #C9BBAE in popluar number systems.

HEXC9BBAE
Decimal201187174
Binary110010011011101110101110
Octal311273256

Shades and tints

Shades of #C9BBAE

#C9BBAE
(201,187,174)
#B7AA9F
(183,170,159)
#A59990
(165,153,144)
#938881
(147,136,129)
#817772
(129,119,114)
#6F6663
(111,102,99)
#5D5554
(93,85,84)
#4B4445
(75,68,69)
#393336
(57,51,54)
#272227
(39,34,39)
#151118
(21,17,24)
#000000
(0,0,0)

Tints of #C9BBAE

#C9BBAE
(201,187,174)
#CDC1B5
(205,193,181)
#D1C7BC
(209,199,188)
#D5CDC3
(213,205,195)
#D9D3CA
(217,211,202)
#DDD9D1
(221,217,209)
#E1DFD8
(225,223,216)
#E5E5DF
(229,229,223)
#E9EBE6
(233,235,230)
#EDF1ED
(237,241,237)
#F1F7F4
(241,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9BBAE color. Also use rgb(201,187,174) instead hex code.

Text Font Color

.myTextColor { color: #C9BBAE; }

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

This text font color is #C9BBAE.


Background Color

.myBgColor { background-color: #C9BBAE; }

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

This div background color is #C9BBAE.


Border color

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

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

This div border color is #C9BBAE.


Opacity

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

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

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

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

This text has shadow with #C9BBAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9BBAE on black background.


Color preview on white background

This text has color #C9BBAE on white background.



Black color preview on #C9BBAE background

This text has black color on #C9BBAE background.


White color preview on #C9BBAE background

This text has white color on #C9BBAE background.