COLOR #CCEAD6

HEX: #CCEAD6
RGB: (204,234,214)

Color info

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

RGB color model

#CCEAD6 color RGB value is (204,234,214).

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

RGB channels and saturation

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

204
234
214

R + G + B ~ 85%. #CCEAD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 234 + 214 = 652 (100%)
R 204 of 652 ~ 31.29%
G 234 of 652 ~ 35.89%
B 214 of 652 ~ 32.82%

%31.29
%35.89
%32.82

CMYK color model

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

  • cyan value is 12.82%
  • magenta value is 0.00%
  • yellow value is 8.55%
  • key color value is 8.24%
CMYK:
(13,0,9,8)
C13M0Y9K8 
(13%,0%,9%,8%)
(0.13/0.00/0.09/0.08)	

CMYK percentages

%12.82
%0
%8.55
%8.24

Codes

Color #CCEAD6 in popluar color models

CCEAD6
RGB204234214
HSL140°41.67%85.88%
HSB/HSV140°12.82%91.76%
CMYK12.82%0.00%8.55%
8.24%

Color #CCEAD6 in popluar number systems.

HEXCCEAD6
Decimal204234214
Binary110011001110101011010110
Octal314352326

Shades and tints

Shades of #CCEAD6

#CCEAD6
(204,234,214)
#BAD5C3
(186,213,195)
#A8C0B0
(168,192,176)
#96AB9D
(150,171,157)
#84968A
(132,150,138)
#728177
(114,129,119)
#606C64
(96,108,100)
#4E5751
(78,87,81)
#3C423E
(60,66,62)
#2A2D2B
(42,45,43)
#181818
(24,24,24)
#000000
(0,0,0)

Tints of #CCEAD6

#CCEAD6
(204,234,214)
#D0EBD9
(208,235,217)
#D4ECDC
(212,236,220)
#D8EDDF
(216,237,223)
#DCEEE2
(220,238,226)
#E0EFE5
(224,239,229)
#E4F0E8
(228,240,232)
#E8F1EB
(232,241,235)
#ECF2EE
(236,242,238)
#F0F3F1
(240,243,241)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCEAD6; }

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

This text font color is #CCEAD6.


Background Color

.myBgColor { background-color: #CCEAD6; }

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

This div background color is #CCEAD6.


Border color

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

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

This div border color is #CCEAD6.


Opacity

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

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

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

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

This text has shadow with #CCEAD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCEAD6 on black background.


Color preview on white background

This text has color #CCEAD6 on white background.



Black color preview on #CCEAD6 background

This text has black color on #CCEAD6 background.


White color preview on #CCEAD6 background

This text has white color on #CCEAD6 background.