COLOR #CCCEEF

HEX: #CCCEEF RGB: (204,206,239)

Color info

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

RGB color model

#CCCEEF color RGB value is (204,206,239).

RGB: (204,206,239) (80%, 81%, 94%)

RGB channels and saturation

R 204 of 255 = 80%
G 206 of 255 = 81%
B 239 of 255 = 94%

204
206
239

R + G + B ~ 85%. #CCCEEF is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 206 + 239 = 649 (100%)
R 204 of 649 ~ 31.43%
G 206 of 649 ~ 31.74%
B 239 of 649 ~ 36.83'%

%31.43
%31.74
%36.83

CMYK color model

#CCCEEF color CMYK value is (15,14,0,6).

  • cyan value is 14.64%
  • magenta value is 13.81%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (15,14,0,6)
C15M14Y0K6 (15%, 14%, 0%, 6%)
(0.15 / 0.14 / 0.00 / 0.06)

CMYK percentages

%14.64
%13.81
%0
%6.27

Codes

Color #CCCEEF in popluar color models

CC CE EF
RGB 204 206 239
HSL 237° 52.24% 86.86%
HSB/HSV 237° 14.64% 93.73%
CMYK 14.64% 13.81% 0.00%
6.27%

Color #CCCEEF in popluar number systems.

HEX CC CE EF
Decimal 204 206 239
Binary 11001100 11001110 11101111
Octal 314 316 357

Shades and tints

Shades of #CCCEEF

#CCCEEF
(204,206,239)
#BABCDA
(186,188,218)
#A8AAC5
(168,170,197)
#9698B0
(150,152,176)
#84869B
(132,134,155)
#727486
(114,116,134)
#606271
(96,98,113)
#4E505C
(78,80,92)
#3C3E47
(60,62,71)
#2A2C32
(42,44,50)
#181A1D
(24,26,29)
#000000
(0,0,0)

Tints of #CCCEEF

#CCCEEF
(204,206,239)
#D0D2F0
(208,210,240)
#D4D6F1
(212,214,241)
#D8DAF2
(216,218,242)
#DCDEF3
(220,222,243)
#E0E2F4
(224,226,244)
#E4E6F5
(228,230,245)
#E8EAF6
(232,234,246)
#ECEEF7
(236,238,247)
#F0F2F8
(240,242,248)
#F4F6F9
(244,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCCEEF color. Also use rgb(204,206,239) instead hex code.

Text Font Color

.myTextColor { color: #CCCEEF; }

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

This text font color is #CCCEEF.

Background Color

.myBgColor { background-color: #CCCEEF; }

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

This div background color is #CCCEEF.

Border color

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

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

This div border color is #CCCEEF.

Opacity

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

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

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

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

This text has shadow with #CCCEEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCCEEF.

Preview

Color preview on black background

This text has color #CCCEEF on black background.


Color preview on white background

This text has color #CCCEEF on white background.


Black color preview on #CCCEEF background

This text has black color on #CCCEEF background.


White color preview on #CCCEEF background

This text has white color on #CCCEEF background.


Related colors

Complementary color

Complementary color for #hex is #333110.


I love getcolorcode.com

Triadic colors

1 #EFCCCE and #CEEFCC with #CCCEEF are triadic colors.

2 #EFCECC and #CECCEF with #CCCEEF are triadic colors.