COLOR #CCE6EF

HEX: #CCE6EF RGB: (204,230,239)

Color info

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

RGB color model

#CCE6EF color RGB value is (204,230,239).

RGB: (204,230,239) (80%, 90%, 94%)

RGB channels and saturation

R 204 of 255 = 80%
G 230 of 255 = 90%
B 239 of 255 = 94%

204
230
239

R + G + B ~ 88%. #CCE6EF is light color.

Portions of RGB colors in percentages

R + G + B = 204 + 230 + 239 = 673 (100%)
R 204 of 673 ~ 30.31%
G 230 of 673 ~ 34.18%
B 239 of 673 ~ 35.51'%

%30.31
%34.18
%35.51

CMYK color model

#CCE6EF color CMYK value is (15,4,0,6).

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

CMYK: (15,4,0,6)
C15M4Y0K6 (15%, 4%, 0%, 6%)
(0.15 / 0.04 / 0.00 / 0.06)

CMYK percentages

%14.64
%3.77
%0
%6.27

Codes

Color #CCE6EF in popluar color models

CC E6 EF
RGB 204 230 239
HSL 195° 52.24% 86.86%
HSB/HSV 195° 14.64% 93.73%
CMYK 14.64% 3.77% 0.00%
6.27%

Color #CCE6EF in popluar number systems.

HEX CC E6 EF
Decimal 204 230 239
Binary 11001100 11100110 11101111
Octal 314 346 357

Shades and tints

Shades of #CCE6EF

#CCE6EF
(204,230,239)
#BAD2DA
(186,210,218)
#A8BEC5
(168,190,197)
#96AAB0
(150,170,176)
#84969B
(132,150,155)
#728286
(114,130,134)
#606E71
(96,110,113)
#4E5A5C
(78,90,92)
#3C4647
(60,70,71)
#2A3232
(42,50,50)
#181E1D
(24,30,29)
#000000
(0,0,0)

Tints of #CCE6EF

#CCE6EF
(204,230,239)
#D0E8F0
(208,232,240)
#D4EAF1
(212,234,241)
#D8ECF2
(216,236,242)
#DCEEF3
(220,238,243)
#E0F0F4
(224,240,244)
#E4F2F5
(228,242,245)
#E8F4F6
(232,244,246)
#ECF6F7
(236,246,247)
#F0F8F8
(240,248,248)
#F4FAF9
(244,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCE6EF; }

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

This text font color is #CCE6EF.

Background Color

.myBgColor { background-color: #CCE6EF; }

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

This div background color is #CCE6EF.

Border color

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

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

This div border color is #CCE6EF.

Opacity

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

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

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

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

This text has shadow with #CCE6EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCE6EF.

Preview

Color preview on black background

This text has color #CCE6EF on black background.


Color preview on white background

This text has color #CCE6EF on white background.


Black color preview on #CCE6EF background

This text has black color on #CCE6EF background.


White color preview on #CCE6EF background

This text has white color on #CCE6EF background.


Related colors

Complementary color

Complementary color for #hex is #331910.


I love getcolorcode.com

Triadic colors

1 #EFCCE6 and #E6EFCC with #CCE6EF are triadic colors.

2 #EFE6CC and #E6CCEF with #CCE6EF are triadic colors.