COLOR #CCEDE2

HEX: #CCEDE2
RGB: (204,237,226)

Color info

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

RGB color model

#CCEDE2 color RGB value is (204,237,226).

  • red value is 204;
  • green value is 237;
  • blue value is 226.
RGB:
(204,237,226)
(80%,93%,89%)

RGB channels and saturation

R 204 of 255 = 80%
G 237 of 255 = 93%
B 226 of 255 = 89%

204
237
226

R + G + B ~ 87%. #CCEDE2 is light color.

Portions of RGB colors in percentages

R + G + B =
204 + 237 + 226 = 667 (100%)
R 204 of 667 ~ 30.58%
G 237 of 667 ~ 35.53%
B 226 of 667 ~ 33.88%

%30.58
%35.53
%33.88

CMYK color model

#CCEDE2 color CMYK value is (14,0,5,7).

  • cyan value is 13.92%
  • magenta value is 0.00%
  • yellow value is 4.64%
  • key color value is 7.06%
CMYK:
(14,0,5,7)
C14M0Y5K7 
(14%,0%,5%,7%)
(0.14/0.00/0.05/0.07)	

CMYK percentages

%13.92
%0
%4.64
%7.06

Codes

Color #CCEDE2 in popluar color models

CCEDE2
RGB204237226
HSL160°47.83%86.47%
HSB/HSV160°13.92%92.94%
CMYK13.92%0.00%4.64%
7.06%

Color #CCEDE2 in popluar number systems.

HEXCCEDE2
Decimal204237226
Binary110011001110110111100010
Octal314355342

Shades and tints

Shades of #CCEDE2

#CCEDE2
(204,237,226)
#BAD8CE
(186,216,206)
#A8C3BA
(168,195,186)
#96AEA6
(150,174,166)
#849992
(132,153,146)
#72847E
(114,132,126)
#606F6A
(96,111,106)
#4E5A56
(78,90,86)
#3C4542
(60,69,66)
#2A302E
(42,48,46)
#181B1A
(24,27,26)
#000000
(0,0,0)

Tints of #CCEDE2

#CCEDE2
(204,237,226)
#D0EEE4
(208,238,228)
#D4EFE6
(212,239,230)
#D8F0E8
(216,240,232)
#DCF1EA
(220,241,234)
#E0F2EC
(224,242,236)
#E4F3EE
(228,243,238)
#E8F4F0
(232,244,240)
#ECF5F2
(236,245,242)
#F0F6F4
(240,246,244)
#F4F7F6
(244,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCEDE2 color. Also use rgb(204,237,226) instead hex code.

Text Font Color

.myTextColor { color: #CCEDE2; }

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

This text font color is #CCEDE2.


Background Color

.myBgColor { background-color: #CCEDE2; }

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

This div background color is #CCEDE2.


Border color

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

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

This div border color is #CCEDE2.


Opacity

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

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

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

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

This text has shadow with #CCEDE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCEDE2 on black background.


Color preview on white background

This text has color #CCEDE2 on white background.



Black color preview on #CCEDE2 background

This text has black color on #CCEDE2 background.


White color preview on #CCEDE2 background

This text has white color on #CCEDE2 background.