COLOR #C9BFCA

HEX: #C9BFCA RGB: (201,191,202)

Color info

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

RGB color model

#C9BFCA color RGB value is (201,191,202).

RGB: (201,191,202) (79%, 75%, 79%)

RGB channels and saturation

R 201 of 255 = 79%
G 191 of 255 = 75%
B 202 of 255 = 79%

201
191
202

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

Portions of RGB colors in percentages

R + G + B = 201 + 191 + 202 = 594 (100%)
R 201 of 594 ~ 33.84%
G 191 of 594 ~ 32.15%
B 202 of 594 ~ 34.01'%

%33.84
%32.15
%34.01

CMYK color model

#C9BFCA color CMYK value is (0,5,0,21).

  • cyan value is 0.50%
  • magenta value is 5.45%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (0,5,0,21)
C0M5Y0K21 (0%, 5%, 0%, 21%)
(0.00 / 0.05 / 0.00 / 0.21)

CMYK percentages

%0.5
%5.45
%0
%20.78

Codes

Color #C9BFCA in popluar color models

C9 BF CA
RGB 201 191 202
HSL 295° 9.40% 77.06%
HSB/HSV 295° 5.45% 79.22%
CMYK 0.50% 5.45% 0.00%
20.78%

Color #C9BFCA in popluar number systems.

HEX C9 BF CA
Decimal 201 191 202
Binary 11001001 10111111 11001010
Octal 311 277 312

Shades and tints

Shades of #C9BFCA

#C9BFCA
(201,191,202)
#B7AEB8
(183,174,184)
#A59DA6
(165,157,166)
#938C94
(147,140,148)
#817B82
(129,123,130)
#6F6A70
(111,106,112)
#5D595E
(93,89,94)
#4B484C
(75,72,76)
#39373A
(57,55,58)
#272628
(39,38,40)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #C9BFCA

#C9BFCA
(201,191,202)
#CDC4CE
(205,196,206)
#D1C9D2
(209,201,210)
#D5CED6
(213,206,214)
#D9D3DA
(217,211,218)
#DDD8DE
(221,216,222)
#E1DDE2
(225,221,226)
#E5E2E6
(229,226,230)
#E9E7EA
(233,231,234)
#EDECEE
(237,236,238)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9BFCA color. Also use rgb(201,191,202) instead hex code.

Text Font Color

.myTextColor { color: #C9BFCA; }

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

This text font color is #C9BFCA.

Background Color

.myBgColor { background-color: #C9BFCA; }

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

This div background color is #C9BFCA.

Border color

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

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

This div border color is #C9BFCA.

Opacity

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

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

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

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

This text has shadow with #C9BFCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9BFCA.

Preview

Color preview on black background

This text has color #C9BFCA on black background.


Color preview on white background

This text has color #C9BFCA on white background.


Black color preview on #C9BFCA background

This text has black color on #C9BFCA background.


White color preview on #C9BFCA background

This text has white color on #C9BFCA background.


Related colors

Complementary color

Complementary color for #hex is #364035.


I love getcolorcode.com

Triadic colors

1 #CAC9BF and #BFCAC9 with #C9BFCA are triadic colors.

2 #CABFC9 and #BFC9CA with #C9BFCA are triadic colors.