COLOR #CCB8E6

HEX: #CCB8E6
RGB: (204,184,230)

Color info

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

RGB color model

#CCB8E6 color RGB value is (204,184,230).

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

RGB channels and saturation

R 204 of 255 = 80%
G 184 of 255 = 72%
B 230 of 255 = 90%

204
184
230

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

Portions of RGB colors in percentages

R + G + B =
204 + 184 + 230 = 618 (100%)
R 204 of 618 ~ 33.01%
G 184 of 618 ~ 29.77%
B 230 of 618 ~ 37.22%

%33.01
%29.77
%37.22

CMYK color model

#CCB8E6 color CMYK value is (11,20,0,10).

  • cyan value is 11.30%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK: (11,20,0,10) C11M20Y0K10 (11%,20%,0%,10%) (0.11/0.20/0.00/0.10)

CMYK percentages

%11.3
%20
%0
%9.8

Codes

Color #CCB8E6 in popluar color models

CCB8E6
RGB204184230
HSL266°47.92%81.18%
HSB/HSV266°20.00%90.20%
CMYK11.30%20.00%0.00%
9.80%

Color #CCB8E6 in popluar number systems.

HEXCCB8E6
Decimal204184230
Binary110011001011100011100110
Octal314270346

Shades and tints

Shades of #CCB8E6

#CCB8E6
(204,184,230)
#BAA8D2
(186,168,210)
#A898BE
(168,152,190)
#9688AA
(150,136,170)
#847896
(132,120,150)
#726882
(114,104,130)
#60586E
(96,88,110)
#4E485A
(78,72,90)
#3C3846
(60,56,70)
#2A2832
(42,40,50)
#18181E
(24,24,30)
#000000
(0,0,0)

Tints of #CCB8E6

#CCB8E6
(204,184,230)
#D0BEE8
(208,190,232)
#D4C4EA
(212,196,234)
#D8CAEC
(216,202,236)
#DCD0EE
(220,208,238)
#E0D6F0
(224,214,240)
#E4DCF2
(228,220,242)
#E8E2F4
(232,226,244)
#ECE8F6
(236,232,246)
#F0EEF8
(240,238,248)
#F4F4FA
(244,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB8E6; }

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

This text font color is #CCB8E6.


Background Color

.myBgColor { background-color: #CCB8E6; }

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

This div background color is #CCB8E6.


Border color

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

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

This div border color is #CCB8E6.


Opacity

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

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

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

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

This text has shadow with #CCB8E6 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #CCB8E6 on black background.


Color preview on white background

This text has color #CCB8E6 on white background.



Black color preview on #CCB8E6 background

This text has black color on #CCB8E6 background.


White color preview on #CCB8E6 background

This text has white color on #CCB8E6 background.