COLOR #C9BBA5

HEX: #C9BBA5
RGB: (201,187,165)

Color info

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

RGB color model

#C9BBA5 color RGB value is (201,187,165).

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

RGB channels and saturation

R 201 of 255 = 79%
G 187 of 255 = 73%
B 165 of 255 = 65%

201
187
165

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

Portions of RGB colors in percentages

R + G + B =
201 + 187 + 165 = 553 (100%)
R 201 of 553 ~ 36.35%
G 187 of 553 ~ 33.82%
B 165 of 553 ~ 29.84%

%36.35
%33.82
%29.84

CMYK color model

#C9BBA5 color CMYK value is (0,7,18,21).

  • cyan value is 0.00%
  • magenta value is 6.97%
  • yellow value is 17.91%
  • key color value is 21.18%
CMYK:
(0,7,18,21)
C0M7Y18K21 
(0%,7%,18%,21%)
(0.00/0.07/0.18/0.21)	

CMYK percentages

%0
%6.97
%17.91
%21.18

Codes

Color #C9BBA5 in popluar color models

C9BBA5
RGB201187165
HSL37°25.00%71.76%
HSB/HSV37°17.91%78.82%
CMYK0.00%6.97%17.91%
21.18%

Color #C9BBA5 in popluar number systems.

HEXC9BBA5
Decimal201187165
Binary110010011011101110100101
Octal311273245

Shades and tints

Shades of #C9BBA5

#C9BBA5
(201,187,165)
#B7AA96
(183,170,150)
#A59987
(165,153,135)
#938878
(147,136,120)
#817769
(129,119,105)
#6F665A
(111,102,90)
#5D554B
(93,85,75)
#4B443C
(75,68,60)
#39332D
(57,51,45)
#27221E
(39,34,30)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #C9BBA5

#C9BBA5
(201,187,165)
#CDC1AD
(205,193,173)
#D1C7B5
(209,199,181)
#D5CDBD
(213,205,189)
#D9D3C5
(217,211,197)
#DDD9CD
(221,217,205)
#E1DFD5
(225,223,213)
#E5E5DD
(229,229,221)
#E9EBE5
(233,235,229)
#EDF1ED
(237,241,237)
#F1F7F5
(241,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9BBA5; }

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

This text font color is #C9BBA5.


Background Color

.myBgColor { background-color: #C9BBA5; }

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

This div background color is #C9BBA5.


Border color

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

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

This div border color is #C9BBA5.


Opacity

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

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

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

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

This text has shadow with #C9BBA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9BBA5 on black background.


Color preview on white background

This text has color #C9BBA5 on white background.



Black color preview on #C9BBA5 background

This text has black color on #C9BBA5 background.


White color preview on #C9BBA5 background

This text has white color on #C9BBA5 background.