COLOR #CCBBD8

HEX: #CCBBD8
RGB: (204,187,216)

Color info

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

RGB color model

#CCBBD8 color RGB value is (204,187,216).

  • red value is 204;
  • green value is 187;
  • blue value is 216.
RGB:
(204,187,216)
(80%,73%,85%)

RGB channels and saturation

R 204 of 255 = 80%
G 187 of 255 = 73%
B 216 of 255 = 85%

204
187
216

R + G + B ~ 79%. #CCBBD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 187 + 216 = 607 (100%)
R 204 of 607 ~ 33.61%
G 187 of 607 ~ 30.81%
B 216 of 607 ~ 35.58%

%33.61
%30.81
%35.58

CMYK color model

#CCBBD8 color CMYK value is (6,13,0,15).

  • cyan value is 5.56%
  • magenta value is 13.43%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(6,13,0,15)
C6M13Y0K15 
(6%,13%,0%,15%)
(0.06/0.13/0.00/0.15)	

CMYK percentages

%5.56
%13.43
%0
%15.29

Codes

Color #CCBBD8 in popluar color models

CCBBD8
RGB204187216
HSL275°27.10%79.02%
HSB/HSV275°13.43%84.71%
CMYK5.56%13.43%0.00%
15.29%

Color #CCBBD8 in popluar number systems.

HEXCCBBD8
Decimal204187216
Binary110011001011101111011000
Octal314273330

Shades and tints

Shades of #CCBBD8

#CCBBD8
(204,187,216)
#BAAAC5
(186,170,197)
#A899B2
(168,153,178)
#96889F
(150,136,159)
#84778C
(132,119,140)
#726679
(114,102,121)
#605566
(96,85,102)
#4E4453
(78,68,83)
#3C3340
(60,51,64)
#2A222D
(42,34,45)
#18111A
(24,17,26)
#000000
(0,0,0)

Tints of #CCBBD8

#CCBBD8
(204,187,216)
#D0C1DB
(208,193,219)
#D4C7DE
(212,199,222)
#D8CDE1
(216,205,225)
#DCD3E4
(220,211,228)
#E0D9E7
(224,217,231)
#E4DFEA
(228,223,234)
#E8E5ED
(232,229,237)
#ECEBF0
(236,235,240)
#F0F1F3
(240,241,243)
#F4F7F6
(244,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCBBD8 color. Also use rgb(204,187,216) instead hex code.

Text Font Color

.myTextColor { color: #CCBBD8; }

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

This text font color is #CCBBD8.


Background Color

.myBgColor { background-color: #CCBBD8; }

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

This div background color is #CCBBD8.


Border color

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

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

This div border color is #CCBBD8.


Opacity

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

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

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

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

This text has shadow with #CCBBD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCBBD8 on black background.


Color preview on white background

This text has color #CCBBD8 on white background.



Black color preview on #CCBBD8 background

This text has black color on #CCBBD8 background.


White color preview on #CCBBD8 background

This text has white color on #CCBBD8 background.