COLOR #CCB5E7

HEX: #CCB5E7
RGB: (204,181,231)

Color info

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

RGB color model

#CCB5E7 color RGB value is (204,181,231).

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

RGB channels and saturation

R 204 of 255 = 80%
G 181 of 255 = 71%
B 231 of 255 = 91%

204
181
231

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

Portions of RGB colors in percentages

R + G + B =
204 + 181 + 231 = 616 (100%)
R 204 of 616 ~ 33.12%
G 181 of 616 ~ 29.38%
B 231 of 616 ~ 37.5%

%33.12
%29.38
%37.5

CMYK color model

#CCB5E7 color CMYK value is (12,22,0,9).

  • cyan value is 11.69%
  • magenta value is 21.65%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(12,22,0,9)
C12M22Y0K9 
(12%,22%,0%,9%)
(0.12/0.22/0.00/0.09)	

CMYK percentages

%11.69
%21.65
%0
%9.41

Codes

Color #CCB5E7 in popluar color models

CCB5E7
RGB204181231
HSL268°51.02%80.78%
HSB/HSV268°21.65%90.59%
CMYK11.69%21.65%0.00%
9.41%

Color #CCB5E7 in popluar number systems.

HEXCCB5E7
Decimal204181231
Binary110011001011010111100111
Octal314265347

Shades and tints

Shades of #CCB5E7

#CCB5E7
(204,181,231)
#BAA5D2
(186,165,210)
#A895BD
(168,149,189)
#9685A8
(150,133,168)
#847593
(132,117,147)
#72657E
(114,101,126)
#605569
(96,85,105)
#4E4554
(78,69,84)
#3C353F
(60,53,63)
#2A252A
(42,37,42)
#181515
(24,21,21)
#000000
(0,0,0)

Tints of #CCB5E7

#CCB5E7
(204,181,231)
#D0BBE9
(208,187,233)
#D4C1EB
(212,193,235)
#D8C7ED
(216,199,237)
#DCCDEF
(220,205,239)
#E0D3F1
(224,211,241)
#E4D9F3
(228,217,243)
#E8DFF5
(232,223,245)
#ECE5F7
(236,229,247)
#F0EBF9
(240,235,249)
#F4F1FB
(244,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB5E7; }

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

This text font color is #CCB5E7.


Background Color

.myBgColor { background-color: #CCB5E7; }

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

This div background color is #CCB5E7.


Border color

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

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

This div border color is #CCB5E7.


Opacity

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

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

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

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

This text has shadow with #CCB5E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB5E7 on black background.


Color preview on white background

This text has color #CCB5E7 on white background.



Black color preview on #CCB5E7 background

This text has black color on #CCB5E7 background.


White color preview on #CCB5E7 background

This text has white color on #CCB5E7 background.