COLOR #C9BCC8

HEX: #C9BCC8
RGB: (201,188,200)

Color info

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

RGB color model

#C9BCC8 color RGB value is (201,188,200).

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

RGB channels and saturation

R 201 of 255 = 79%
G 188 of 255 = 74%
B 200 of 255 = 78%

201
188
200

R + G + B ~ 77%. #C9BCC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 188 + 200 = 589 (100%)
R 201 of 589 ~ 34.13%
G 188 of 589 ~ 31.92%
B 200 of 589 ~ 33.96%

%34.13
%31.92
%33.96

CMYK color model

#C9BCC8 color CMYK value is (0,6,0,21).

  • cyan value is 0.00%
  • magenta value is 6.47%
  • yellow value is 0.50%
  • key color value is 21.18%
CMYK:
(0,6,0,21)
C0M6Y0K21 
(0%,6%,0%,21%)
(0.00/0.06/0.00/0.21)	

CMYK percentages

%0
%6.47
%0.5
%21.18

Codes

Color #C9BCC8 in popluar color models

C9BCC8
RGB201188200
HSL305°10.74%76.27%
HSB/HSV305°6.47%78.82%
CMYK0.00%6.47%0.50%
21.18%

Color #C9BCC8 in popluar number systems.

HEXC9BCC8
Decimal201188200
Binary110010011011110011001000
Octal311274310

Shades and tints

Shades of #C9BCC8

#C9BCC8
(201,188,200)
#B7ABB6
(183,171,182)
#A59AA4
(165,154,164)
#938992
(147,137,146)
#817880
(129,120,128)
#6F676E
(111,103,110)
#5D565C
(93,86,92)
#4B454A
(75,69,74)
#393438
(57,52,56)
#272326
(39,35,38)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #C9BCC8

#C9BCC8
(201,188,200)
#CDC2CD
(205,194,205)
#D1C8D2
(209,200,210)
#D5CED7
(213,206,215)
#D9D4DC
(217,212,220)
#DDDAE1
(221,218,225)
#E1E0E6
(225,224,230)
#E5E6EB
(229,230,235)
#E9ECF0
(233,236,240)
#EDF2F5
(237,242,245)
#F1F8FA
(241,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9BCC8; }

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

This text font color is #C9BCC8.


Background Color

.myBgColor { background-color: #C9BCC8; }

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

This div background color is #C9BCC8.


Border color

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

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

This div border color is #C9BCC8.


Opacity

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

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

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

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

This text has shadow with #C9BCC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9BCC8 on black background.


Color preview on white background

This text has color #C9BCC8 on white background.



Black color preview on #C9BCC8 background

This text has black color on #C9BCC8 background.


White color preview on #C9BCC8 background

This text has white color on #C9BCC8 background.