COLOR #C9BCCB

HEX: #C9BCCB
RGB: (201,188,203)

Color info

#C9BCCB contains red, green and blue colors in about the same proportion. Web safe color of #C9BCCB is #CCCCCC (or #CCC).

RGB color model

#C9BCCB color RGB value is (201,188,203).

  • red value is 201;
  • green value is 188;
  • blue value is 203.
RGB:
(201,188,203)
(79%,74%,80%)

RGB channels and saturation

R 201 of 255 = 79%
G 188 of 255 = 74%
B 203 of 255 = 80%

201
188
203

R + G + B ~ 78%. #C9BCCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 188 + 203 = 592 (100%)
R 201 of 592 ~ 33.95%
G 188 of 592 ~ 31.76%
B 203 of 592 ~ 34.29%

%33.95
%31.76
%34.29

CMYK color model

#C9BCCB color CMYK value is (1,7,0,20).

  • cyan value is 0.99%
  • magenta value is 7.39%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(1,7,0,20)
C1M7Y0K20 
(1%,7%,0%,20%)
(0.01/0.07/0.00/0.20)	

CMYK percentages

%0.99
%7.39
%0
%20.39

Codes

Color #C9BCCB in popluar color models

C9BCCB
RGB201188203
HSL292°12.61%76.67%
HSB/HSV292°7.39%79.61%
CMYK0.99%7.39%0.00%
20.39%

Color #C9BCCB in popluar number systems.

HEXC9BCCB
Decimal201188203
Binary110010011011110011001011
Octal311274313

Shades and tints

Shades of #C9BCCB

#C9BCCB
(201,188,203)
#B7ABB9
(183,171,185)
#A59AA7
(165,154,167)
#938995
(147,137,149)
#817883
(129,120,131)
#6F6771
(111,103,113)
#5D565F
(93,86,95)
#4B454D
(75,69,77)
#39343B
(57,52,59)
#272329
(39,35,41)
#151217
(21,18,23)
#000000
(0,0,0)

Tints of #C9BCCB

#C9BCCB
(201,188,203)
#CDC2CF
(205,194,207)
#D1C8D3
(209,200,211)
#D5CED7
(213,206,215)
#D9D4DB
(217,212,219)
#DDDADF
(221,218,223)
#E1E0E3
(225,224,227)
#E5E6E7
(229,230,231)
#E9ECEB
(233,236,235)
#EDF2EF
(237,242,239)
#F1F8F3
(241,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9BCCB color. Also use rgb(201,188,203) instead hex code.

Text Font Color

.myTextColor { color: #C9BCCB; }

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

This text font color is #C9BCCB.


Background Color

.myBgColor { background-color: #C9BCCB; }

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

This div background color is #C9BCCB.


Border color

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

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

This div border color is #C9BCCB.


Opacity

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

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

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

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

This text has shadow with #C9BCCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9BCCB on black background.


Color preview on white background

This text has color #C9BCCB on white background.



Black color preview on #C9BCCB background

This text has black color on #C9BCCB background.


White color preview on #C9BCCB background

This text has white color on #C9BCCB background.