COLOR #C9BACD

HEX: #C9BACD
RGB: (201,186,205)

Color info

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

RGB color model

#C9BACD color RGB value is (201,186,205).

  • red value is 201;
  • green value is 186;
  • blue value is 205.
RGB:
(201,186,205)
(79%,73%,80%)

RGB channels and saturation

R 201 of 255 = 79%
G 186 of 255 = 73%
B 205 of 255 = 80%

201
186
205

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

Portions of RGB colors in percentages

R + G + B =
201 + 186 + 205 = 592 (100%)
R 201 of 592 ~ 33.95%
G 186 of 592 ~ 31.42%
B 205 of 592 ~ 34.63%

%33.95
%31.42
%34.63

CMYK color model

#C9BACD color CMYK value is (2,9,0,20).

  • cyan value is 1.95%
  • magenta value is 9.27%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(2,9,0,20)
C2M9Y0K20 
(2%,9%,0%,20%)
(0.02/0.09/0.00/0.20)	

CMYK percentages

%1.95
%9.27
%0
%19.61

Codes

Color #C9BACD in popluar color models

C9BACD
RGB201186205
HSL287°15.97%76.67%
HSB/HSV287°9.27%80.39%
CMYK1.95%9.27%0.00%
19.61%

Color #C9BACD in popluar number systems.

HEXC9BACD
Decimal201186205
Binary110010011011101011001101
Octal311272315

Shades and tints

Shades of #C9BACD

#C9BACD
(201,186,205)
#B7AABB
(183,170,187)
#A59AA9
(165,154,169)
#938A97
(147,138,151)
#817A85
(129,122,133)
#6F6A73
(111,106,115)
#5D5A61
(93,90,97)
#4B4A4F
(75,74,79)
#393A3D
(57,58,61)
#272A2B
(39,42,43)
#151A19
(21,26,25)
#000000
(0,0,0)

Tints of #C9BACD

#C9BACD
(201,186,205)
#CDC0D1
(205,192,209)
#D1C6D5
(209,198,213)
#D5CCD9
(213,204,217)
#D9D2DD
(217,210,221)
#DDD8E1
(221,216,225)
#E1DEE5
(225,222,229)
#E5E4E9
(229,228,233)
#E9EAED
(233,234,237)
#EDF0F1
(237,240,241)
#F1F6F5
(241,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9BACD color. Also use rgb(201,186,205) instead hex code.

Text Font Color

.myTextColor { color: #C9BACD; }

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

This text font color is #C9BACD.


Background Color

.myBgColor { background-color: #C9BACD; }

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

This div background color is #C9BACD.


Border color

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

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

This div border color is #C9BACD.


Opacity

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

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

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

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

This text has shadow with #C9BACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9BACD on black background.


Color preview on white background

This text has color #C9BACD on white background.



Black color preview on #C9BACD background

This text has black color on #C9BACD background.


White color preview on #C9BACD background

This text has white color on #C9BACD background.