COLOR #DCEED5

HEX: #DCEED5
RGB: (220,238,213)

Color info

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

RGB color model

#DCEED5 color RGB value is (220,238,213).

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

RGB channels and saturation

R 220 of 255 = 86%
G 238 of 255 = 93%
B 213 of 255 = 84%

220
238
213

R + G + B ~ 88%. #DCEED5 is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 238 + 213 = 671 (100%)
R 220 of 671 ~ 32.79%
G 238 of 671 ~ 35.47%
B 213 of 671 ~ 31.74%

%32.79
%35.47
%31.74

CMYK color model

#DCEED5 color CMYK value is (8,0,11,7).

  • cyan value is 7.56%
  • magenta value is 0.00%
  • yellow value is 10.50%
  • key color value is 6.67%
CMYK:
(8,0,11,7)
C8M0Y11K7 
(8%,0%,11%,7%)
(0.08/0.00/0.11/0.07)	

CMYK percentages

%7.56
%0
%10.5
%6.67

Codes

Color #DCEED5 in popluar color models

DCEED5
RGB220238213
HSL103°42.37%88.43%
HSB/HSV103°10.50%93.33%
CMYK7.56%0.00%10.50%
6.67%

Color #DCEED5 in popluar number systems.

HEXDCEED5
Decimal220238213
Binary110111001110111011010101
Octal334356325

Shades and tints

Shades of #DCEED5

#DCEED5
(220,238,213)
#C8D9C2
(200,217,194)
#B4C4AF
(180,196,175)
#A0AF9C
(160,175,156)
#8C9A89
(140,154,137)
#788576
(120,133,118)
#647063
(100,112,99)
#505B50
(80,91,80)
#3C463D
(60,70,61)
#28312A
(40,49,42)
#141C17
(20,28,23)
#000000
(0,0,0)

Tints of #DCEED5

#DCEED5
(220,238,213)
#DFEFD8
(223,239,216)
#E2F0DB
(226,240,219)
#E5F1DE
(229,241,222)
#E8F2E1
(232,242,225)
#EBF3E4
(235,243,228)
#EEF4E7
(238,244,231)
#F1F5EA
(241,245,234)
#F4F6ED
(244,246,237)
#F7F7F0
(247,247,240)
#FAF8F3
(250,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCEED5; }

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

This text font color is #DCEED5.


Background Color

.myBgColor { background-color: #DCEED5; }

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

This div background color is #DCEED5.


Border color

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

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

This div border color is #DCEED5.


Opacity

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

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

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

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

This text has shadow with #DCEED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCEED5 on black background.


Color preview on white background

This text has color #DCEED5 on white background.



Black color preview on #DCEED5 background

This text has black color on #DCEED5 background.


White color preview on #DCEED5 background

This text has white color on #DCEED5 background.