COLOR #CCEDE3

HEX: #CCEDE3 RGB: (204,237,227)

Color info

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

RGB color model

#CCEDE3 color RGB value is (204,237,227).

RGB: (204,237,227) (80%, 93%, 89%)

RGB channels and saturation

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

204
237
227

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

Portions of RGB colors in percentages

R + G + B = 204 + 237 + 227 = 668 (100%)
R 204 of 668 ~ 30.54%
G 237 of 668 ~ 35.48%
B 227 of 668 ~ 33.98'%

%30.54
%35.48
%33.98

CMYK color model

#CCEDE3 color CMYK value is (14,0,4,7).

  • cyan value is 13.92%
  • magenta value is 0.00%
  • yellow value is 4.22%
  • key color value is 7.06%
CMYK: (14,0,4,7) C14M0Y4K7 (14%,0%,4%,7%) (0.14/0.00/0.04/0.07) 

CMYK percentages

%13.92
%0
%4.22
%7.06

Codes

Color #CCEDE3 in popluar color models

CC ED E3
RGB 204 237 227
HSL 162° 47.83% 86.47%
HSB/HSV 162° 13.92% 92.94%
CMYK 13.92% 0.00% 4.22%
7.06%

Color #CCEDE3 in popluar number systems.

HEX CC ED E3
Decimal 204 237 227
Binary 11001100 11101101 11100011
Octal 314 355 343

Shades and tints

Shades of #CCEDE3

#CCEDE3
(204,237,227)
#BAD8CF
(186,216,207)
#A8C3BB
(168,195,187)
#96AEA7
(150,174,167)
#849993
(132,153,147)
#72847F
(114,132,127)
#606F6B
(96,111,107)
#4E5A57
(78,90,87)
#3C4543
(60,69,67)
#2A302F
(42,48,47)
#181B1B
(24,27,27)
#000000
(0,0,0)

Tints of #CCEDE3

#CCEDE3
(204,237,227)
#D0EEE5
(208,238,229)
#D4EFE7
(212,239,231)
#D8F0E9
(216,240,233)
#DCF1EB
(220,241,235)
#E0F2ED
(224,242,237)
#E4F3EF
(228,243,239)
#E8F4F1
(232,244,241)
#ECF5F3
(236,245,243)
#F0F6F5
(240,246,245)
#F4F7F7
(244,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCEDE3; }

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

This text font color is #CCEDE3.

Background Color

.myBgColor { background-color: #CCEDE3; }

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

This div background color is #CCEDE3.

Border color

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

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

This div border color is #CCEDE3.

Opacity

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

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

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

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

This text has shadow with #CCEDE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCEDE3.

Preview

Color preview on black background

This text has color #CCEDE3 on black background.


Color preview on white background

This text has color #CCEDE3 on white background.


Black color preview on #CCEDE3 background

This text has black color on #CCEDE3 background.


White color preview on #CCEDE3 background

This text has white color on #CCEDE3 background.


Related colors

Complementary color

Complementary color for #hex is #33121C.


I love getcolorcode.com

Triadic colors

1 #E3CCED and #EDE3CC with #CCEDE3 are triadic colors.

2 #E3EDCC and #EDCCE3 with #CCEDE3 are triadic colors.