COLOR #CCEEEA

HEX: #CCEEEA
RGB: (204,238,234)

Color info

#CCEEEA contains red, green and blue colors in about the same proportion. Web safe color of #CCEEEA is #CCFFFF (or #CFF).

RGB color model

#CCEEEA color RGB value is (204,238,234).

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

RGB channels and saturation

R 204 of 255 = 80%
G 238 of 255 = 93%
B 234 of 255 = 92%

204
238
234

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

Portions of RGB colors in percentages

R + G + B =
204 + 238 + 234 = 676 (100%)
R 204 of 676 ~ 30.18%
G 238 of 676 ~ 35.21%
B 234 of 676 ~ 34.62%

%30.18
%35.21
%34.62

CMYK color model

#CCEEEA color CMYK value is (14,0,2,7).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 1.68%
  • key color value is 6.67%
CMYK:
(14,0,2,7)
C14M0Y2K7 
(14%,0%,2%,7%)
(0.14/0.00/0.02/0.07)	

CMYK percentages

%14.29
%0
%1.68
%6.67

Codes

Color #CCEEEA in popluar color models

CCEEEA
RGB204238234
HSL173°50.00%86.67%
HSB/HSV173°14.29%93.33%
CMYK14.29%0.00%1.68%
6.67%

Color #CCEEEA in popluar number systems.

HEXCCEEEA
Decimal204238234
Binary110011001110111011101010
Octal314356352

Shades and tints

Shades of #CCEEEA

#CCEEEA
(204,238,234)
#BAD9D5
(186,217,213)
#A8C4C0
(168,196,192)
#96AFAB
(150,175,171)
#849A96
(132,154,150)
#728581
(114,133,129)
#60706C
(96,112,108)
#4E5B57
(78,91,87)
#3C4642
(60,70,66)
#2A312D
(42,49,45)
#181C18
(24,28,24)
#000000
(0,0,0)

Tints of #CCEEEA

#CCEEEA
(204,238,234)
#D0EFEB
(208,239,235)
#D4F0EC
(212,240,236)
#D8F1ED
(216,241,237)
#DCF2EE
(220,242,238)
#E0F3EF
(224,243,239)
#E4F4F0
(228,244,240)
#E8F5F1
(232,245,241)
#ECF6F2
(236,246,242)
#F0F7F3
(240,247,243)
#F4F8F4
(244,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCEEEA; }

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

This text font color is #CCEEEA.


Background Color

.myBgColor { background-color: #CCEEEA; }

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

This div background color is #CCEEEA.


Border color

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

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

This div border color is #CCEEEA.


Opacity

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

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

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

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

This text has shadow with #CCEEEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCEEEA on black background.


Color preview on white background

This text has color #CCEEEA on white background.



Black color preview on #CCEEEA background

This text has black color on #CCEEEA background.


White color preview on #CCEEEA background

This text has white color on #CCEEEA background.