COLOR #CCE6EA

HEX: #CCE6EA
RGB: (204,230,234)

Color info

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

RGB color model

#CCE6EA color RGB value is (204,230,234).

  • red value is 204;
  • green value is 230;
  • blue value is 234.
RGB:
(204,230,234)
(80%,90%,92%)

RGB channels and saturation

R 204 of 255 = 80%
G 230 of 255 = 90%
B 234 of 255 = 92%

204
230
234

R + G + B ~ 87%. #CCE6EA is light color.

Portions of RGB colors in percentages

R + G + B =
204 + 230 + 234 = 668 (100%)
R 204 of 668 ~ 30.54%
G 230 of 668 ~ 34.43%
B 234 of 668 ~ 35.03%

%30.54
%34.43
%35.03

CMYK color model

#CCE6EA color CMYK value is (13,2,0,8).

  • cyan value is 12.82%
  • magenta value is 1.71%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(13,2,0,8)
C13M2Y0K8 
(13%,2%,0%,8%)
(0.13/0.02/0.00/0.08)	

CMYK percentages

%12.82
%1.71
%0
%8.24

Codes

Color #CCE6EA in popluar color models

CCE6EA
RGB204230234
HSL188°41.67%85.88%
HSB/HSV188°12.82%91.76%
CMYK12.82%1.71%0.00%
8.24%

Color #CCE6EA in popluar number systems.

HEXCCE6EA
Decimal204230234
Binary110011001110011011101010
Octal314346352

Shades and tints

Shades of #CCE6EA

#CCE6EA
(204,230,234)
#BAD2D5
(186,210,213)
#A8BEC0
(168,190,192)
#96AAAB
(150,170,171)
#849696
(132,150,150)
#728281
(114,130,129)
#606E6C
(96,110,108)
#4E5A57
(78,90,87)
#3C4642
(60,70,66)
#2A322D
(42,50,45)
#181E18
(24,30,24)
#000000
(0,0,0)

Tints of #CCE6EA

#CCE6EA
(204,230,234)
#D0E8EB
(208,232,235)
#D4EAEC
(212,234,236)
#D8ECED
(216,236,237)
#DCEEEE
(220,238,238)
#E0F0EF
(224,240,239)
#E4F2F0
(228,242,240)
#E8F4F1
(232,244,241)
#ECF6F2
(236,246,242)
#F0F8F3
(240,248,243)
#F4FAF4
(244,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCE6EA; }

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

This text font color is #CCE6EA.


Background Color

.myBgColor { background-color: #CCE6EA; }

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

This div background color is #CCE6EA.


Border color

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

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

This div border color is #CCE6EA.


Opacity

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

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

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

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

This text has shadow with #CCE6EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE6EA on black background.


Color preview on white background

This text has color #CCE6EA on white background.



Black color preview on #CCE6EA background

This text has black color on #CCE6EA background.


White color preview on #CCE6EA background

This text has white color on #CCE6EA background.