COLOR #CCEAD5

HEX: #CCEAD5
RGB: (204,234,213)

Color info

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

RGB color model

#CCEAD5 color RGB value is (204,234,213).

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

RGB channels and saturation

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

204
234
213

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

Portions of RGB colors in percentages

R + G + B =
204 + 234 + 213 = 651 (100%)
R 204 of 651 ~ 31.34%
G 234 of 651 ~ 35.94%
B 213 of 651 ~ 32.72%

%31.34
%35.94
%32.72

CMYK color model

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

  • cyan value is 12.82%
  • magenta value is 0.00%
  • yellow value is 8.97%
  • 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.97
%8.24

Codes

Color #CCEAD5 in popluar color models

CCEAD5
RGB204234213
HSL138°41.67%85.88%
HSB/HSV138°12.82%91.76%
CMYK12.82%0.00%8.97%
8.24%

Color #CCEAD5 in popluar number systems.

HEXCCEAD5
Decimal204234213
Binary110011001110101011010101
Octal314352325

Shades and tints

Shades of #CCEAD5

#CCEAD5
(204,234,213)
#BAD5C2
(186,213,194)
#A8C0AF
(168,192,175)
#96AB9C
(150,171,156)
#849689
(132,150,137)
#728176
(114,129,118)
#606C63
(96,108,99)
#4E5750
(78,87,80)
#3C423D
(60,66,61)
#2A2D2A
(42,45,42)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #CCEAD5

#CCEAD5
(204,234,213)
#D0EBD8
(208,235,216)
#D4ECDB
(212,236,219)
#D8EDDE
(216,237,222)
#DCEEE1
(220,238,225)
#E0EFE4
(224,239,228)
#E4F0E7
(228,240,231)
#E8F1EA
(232,241,234)
#ECF2ED
(236,242,237)
#F0F3F0
(240,243,240)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCEAD5; }

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

This text font color is #CCEAD5.


Background Color

.myBgColor { background-color: #CCEAD5; }

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

This div background color is #CCEAD5.


Border color

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

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

This div border color is #CCEAD5.


Opacity

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

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

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

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

This text has shadow with #CCEAD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCEAD5 on black background.


Color preview on white background

This text has color #CCEAD5 on white background.



Black color preview on #CCEAD5 background

This text has black color on #CCEAD5 background.


White color preview on #CCEAD5 background

This text has white color on #CCEAD5 background.