COLOR #CCB8E7

HEX: #CCB8E7
RGB: (204,184,231)

Color info

#CCB8E7 contains red, green and blue colors in about the same proportion. Web safe color of #CCB8E7 is #CCCCFF (or #CCF).

RGB color model

#CCB8E7 color RGB value is (204,184,231).

  • red value is 204;
  • green value is 184;
  • blue value is 231.
RGB:
(204,184,231)
(80%,72%,91%)

RGB channels and saturation

R 204 of 255 = 80%
G 184 of 255 = 72%
B 231 of 255 = 91%

204
184
231

R + G + B ~ 81%. #CCB8E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 184 + 231 = 619 (100%)
R 204 of 619 ~ 32.96%
G 184 of 619 ~ 29.73%
B 231 of 619 ~ 37.32%

%32.96
%29.73
%37.32

CMYK color model

#CCB8E7 color CMYK value is (12,20,0,9).

  • cyan value is 11.69%
  • magenta value is 20.35%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(12,20,0,9)
C12M20Y0K9 
(12%,20%,0%,9%)
(0.12/0.20/0.00/0.09)	

CMYK percentages

%11.69
%20.35
%0
%9.41

Codes

Color #CCB8E7 in popluar color models

CCB8E7
RGB204184231
HSL266°49.47%81.37%
HSB/HSV266°20.35%90.59%
CMYK11.69%20.35%0.00%
9.41%

Color #CCB8E7 in popluar number systems.

HEXCCB8E7
Decimal204184231
Binary110011001011100011100111
Octal314270347

Shades and tints

Shades of #CCB8E7

#CCB8E7
(204,184,231)
#BAA8D2
(186,168,210)
#A898BD
(168,152,189)
#9688A8
(150,136,168)
#847893
(132,120,147)
#72687E
(114,104,126)
#605869
(96,88,105)
#4E4854
(78,72,84)
#3C383F
(60,56,63)
#2A282A
(42,40,42)
#181815
(24,24,21)
#000000
(0,0,0)

Tints of #CCB8E7

#CCB8E7
(204,184,231)
#D0BEE9
(208,190,233)
#D4C4EB
(212,196,235)
#D8CAED
(216,202,237)
#DCD0EF
(220,208,239)
#E0D6F1
(224,214,241)
#E4DCF3
(228,220,243)
#E8E2F5
(232,226,245)
#ECE8F7
(236,232,247)
#F0EEF9
(240,238,249)
#F4F4FB
(244,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCB8E7 color. Also use rgb(204,184,231) instead hex code.

Text Font Color

.myTextColor { color: #CCB8E7; }

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

This text font color is #CCB8E7.


Background Color

.myBgColor { background-color: #CCB8E7; }

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

This div background color is #CCB8E7.


Border color

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

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

This div border color is #CCB8E7.


Opacity

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

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

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

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

This text has shadow with #CCB8E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB8E7 on black background.


Color preview on white background

This text has color #CCB8E7 on white background.



Black color preview on #CCB8E7 background

This text has black color on #CCB8E7 background.


White color preview on #CCB8E7 background

This text has white color on #CCB8E7 background.