COLOR #CCB9CE

HEX: #CCB9CE RGB: (204,185,206)

Color info

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

RGB color model

#CCB9CE color RGB value is (204,185,206).

RGB: (204,185,206) (80%, 73%, 81%)

RGB channels and saturation

R 204 of 255 = 80%
G 185 of 255 = 73%
B 206 of 255 = 81%

204
185
206

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

Portions of RGB colors in percentages

R + G + B = 204 + 185 + 206 = 595 (100%)
R 204 of 595 ~ 34.29%
G 185 of 595 ~ 31.09%
B 206 of 595 ~ 34.62'%

%34.29
%31.09
%34.62

CMYK color model

#CCB9CE color CMYK value is (1,10,0,19).

  • cyan value is 0.97%
  • magenta value is 10.19%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (1,10,0,19)
C1M10Y0K19 (1%, 10%, 0%, 19%)
(0.01 / 0.10 / 0.00 / 0.19)

CMYK percentages

%0.97
%10.19
%0
%19.22

Codes

Color #CCB9CE in popluar color models

CC B9 CE
RGB 204 185 206
HSL 294° 17.65% 76.67%
HSB/HSV 294° 10.19% 80.78%
CMYK 0.97% 10.19% 0.00%
19.22%

Color #CCB9CE in popluar number systems.

HEX CC B9 CE
Decimal 204 185 206
Binary 11001100 10111001 11001110
Octal 314 271 316

Shades and tints

Shades of #CCB9CE

#CCB9CE
(204,185,206)
#BAA9BC
(186,169,188)
#A899AA
(168,153,170)
#968998
(150,137,152)
#847986
(132,121,134)
#726974
(114,105,116)
#605962
(96,89,98)
#4E4950
(78,73,80)
#3C393E
(60,57,62)
#2A292C
(42,41,44)
#18191A
(24,25,26)
#000000
(0,0,0)

Tints of #CCB9CE

#CCB9CE
(204,185,206)
#D0BFD2
(208,191,210)
#D4C5D6
(212,197,214)
#D8CBDA
(216,203,218)
#DCD1DE
(220,209,222)
#E0D7E2
(224,215,226)
#E4DDE6
(228,221,230)
#E8E3EA
(232,227,234)
#ECE9EE
(236,233,238)
#F0EFF2
(240,239,242)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCB9CE color. Also use rgb(204,185,206) instead hex code.

Text Font Color

.myTextColor { color: #CCB9CE; }

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

This text font color is #CCB9CE.

Background Color

.myBgColor { background-color: #CCB9CE; }

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

This div background color is #CCB9CE.

Border color

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

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

This div border color is #CCB9CE.

Opacity

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

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

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

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

This text has shadow with #CCB9CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCB9CE.

Preview

Color preview on black background

This text has color #CCB9CE on black background.


Color preview on white background

This text has color #CCB9CE on white background.


Black color preview on #CCB9CE background

This text has black color on #CCB9CE background.


White color preview on #CCB9CE background

This text has white color on #CCB9CE background.


Related colors

Complementary color

Complementary color for #hex is #334631.


I love getcolorcode.com

Triadic colors

1 #CECCB9 and #B9CECC with #CCB9CE are triadic colors.

2 #CEB9CC and #B9CCCE with #CCB9CE are triadic colors.