COLOR #C9BFAA

HEX: #C9BFAA
RGB: (201,191,170)

Color info

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

RGB color model

#C9BFAA color RGB value is (201,191,170).

  • red value is 201;
  • green value is 191;
  • blue value is 170.
RGB:
(201,191,170)
(79%,75%,67%)

RGB channels and saturation

R 201 of 255 = 79%
G 191 of 255 = 75%
B 170 of 255 = 67%

201
191
170

R + G + B ~ 74%. #C9BFAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 191 + 170 = 562 (100%)
R 201 of 562 ~ 35.77%
G 191 of 562 ~ 33.99%
B 170 of 562 ~ 30.25%

%35.77
%33.99
%30.25

CMYK color model

#C9BFAA color CMYK value is (0,5,15,21).

  • cyan value is 0.00%
  • magenta value is 4.98%
  • yellow value is 15.42%
  • key color value is 21.18%
CMYK:
(0,5,15,21)
C0M5Y15K21 
(0%,5%,15%,21%)
(0.00/0.05/0.15/0.21)	

CMYK percentages

%0
%4.98
%15.42
%21.18

Codes

Color #C9BFAA in popluar color models

C9BFAA
RGB201191170
HSL41°22.30%72.75%
HSB/HSV41°15.42%78.82%
CMYK0.00%4.98%15.42%
21.18%

Color #C9BFAA in popluar number systems.

HEXC9BFAA
Decimal201191170
Binary110010011011111110101010
Octal311277252

Shades and tints

Shades of #C9BFAA

#C9BFAA
(201,191,170)
#B7AE9B
(183,174,155)
#A59D8C
(165,157,140)
#938C7D
(147,140,125)
#817B6E
(129,123,110)
#6F6A5F
(111,106,95)
#5D5950
(93,89,80)
#4B4841
(75,72,65)
#393732
(57,55,50)
#272623
(39,38,35)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #C9BFAA

#C9BFAA
(201,191,170)
#CDC4B1
(205,196,177)
#D1C9B8
(209,201,184)
#D5CEBF
(213,206,191)
#D9D3C6
(217,211,198)
#DDD8CD
(221,216,205)
#E1DDD4
(225,221,212)
#E5E2DB
(229,226,219)
#E9E7E2
(233,231,226)
#EDECE9
(237,236,233)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9BFAA color. Also use rgb(201,191,170) instead hex code.

Text Font Color

.myTextColor { color: #C9BFAA; }

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

This text font color is #C9BFAA.


Background Color

.myBgColor { background-color: #C9BFAA; }

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

This div background color is #C9BFAA.


Border color

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

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

This div border color is #C9BFAA.


Opacity

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

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

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

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

This text has shadow with #C9BFAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9BFAA on black background.


Color preview on white background

This text has color #C9BFAA on white background.



Black color preview on #C9BFAA background

This text has black color on #C9BFAA background.


White color preview on #C9BFAA background

This text has white color on #C9BFAA background.