COLOR #CCEAD8

HEX: #CCEAD8 RGB: (204,234,216)

Color info

#CCEAD8 contains red, green and blue colors in about the same proportion. Web safe color of #CCEAD8 is #CCFFCC (or #CFC).

RGB color model

#CCEAD8 color RGB value is (204,234,216).

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

RGB channels and saturation

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

204
234
216

R + G + B ~ 86%. #CCEAD8 is light color.

Portions of RGB colors in percentages

R + G + B = 204 + 234 + 216 = 654 (100%)
R 204 of 654 ~ 31.19%
G 234 of 654 ~ 35.78%
B 216 of 654 ~ 33.03'%

%31.19
%35.78
%33.03

CMYK color model

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

  • cyan value is 12.82%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 8.24%
CMYK: (13,0,8,8) C13M0Y8K8 (13%,0%,8%,8%) (0.13/0.00/0.08/0.08) 

CMYK percentages

%12.82
%0
%7.69
%8.24

Codes

Color #CCEAD8 in popluar color models

CC EA D8
RGB 204 234 216
HSL 144° 41.67% 85.88%
HSB/HSV 144° 12.82% 91.76%
CMYK 12.82% 0.00% 7.69%
8.24%

Color #CCEAD8 in popluar number systems.

HEX CC EA D8
Decimal 204 234 216
Binary 11001100 11101010 11011000
Octal 314 352 330

Shades and tints

Shades of #CCEAD8

#CCEAD8
(204,234,216)
#BAD5C5
(186,213,197)
#A8C0B2
(168,192,178)
#96AB9F
(150,171,159)
#84968C
(132,150,140)
#728179
(114,129,121)
#606C66
(96,108,102)
#4E5753
(78,87,83)
#3C4240
(60,66,64)
#2A2D2D
(42,45,45)
#18181A
(24,24,26)
#000000
(0,0,0)

Tints of #CCEAD8

#CCEAD8
(204,234,216)
#D0EBDB
(208,235,219)
#D4ECDE
(212,236,222)
#D8EDE1
(216,237,225)
#DCEEE4
(220,238,228)
#E0EFE7
(224,239,231)
#E4F0EA
(228,240,234)
#E8F1ED
(232,241,237)
#ECF2F0
(236,242,240)
#F0F3F3
(240,243,243)
#F4F4F6
(244,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCEAD8; }

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

This text font color is #CCEAD8.

Background Color

.myBgColor { background-color: #CCEAD8; }

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

This div background color is #CCEAD8.

Border color

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

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

This div border color is #CCEAD8.

Opacity

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

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

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

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

This text has shadow with #CCEAD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCEAD8.

Preview

Color preview on black background

This text has color #CCEAD8 on black background.


Color preview on white background

This text has color #CCEAD8 on white background.


Black color preview on #CCEAD8 background

This text has black color on #CCEAD8 background.


White color preview on #CCEAD8 background

This text has white color on #CCEAD8 background.


Related colors

Complementary color

Complementary color for #hex is #331527.


I love getcolorcode.com

Triadic colors

1 #D8CCEA and #EAD8CC with #CCEAD8 are triadic colors.

2 #D8EACC and #EACCD8 with #CCEAD8 are triadic colors.