COLOR #C9BCD2

HEX: #C9BCD2 RGB: (201,188,210)

Color info

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

RGB color model

#C9BCD2 color RGB value is (201,188,210).

RGB: (201,188,210) (79%, 74%, 82%)

RGB channels and saturation

R 201 of 255 = 79%
G 188 of 255 = 74%
B 210 of 255 = 82%

201
188
210

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

Portions of RGB colors in percentages

R + G + B = 201 + 188 + 210 = 599 (100%)
R 201 of 599 ~ 33.56%
G 188 of 599 ~ 31.39%
B 210 of 599 ~ 35.06'%

%33.56
%31.39
%35.06

CMYK color model

#C9BCD2 color CMYK value is (4,10,0,18).

  • cyan value is 4.29%
  • magenta value is 10.48%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (4,10,0,18)
C4M10Y0K18 (4%, 10%, 0%, 18%)
(0.04 / 0.10 / 0.00 / 0.18)

CMYK percentages

%4.29
%10.48
%0
%17.65

Codes

Color #C9BCD2 in popluar color models

C9 BC D2
RGB 201 188 210
HSL 275° 19.64% 78.04%
HSB/HSV 275° 10.48% 82.35%
CMYK 4.29% 10.48% 0.00%
17.65%

Color #C9BCD2 in popluar number systems.

HEX C9 BC D2
Decimal 201 188 210
Binary 11001001 10111100 11010010
Octal 311 274 322

Shades and tints

Shades of #C9BCD2

#C9BCD2
(201,188,210)
#B7ABBF
(183,171,191)
#A59AAC
(165,154,172)
#938999
(147,137,153)
#817886
(129,120,134)
#6F6773
(111,103,115)
#5D5660
(93,86,96)
#4B454D
(75,69,77)
#39343A
(57,52,58)
#272327
(39,35,39)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #C9BCD2

#C9BCD2
(201,188,210)
#CDC2D6
(205,194,214)
#D1C8DA
(209,200,218)
#D5CEDE
(213,206,222)
#D9D4E2
(217,212,226)
#DDDAE6
(221,218,230)
#E1E0EA
(225,224,234)
#E5E6EE
(229,230,238)
#E9ECF2
(233,236,242)
#EDF2F6
(237,242,246)
#F1F8FA
(241,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9BCD2; }

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

This text font color is #C9BCD2.

Background Color

.myBgColor { background-color: #C9BCD2; }

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

This div background color is #C9BCD2.

Border color

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

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

This div border color is #C9BCD2.

Opacity

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

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

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

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

This text has shadow with #C9BCD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9BCD2.

Preview

Color preview on black background

This text has color #C9BCD2 on black background.


Color preview on white background

This text has color #C9BCD2 on white background.


Black color preview on #C9BCD2 background

This text has black color on #C9BCD2 background.


White color preview on #C9BCD2 background

This text has white color on #C9BCD2 background.


Related colors

Complementary color

Complementary color for #hex is #36432D.


I love getcolorcode.com

Triadic colors

1 #D2C9BC and #BCD2C9 with #C9BCD2 are triadic colors.

2 #D2BCC9 and #BCC9D2 with #C9BCD2 are triadic colors.