COLOR #DCEECE

HEX: #DCEECE RGB: (220,238,206)

Color info

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

RGB color model

#DCEECE color RGB value is (220,238,206).

RGB: (220,238,206) (86%, 93%, 81%)

RGB channels and saturation

R 220 of 255 = 86%
G 238 of 255 = 93%
B 206 of 255 = 81%

220
238
206

R + G + B ~ 87%. #DCEECE is light color.

Portions of RGB colors in percentages

R + G + B = 220 + 238 + 206 = 664 (100%)
R 220 of 664 ~ 33.13%
G 238 of 664 ~ 35.84%
B 206 of 664 ~ 31.02'%

%33.13
%35.84
%31.02

CMYK color model

#DCEECE color CMYK value is (8,0,13,7).

  • cyan value is 7.56%
  • magenta value is 0.00%
  • yellow value is 13.45%
  • key color value is 6.67%
CMYK: (8,0,13,7) C8M0Y13K7 (8%,0%,13%,7%) (0.08/0.00/0.13/0.07) 

CMYK percentages

%7.56
%0
%13.45
%6.67

Codes

Color #DCEECE in popluar color models

DC EE CE
RGB 220 238 206
HSL 94° 48.48% 87.06%
HSB/HSV 94° 13.45% 93.33%
CMYK 7.56% 0.00% 13.45%
6.67%

Color #DCEECE in popluar number systems.

HEX DC EE CE
Decimal 220 238 206
Binary 11011100 11101110 11001110
Octal 334 356 316

Shades and tints

Shades of #DCEECE

#DCEECE
(220,238,206)
#C8D9BC
(200,217,188)
#B4C4AA
(180,196,170)
#A0AF98
(160,175,152)
#8C9A86
(140,154,134)
#788574
(120,133,116)
#647062
(100,112,98)
#505B50
(80,91,80)
#3C463E
(60,70,62)
#28312C
(40,49,44)
#141C1A
(20,28,26)
#000000
(0,0,0)

Tints of #DCEECE

#DCEECE
(220,238,206)
#DFEFD2
(223,239,210)
#E2F0D6
(226,240,214)
#E5F1DA
(229,241,218)
#E8F2DE
(232,242,222)
#EBF3E2
(235,243,226)
#EEF4E6
(238,244,230)
#F1F5EA
(241,245,234)
#F4F6EE
(244,246,238)
#F7F7F2
(247,247,242)
#FAF8F6
(250,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCEECE; }

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

This text font color is #DCEECE.

Background Color

.myBgColor { background-color: #DCEECE; }

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

This div background color is #DCEECE.

Border color

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

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

This div border color is #DCEECE.

Opacity

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

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

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

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

This text has shadow with #DCEECE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCEECE.

Preview

Color preview on black background

This text has color #DCEECE on black background.


Color preview on white background

This text has color #DCEECE on white background.


Black color preview on #DCEECE background

This text has black color on #DCEECE background.


White color preview on #DCEECE background

This text has white color on #DCEECE background.


Related colors

Complementary color

Complementary color for #hex is #231131.


I love getcolorcode.com

Triadic colors

1 #CEDCEE and #EECEDC with #DCEECE are triadic colors.

2 #CEEEDC and #EEDCCE with #DCEECE are triadic colors.