COLOR #DCEECA

HEX: #DCEECA RGB: (220,238,202)

Color info

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

RGB color model

#DCEECA color RGB value is (220,238,202).

RGB: (220,238,202) (86%, 93%, 79%)

RGB channels and saturation

R 220 of 255 = 86%
G 238 of 255 = 93%
B 202 of 255 = 79%

220
238
202

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

Portions of RGB colors in percentages

R + G + B = 220 + 238 + 202 = 660 (100%)
R 220 of 660 ~ 33.33%
G 238 of 660 ~ 36.06%
B 202 of 660 ~ 30.61'%

%33.33
%36.06
%30.61

CMYK color model

#DCEECA color CMYK value is (8,0,15,7).

  • cyan value is 7.56%
  • magenta value is 0.00%
  • yellow value is 15.13%
  • key color value is 6.67%

CMYK: (8,0,15,7)
C8M0Y15K7 (8%, 0%, 15%, 7%)
(0.08 / 0.00 / 0.15 / 0.07)

CMYK percentages

%7.56
%0
%15.13
%6.67

Codes

Color #DCEECA in popluar color models

DC EE CA
RGB 220 238 202
HSL 90° 51.43% 86.27%
HSB/HSV 90° 15.13% 93.33%
CMYK 7.56% 0.00% 15.13%
6.67%

Color #DCEECA in popluar number systems.

HEX DC EE CA
Decimal 220 238 202
Binary 11011100 11101110 11001010
Octal 334 356 312

Shades and tints

Shades of #DCEECA

#DCEECA
(220,238,202)
#C8D9B8
(200,217,184)
#B4C4A6
(180,196,166)
#A0AF94
(160,175,148)
#8C9A82
(140,154,130)
#788570
(120,133,112)
#64705E
(100,112,94)
#505B4C
(80,91,76)
#3C463A
(60,70,58)
#283128
(40,49,40)
#141C16
(20,28,22)
#000000
(0,0,0)

Tints of #DCEECA

#DCEECA
(220,238,202)
#DFEFCE
(223,239,206)
#E2F0D2
(226,240,210)
#E5F1D6
(229,241,214)
#E8F2DA
(232,242,218)
#EBF3DE
(235,243,222)
#EEF4E2
(238,244,226)
#F1F5E6
(241,245,230)
#F4F6EA
(244,246,234)
#F7F7EE
(247,247,238)
#FAF8F2
(250,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCEECA; }

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

This text font color is #DCEECA.

Background Color

.myBgColor { background-color: #DCEECA; }

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

This div background color is #DCEECA.

Border color

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

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

This div border color is #DCEECA.

Opacity

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

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

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

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

This text has shadow with #DCEECA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCEECA.

Preview

Color preview on black background

This text has color #DCEECA on black background.


Color preview on white background

This text has color #DCEECA on white background.


Black color preview on #DCEECA background

This text has black color on #DCEECA background.


White color preview on #DCEECA background

This text has white color on #DCEECA background.


Related colors

Complementary color

Complementary color for #hex is #231135.


I love getcolorcode.com

Triadic colors

1 #CADCEE and #EECADC with #DCEECA are triadic colors.

2 #CAEEDC and #EEDCCA with #DCEECA are triadic colors.