COLOR #CCCBE8

HEX: #CCCBE8 RGB: (204,203,232)

Color info

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

RGB color model

#CCCBE8 color RGB value is (204,203,232).

RGB: (204,203,232) (80%, 80%, 91%)

RGB channels and saturation

R 204 of 255 = 80%
G 203 of 255 = 80%
B 232 of 255 = 91%

204
203
232

R + G + B ~ 84%. #CCCBE8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 203 + 232 = 639 (100%)
R 204 of 639 ~ 31.92%
G 203 of 639 ~ 31.77%
B 232 of 639 ~ 36.31'%

%31.92
%31.77
%36.31

CMYK color model

#CCCBE8 color CMYK value is (12,13,0,9).

  • cyan value is 12.07%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (12,13,0,9)
C12M13Y0K9 (12%, 13%, 0%, 9%)
(0.12 / 0.13 / 0.00 / 0.09)

CMYK percentages

%12.07
%12.5
%0
%9.02

Codes

Color #CCCBE8 in popluar color models

CC CB E8
RGB 204 203 232
HSL 242° 38.67% 85.29%
HSB/HSV 242° 12.50% 90.98%
CMYK 12.07% 12.50% 0.00%
9.02%

Color #CCCBE8 in popluar number systems.

HEX CC CB E8
Decimal 204 203 232
Binary 11001100 11001011 11101000
Octal 314 313 350

Shades and tints

Shades of #CCCBE8

#CCCBE8
(204,203,232)
#BAB9D3
(186,185,211)
#A8A7BE
(168,167,190)
#9695A9
(150,149,169)
#848394
(132,131,148)
#72717F
(114,113,127)
#605F6A
(96,95,106)
#4E4D55
(78,77,85)
#3C3B40
(60,59,64)
#2A292B
(42,41,43)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #CCCBE8

#CCCBE8
(204,203,232)
#D0CFEA
(208,207,234)
#D4D3EC
(212,211,236)
#D8D7EE
(216,215,238)
#DCDBF0
(220,219,240)
#E0DFF2
(224,223,242)
#E4E3F4
(228,227,244)
#E8E7F6
(232,231,246)
#ECEBF8
(236,235,248)
#F0EFFA
(240,239,250)
#F4F3FC
(244,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCCBE8 color. Also use rgb(204,203,232) instead hex code.

Text Font Color

.myTextColor { color: #CCCBE8; }

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

This text font color is #CCCBE8.

Background Color

.myBgColor { background-color: #CCCBE8; }

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

This div background color is #CCCBE8.

Border color

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

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

This div border color is #CCCBE8.

Opacity

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

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

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

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

This text has shadow with #CCCBE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCCBE8.

Preview

Color preview on black background

This text has color #CCCBE8 on black background.


Color preview on white background

This text has color #CCCBE8 on white background.


Black color preview on #CCCBE8 background

This text has black color on #CCCBE8 background.


White color preview on #CCCBE8 background

This text has white color on #CCCBE8 background.


Related colors

Complementary color

Complementary color for #hex is #333417.


I love getcolorcode.com

Triadic colors

1 #E8CCCB and #CBE8CC with #CCCBE8 are triadic colors.

2 #E8CBCC and #CBCCE8 with #CCCBE8 are triadic colors.