COLOR #CCB6CE

HEX: #CCB6CE
RGB: (204,182,206)

Color info

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

RGB color model

#CCB6CE color RGB value is (204,182,206).

  • red value is 204;
  • green value is 182;
  • blue value is 206.
RGB:
(204,182,206)
(80%,71%,81%)

RGB channels and saturation

R 204 of 255 = 80%
G 182 of 255 = 71%
B 206 of 255 = 81%

204
182
206

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

Portions of RGB colors in percentages

R + G + B =
204 + 182 + 206 = 592 (100%)
R 204 of 592 ~ 34.46%
G 182 of 592 ~ 30.74%
B 206 of 592 ~ 34.8%

%34.46
%30.74
%34.8

CMYK color model

#CCB6CE color CMYK value is (1,12,0,19).

  • cyan value is 0.97%
  • magenta value is 11.65%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(1,12,0,19)
C1M12Y0K19 
(1%,12%,0%,19%)
(0.01/0.12/0.00/0.19)	

CMYK percentages

%0.97
%11.65
%0
%19.22

Codes

Color #CCB6CE in popluar color models

CCB6CE
RGB204182206
HSL295°19.67%76.08%
HSB/HSV295°11.65%80.78%
CMYK0.97%11.65%0.00%
19.22%

Color #CCB6CE in popluar number systems.

HEXCCB6CE
Decimal204182206
Binary110011001011011011001110
Octal314266316

Shades and tints

Shades of #CCB6CE

#CCB6CE
(204,182,206)
#BAA6BC
(186,166,188)
#A896AA
(168,150,170)
#968698
(150,134,152)
#847686
(132,118,134)
#726674
(114,102,116)
#605662
(96,86,98)
#4E4650
(78,70,80)
#3C363E
(60,54,62)
#2A262C
(42,38,44)
#18161A
(24,22,26)
#000000
(0,0,0)

Tints of #CCB6CE

#CCB6CE
(204,182,206)
#D0BCD2
(208,188,210)
#D4C2D6
(212,194,214)
#D8C8DA
(216,200,218)
#DCCEDE
(220,206,222)
#E0D4E2
(224,212,226)
#E4DAE6
(228,218,230)
#E8E0EA
(232,224,234)
#ECE6EE
(236,230,238)
#F0ECF2
(240,236,242)
#F4F2F6
(244,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB6CE; }

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

This text font color is #CCB6CE.


Background Color

.myBgColor { background-color: #CCB6CE; }

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

This div background color is #CCB6CE.


Border color

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

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

This div border color is #CCB6CE.


Opacity

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

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

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

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

This text has shadow with #CCB6CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB6CE on black background.


Color preview on white background

This text has color #CCB6CE on white background.



Black color preview on #CCB6CE background

This text has black color on #CCB6CE background.


White color preview on #CCB6CE background

This text has white color on #CCB6CE background.