COLOR #CCEAEA

HEX: #CCEAEA RGB: (204,234,234)

Color info

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

RGB color model

#CCEAEA color RGB value is (204,234,234).

RGB: (204,234,234) (80%, 92%, 92%)

RGB channels and saturation

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

204
234
234

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

Portions of RGB colors in percentages

R + G + B = 204 + 234 + 234 = 672 (100%)
R 204 of 672 ~ 30.36%
G 234 of 672 ~ 34.82%
B 234 of 672 ~ 34.82'%

%30.36
%34.82
%34.82

CMYK color model

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

  • cyan value is 12.82%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (13,0,0,8)
C13M0Y0K8 (13%, 0%, 0%, 8%)
(0.13 / 0.00 / 0.00 / 0.08)

CMYK percentages

%12.82
%0
%0
%8.24

Codes

Color #CCEAEA in popluar color models

CC EA EA
RGB 204 234 234
HSL 180° 41.67% 85.88%
HSB/HSV 180° 12.82% 91.76%
CMYK 12.82% 0.00% 0.00%
8.24%

Color #CCEAEA in popluar number systems.

HEX CC EA EA
Decimal 204 234 234
Binary 11001100 11101010 11101010
Octal 314 352 352

Shades and tints

Shades of #CCEAEA

#CCEAEA
(204,234,234)
#BAD5D5
(186,213,213)
#A8C0C0
(168,192,192)
#96ABAB
(150,171,171)
#849696
(132,150,150)
#728181
(114,129,129)
#606C6C
(96,108,108)
#4E5757
(78,87,87)
#3C4242
(60,66,66)
#2A2D2D
(42,45,45)
#181818
(24,24,24)
#000000
(0,0,0)

Tints of #CCEAEA

#CCEAEA
(204,234,234)
#D0EBEB
(208,235,235)
#D4ECEC
(212,236,236)
#D8EDED
(216,237,237)
#DCEEEE
(220,238,238)
#E0EFEF
(224,239,239)
#E4F0F0
(228,240,240)
#E8F1F1
(232,241,241)
#ECF2F2
(236,242,242)
#F0F3F3
(240,243,243)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCEAEA; }

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

This text font color is #CCEAEA.

Background Color

.myBgColor { background-color: #CCEAEA; }

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

This div background color is #CCEAEA.

Border color

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

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

This div border color is #CCEAEA.

Opacity

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

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

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

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

This text has shadow with #CCEAEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCEAEA.

Preview

Color preview on black background

This text has color #CCEAEA on black background.


Color preview on white background

This text has color #CCEAEA on white background.


Black color preview on #CCEAEA background

This text has black color on #CCEAEA background.


White color preview on #CCEAEA background

This text has white color on #CCEAEA background.


Related colors

Complementary color

Complementary color for #hex is #331515.


I love getcolorcode.com