COLOR #C9BBB3

HEX: #C9BBB3
RGB: (201,187,179)

Color info

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

RGB color model

#C9BBB3 color RGB value is (201,187,179).

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

RGB channels and saturation

R 201 of 255 = 79%
G 187 of 255 = 73%
B 179 of 255 = 70%

201
187
179

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

Portions of RGB colors in percentages

R + G + B =
201 + 187 + 179 = 567 (100%)
R 201 of 567 ~ 35.45%
G 187 of 567 ~ 32.98%
B 179 of 567 ~ 31.57%

%35.45
%32.98
%31.57

CMYK color model

#C9BBB3 color CMYK value is (0,7,11,21).

  • cyan value is 0.00%
  • magenta value is 6.97%
  • yellow value is 10.95%
  • key color value is 21.18%
CMYK:
(0,7,11,21)
C0M7Y11K21 
(0%,7%,11%,21%)
(0.00/0.07/0.11/0.21)	

CMYK percentages

%0
%6.97
%10.95
%21.18

Codes

Color #C9BBB3 in popluar color models

C9BBB3
RGB201187179
HSL22°16.92%74.51%
HSB/HSV22°10.95%78.82%
CMYK0.00%6.97%10.95%
21.18%

Color #C9BBB3 in popluar number systems.

HEXC9BBB3
Decimal201187179
Binary110010011011101110110011
Octal311273263

Shades and tints

Shades of #C9BBB3

#C9BBB3
(201,187,179)
#B7AAA3
(183,170,163)
#A59993
(165,153,147)
#938883
(147,136,131)
#817773
(129,119,115)
#6F6663
(111,102,99)
#5D5553
(93,85,83)
#4B4443
(75,68,67)
#393333
(57,51,51)
#272223
(39,34,35)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #C9BBB3

#C9BBB3
(201,187,179)
#CDC1B9
(205,193,185)
#D1C7BF
(209,199,191)
#D5CDC5
(213,205,197)
#D9D3CB
(217,211,203)
#DDD9D1
(221,217,209)
#E1DFD7
(225,223,215)
#E5E5DD
(229,229,221)
#E9EBE3
(233,235,227)
#EDF1E9
(237,241,233)
#F1F7EF
(241,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9BBB3; }

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

This text font color is #C9BBB3.


Background Color

.myBgColor { background-color: #C9BBB3; }

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

This div background color is #C9BBB3.


Border color

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

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

This div border color is #C9BBB3.


Opacity

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

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

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

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

This text has shadow with #C9BBB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9BBB3 on black background.


Color preview on white background

This text has color #C9BBB3 on white background.



Black color preview on #C9BBB3 background

This text has black color on #C9BBB3 background.


White color preview on #C9BBB3 background

This text has white color on #C9BBB3 background.