COLOR #C9BACC

HEX: #C9BACC RGB: (201,186,204)

Color info

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

RGB color model

#C9BACC color RGB value is (201,186,204).

RGB: (201,186,204) (79%, 73%, 80%)

RGB channels and saturation

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

201
186
204

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

Portions of RGB colors in percentages

R + G + B = 201 + 186 + 204 = 591 (100%)
R 201 of 591 ~ 34.01%
G 186 of 591 ~ 31.47%
B 204 of 591 ~ 34.52'%

%34.01
%31.47
%34.52

CMYK color model

#C9BACC color CMYK value is (1,9,0,20).

  • cyan value is 1.47%
  • magenta value is 8.82%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (1,9,0,20)
C1M9Y0K20 (1%, 9%, 0%, 20%)
(0.01 / 0.09 / 0.00 / 0.20)

CMYK percentages

%1.47
%8.82
%0
%20

Codes

Color #C9BACC in popluar color models

C9 BA CC
RGB 201 186 204
HSL 290° 15.00% 76.47%
HSB/HSV 290° 8.82% 80.00%
CMYK 1.47% 8.82% 0.00%
20.00%

Color #C9BACC in popluar number systems.

HEX C9 BA CC
Decimal 201 186 204
Binary 11001001 10111010 11001100
Octal 311 272 314

Shades and tints

Shades of #C9BACC

#C9BACC
(201,186,204)
#B7AABA
(183,170,186)
#A59AA8
(165,154,168)
#938A96
(147,138,150)
#817A84
(129,122,132)
#6F6A72
(111,106,114)
#5D5A60
(93,90,96)
#4B4A4E
(75,74,78)
#393A3C
(57,58,60)
#272A2A
(39,42,42)
#151A18
(21,26,24)
#000000
(0,0,0)

Tints of #C9BACC

#C9BACC
(201,186,204)
#CDC0D0
(205,192,208)
#D1C6D4
(209,198,212)
#D5CCD8
(213,204,216)
#D9D2DC
(217,210,220)
#DDD8E0
(221,216,224)
#E1DEE4
(225,222,228)
#E5E4E8
(229,228,232)
#E9EAEC
(233,234,236)
#EDF0F0
(237,240,240)
#F1F6F4
(241,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9BACC; }

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

This text font color is #C9BACC.

Background Color

.myBgColor { background-color: #C9BACC; }

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

This div background color is #C9BACC.

Border color

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

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

This div border color is #C9BACC.

Opacity

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

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

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

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

This text has shadow with #C9BACC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9BACC.

Preview

Color preview on black background

This text has color #C9BACC on black background.


Color preview on white background

This text has color #C9BACC on white background.


Black color preview on #C9BACC background

This text has black color on #C9BACC background.


White color preview on #C9BACC background

This text has white color on #C9BACC background.


Related colors

Complementary color

Complementary color for #hex is #364533.


I love getcolorcode.com

Triadic colors

1 #CCC9BA and #BACCC9 with #C9BACC are triadic colors.

2 #CCBAC9 and #BAC9CC with #C9BACC are triadic colors.