COLOR #DCEEC8

HEX: #DCEEC8
RGB: (220,238,200)

Color info

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

RGB color model

#DCEEC8 color RGB value is (220,238,200).

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

RGB channels and saturation

R 220 of 255 = 86%
G 238 of 255 = 93%
B 200 of 255 = 78%

220
238
200

R + G + B ~ 86%. #DCEEC8 is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 238 + 200 = 658 (100%)
R 220 of 658 ~ 33.43%
G 238 of 658 ~ 36.17%
B 200 of 658 ~ 30.4%

%33.43
%36.17
%30.4

CMYK color model

#DCEEC8 color CMYK value is (8,0,16,7).

  • cyan value is 7.56%
  • magenta value is 0.00%
  • yellow value is 15.97%
  • key color value is 6.67%
CMYK:
(8,0,16,7)
C8M0Y16K7 
(8%,0%,16%,7%)
(0.08/0.00/0.16/0.07)	

CMYK percentages

%7.56
%0
%15.97
%6.67

Codes

Color #DCEEC8 in popluar color models

DCEEC8
RGB220238200
HSL88°52.78%85.88%
HSB/HSV88°15.97%93.33%
CMYK7.56%0.00%15.97%
6.67%

Color #DCEEC8 in popluar number systems.

HEXDCEEC8
Decimal220238200
Binary110111001110111011001000
Octal334356310

Shades and tints

Shades of #DCEEC8

#DCEEC8
(220,238,200)
#C8D9B6
(200,217,182)
#B4C4A4
(180,196,164)
#A0AF92
(160,175,146)
#8C9A80
(140,154,128)
#78856E
(120,133,110)
#64705C
(100,112,92)
#505B4A
(80,91,74)
#3C4638
(60,70,56)
#283126
(40,49,38)
#141C14
(20,28,20)
#000000
(0,0,0)

Tints of #DCEEC8

#DCEEC8
(220,238,200)
#DFEFCD
(223,239,205)
#E2F0D2
(226,240,210)
#E5F1D7
(229,241,215)
#E8F2DC
(232,242,220)
#EBF3E1
(235,243,225)
#EEF4E6
(238,244,230)
#F1F5EB
(241,245,235)
#F4F6F0
(244,246,240)
#F7F7F5
(247,247,245)
#FAF8FA
(250,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCEEC8; }

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

This text font color is #DCEEC8.


Background Color

.myBgColor { background-color: #DCEEC8; }

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

This div background color is #DCEEC8.


Border color

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

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

This div border color is #DCEEC8.


Opacity

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

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

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

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

This text has shadow with #DCEEC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCEEC8 on black background.


Color preview on white background

This text has color #DCEEC8 on white background.



Black color preview on #DCEEC8 background

This text has black color on #DCEEC8 background.


White color preview on #DCEEC8 background

This text has white color on #DCEEC8 background.