COLOR #CCEDCD

HEX: #CCEDCD
RGB: (204,237,205)

Color info

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

RGB color model

#CCEDCD color RGB value is (204,237,205).

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

RGB channels and saturation

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

204
237
205

R + G + B ~ 84%. #CCEDCD is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 237 + 205 = 646 (100%)
R 204 of 646 ~ 31.58%
G 237 of 646 ~ 36.69%
B 205 of 646 ~ 31.73%

%31.58
%36.69
%31.73

CMYK color model

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

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

CMYK percentages

%13.92
%0
%13.5
%7.06

Codes

Color #CCEDCD in popluar color models

CCEDCD
RGB204237205
HSL122°47.83%86.47%
HSB/HSV122°13.92%92.94%
CMYK13.92%0.00%13.50%
7.06%

Color #CCEDCD in popluar number systems.

HEXCCEDCD
Decimal204237205
Binary110011001110110111001101
Octal314355315

Shades and tints

Shades of #CCEDCD

#CCEDCD
(204,237,205)
#BAD8BB
(186,216,187)
#A8C3A9
(168,195,169)
#96AE97
(150,174,151)
#849985
(132,153,133)
#728473
(114,132,115)
#606F61
(96,111,97)
#4E5A4F
(78,90,79)
#3C453D
(60,69,61)
#2A302B
(42,48,43)
#181B19
(24,27,25)
#000000
(0,0,0)

Tints of #CCEDCD

#CCEDCD
(204,237,205)
#D0EED1
(208,238,209)
#D4EFD5
(212,239,213)
#D8F0D9
(216,240,217)
#DCF1DD
(220,241,221)
#E0F2E1
(224,242,225)
#E4F3E5
(228,243,229)
#E8F4E9
(232,244,233)
#ECF5ED
(236,245,237)
#F0F6F1
(240,246,241)
#F4F7F5
(244,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCEDCD; }

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

This text font color is #CCEDCD.


Background Color

.myBgColor { background-color: #CCEDCD; }

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

This div background color is #CCEDCD.


Border color

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

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

This div border color is #CCEDCD.


Opacity

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

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

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

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

This text has shadow with #CCEDCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCEDCD on black background.


Color preview on white background

This text has color #CCEDCD on white background.



Black color preview on #CCEDCD background

This text has black color on #CCEDCD background.


White color preview on #CCEDCD background

This text has white color on #CCEDCD background.