COLOR #C9B1AD

HEX: #C9B1AD
RGB: (201,177,173)

Color info

#C9B1AD contains red, green and blue colors in about the same proportion. Web safe color of #C9B1AD is #CC9999 (or #C99).

RGB color model

#C9B1AD color RGB value is (201,177,173).

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

RGB channels and saturation

R 201 of 255 = 79%
G 177 of 255 = 69%
B 173 of 255 = 68%

201
177
173

R + G + B ~ 72%. #C9B1AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 177 + 173 = 551 (100%)
R 201 of 551 ~ 36.48%
G 177 of 551 ~ 32.12%
B 173 of 551 ~ 31.4%

%36.48
%32.12
%31.4

CMYK color model

#C9B1AD color CMYK value is (0,12,14,21).

  • cyan value is 0.00%
  • magenta value is 11.94%
  • yellow value is 13.93%
  • key color value is 21.18%
CMYK:
(0,12,14,21)
C0M12Y14K21 
(0%,12%,14%,21%)
(0.00/0.12/0.14/0.21)	

CMYK percentages

%0
%11.94
%13.93
%21.18

Codes

Color #C9B1AD in popluar color models

C9B1AD
RGB201177173
HSL20.59%73.33%
HSB/HSV13.93%78.82%
CMYK0.00%11.94%13.93%
21.18%

Color #C9B1AD in popluar number systems.

HEXC9B1AD
Decimal201177173
Binary110010011011000110101101
Octal311261255

Shades and tints

Shades of #C9B1AD

#C9B1AD
(201,177,173)
#B7A19E
(183,161,158)
#A5918F
(165,145,143)
#938180
(147,129,128)
#817171
(129,113,113)
#6F6162
(111,97,98)
#5D5153
(93,81,83)
#4B4144
(75,65,68)
#393135
(57,49,53)
#272126
(39,33,38)
#151117
(21,17,23)
#000000
(0,0,0)

Tints of #C9B1AD

#C9B1AD
(201,177,173)
#CDB8B4
(205,184,180)
#D1BFBB
(209,191,187)
#D5C6C2
(213,198,194)
#D9CDC9
(217,205,201)
#DDD4D0
(221,212,208)
#E1DBD7
(225,219,215)
#E5E2DE
(229,226,222)
#E9E9E5
(233,233,229)
#EDF0EC
(237,240,236)
#F1F7F3
(241,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9B1AD; }

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

This text font color is #C9B1AD.


Background Color

.myBgColor { background-color: #C9B1AD; }

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

This div background color is #C9B1AD.


Border color

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

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

This div border color is #C9B1AD.


Opacity

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

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

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

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

This text has shadow with #C9B1AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9B1AD on black background.


Color preview on white background

This text has color #C9B1AD on white background.



Black color preview on #C9B1AD background

This text has black color on #C9B1AD background.


White color preview on #C9B1AD background

This text has white color on #C9B1AD background.