COLOR #CCEAD7

HEX: #CCEAD7
RGB: (204,234,215)

Color info

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

RGB color model

#CCEAD7 color RGB value is (204,234,215).

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

RGB channels and saturation

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

204
234
215

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

Portions of RGB colors in percentages

R + G + B =
204 + 234 + 215 = 653 (100%)
R 204 of 653 ~ 31.24%
G 234 of 653 ~ 35.83%
B 215 of 653 ~ 32.92%

%31.24
%35.83
%32.92

CMYK color model

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

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

Codes

Color #CCEAD7 in popluar color models

CCEAD7
RGB204234215
HSL142°41.67%85.88%
HSB/HSV142°12.82%91.76%
CMYK12.82%0.00%8.12%
8.24%

Color #CCEAD7 in popluar number systems.

HEXCCEAD7
Decimal204234215
Binary110011001110101011010111
Octal314352327

Shades and tints

Shades of #CCEAD7

#CCEAD7
(204,234,215)
#BAD5C4
(186,213,196)
#A8C0B1
(168,192,177)
#96AB9E
(150,171,158)
#84968B
(132,150,139)
#728178
(114,129,120)
#606C65
(96,108,101)
#4E5752
(78,87,82)
#3C423F
(60,66,63)
#2A2D2C
(42,45,44)
#181819
(24,24,25)
#000000
(0,0,0)

Tints of #CCEAD7

#CCEAD7
(204,234,215)
#D0EBDA
(208,235,218)
#D4ECDD
(212,236,221)
#D8EDE0
(216,237,224)
#DCEEE3
(220,238,227)
#E0EFE6
(224,239,230)
#E4F0E9
(228,240,233)
#E8F1EC
(232,241,236)
#ECF2EF
(236,242,239)
#F0F3F2
(240,243,242)
#F4F4F5
(244,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCEAD7; }

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

This text font color is #CCEAD7.


Background Color

.myBgColor { background-color: #CCEAD7; }

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

This div background color is #CCEAD7.


Border color

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

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

This div border color is #CCEAD7.


Opacity

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

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

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

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

This text has shadow with #CCEAD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCEAD7 on black background.


Color preview on white background

This text has color #CCEAD7 on white background.



Black color preview on #CCEAD7 background

This text has black color on #CCEAD7 background.


White color preview on #CCEAD7 background

This text has white color on #CCEAD7 background.