COLOR #CCEDED

HEX: #CCEDED RGB: (204,237,237)

Color info

#CCEDED contains red, green and blue colors in about the same proportion. Web safe color of #CCEDED is #CCFFFF (or #CFF).

RGB color model

#CCEDED color RGB value is (204,237,237).

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

RGB channels and saturation

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

204
237
237

R + G + B ~ 89%. #CCEDED is light color.

Portions of RGB colors in percentages

R + G + B = 204 + 237 + 237 = 678 (100%)
R 204 of 678 ~ 30.09%
G 237 of 678 ~ 34.96%
B 237 of 678 ~ 34.96'%

%30.09
%34.96
%34.96

CMYK color model

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

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

CMYK percentages

%13.92
%0
%0
%7.06

Codes

Color #CCEDED in popluar color models

CC ED ED
RGB 204 237 237
HSL 180° 47.83% 86.47%
HSB/HSV 180° 13.92% 92.94%
CMYK 13.92% 0.00% 0.00%
7.06%

Color #CCEDED in popluar number systems.

HEX CC ED ED
Decimal 204 237 237
Binary 11001100 11101101 11101101
Octal 314 355 355

Shades and tints

Shades of #CCEDED

#CCEDED
(204,237,237)
#BAD8D8
(186,216,216)
#A8C3C3
(168,195,195)
#96AEAE
(150,174,174)
#849999
(132,153,153)
#728484
(114,132,132)
#606F6F
(96,111,111)
#4E5A5A
(78,90,90)
#3C4545
(60,69,69)
#2A3030
(42,48,48)
#181B1B
(24,27,27)
#000000
(0,0,0)

Tints of #CCEDED

#CCEDED
(204,237,237)
#D0EEEE
(208,238,238)
#D4EFEF
(212,239,239)
#D8F0F0
(216,240,240)
#DCF1F1
(220,241,241)
#E0F2F2
(224,242,242)
#E4F3F3
(228,243,243)
#E8F4F4
(232,244,244)
#ECF5F5
(236,245,245)
#F0F6F6
(240,246,246)
#F4F7F7
(244,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCEDED; }

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

This text font color is #CCEDED.

Background Color

.myBgColor { background-color: #CCEDED; }

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

This div background color is #CCEDED.

Border color

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

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

This div border color is #CCEDED.

Opacity

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

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

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

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

This text has shadow with #CCEDED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCEDED.

Preview

Color preview on black background

This text has color #CCEDED on black background.


Color preview on white background

This text has color #CCEDED on white background.


Black color preview on #CCEDED background

This text has black color on #CCEDED background.


White color preview on #CCEDED background

This text has white color on #CCEDED background.


Related colors

Complementary color

Complementary color for #hex is #331212.


I love getcolorcode.com