COLOR #CCEED5

HEX: #CCEED5
RGB: (204,238,213)

Color info

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

RGB color model

#CCEED5 color RGB value is (204,238,213).

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

RGB channels and saturation

R 204 of 255 = 80%
G 238 of 255 = 93%
B 213 of 255 = 84%

204
238
213

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

Portions of RGB colors in percentages

R + G + B =
204 + 238 + 213 = 655 (100%)
R 204 of 655 ~ 31.15%
G 238 of 655 ~ 36.34%
B 213 of 655 ~ 32.52%

%31.15
%36.34
%32.52

CMYK color model

#CCEED5 color CMYK value is (14,0,11,7).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 10.50%
  • key color value is 6.67%
CMYK:
(14,0,11,7)
C14M0Y11K7 
(14%,0%,11%,7%)
(0.14/0.00/0.11/0.07)	

CMYK percentages

%14.29
%0
%10.5
%6.67

Codes

Color #CCEED5 in popluar color models

CCEED5
RGB204238213
HSL136°50.00%86.67%
HSB/HSV136°14.29%93.33%
CMYK14.29%0.00%10.50%
6.67%

Color #CCEED5 in popluar number systems.

HEXCCEED5
Decimal204238213
Binary110011001110111011010101
Octal314356325

Shades and tints

Shades of #CCEED5

#CCEED5
(204,238,213)
#BAD9C2
(186,217,194)
#A8C4AF
(168,196,175)
#96AF9C
(150,175,156)
#849A89
(132,154,137)
#728576
(114,133,118)
#607063
(96,112,99)
#4E5B50
(78,91,80)
#3C463D
(60,70,61)
#2A312A
(42,49,42)
#181C17
(24,28,23)
#000000
(0,0,0)

Tints of #CCEED5

#CCEED5
(204,238,213)
#D0EFD8
(208,239,216)
#D4F0DB
(212,240,219)
#D8F1DE
(216,241,222)
#DCF2E1
(220,242,225)
#E0F3E4
(224,243,228)
#E4F4E7
(228,244,231)
#E8F5EA
(232,245,234)
#ECF6ED
(236,246,237)
#F0F7F0
(240,247,240)
#F4F8F3
(244,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCEED5; }

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

This text font color is #CCEED5.


Background Color

.myBgColor { background-color: #CCEED5; }

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

This div background color is #CCEED5.


Border color

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

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

This div border color is #CCEED5.


Opacity

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

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

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

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

This text has shadow with #CCEED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCEED5 on black background.


Color preview on white background

This text has color #CCEED5 on white background.



Black color preview on #CCEED5 background

This text has black color on #CCEED5 background.


White color preview on #CCEED5 background

This text has white color on #CCEED5 background.