COLOR #DCE6C8

HEX: #DCE6C8 RGB: (220,230,200)

Color info

#DCE6C8 contains red, green and blue colors in about the same proportion. Web safe color of #DCE6C8 is #CCCCCC (or #CCC).

RGB color model

#DCE6C8 color RGB value is (220,230,200).

RGB: (220,230,200) (86%, 90%, 78%)

RGB channels and saturation

R 220 of 255 = 86%
G 230 of 255 = 90%
B 200 of 255 = 78%

220
230
200

R + G + B ~ 85%. #DCE6C8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 230 + 200 = 650 (100%)
R 220 of 650 ~ 33.85%
G 230 of 650 ~ 35.38%
B 200 of 650 ~ 30.77'%

%33.85
%35.38
%30.77

CMYK color model

#DCE6C8 color CMYK value is (4,0,13,10).

  • cyan value is 4.35%
  • magenta value is 0.00%
  • yellow value is 13.04%
  • key color value is 9.80%

CMYK: (4,0,13,10)
C4M0Y13K10 (4%, 0%, 13%, 10%)
(0.04 / 0.00 / 0.13 / 0.10)

CMYK percentages

%4.35
%0
%13.04
%9.8

Codes

Color #DCE6C8 in popluar color models

DC E6 C8
RGB 220 230 200
HSL 80° 37.50% 84.31%
HSB/HSV 80° 13.04% 90.20%
CMYK 4.35% 0.00% 13.04%
9.80%

Color #DCE6C8 in popluar number systems.

HEX DC E6 C8
Decimal 220 230 200
Binary 11011100 11100110 11001000
Octal 334 346 310

Shades and tints

Shades of #DCE6C8

#DCE6C8
(220,230,200)
#C8D2B6
(200,210,182)
#B4BEA4
(180,190,164)
#A0AA92
(160,170,146)
#8C9680
(140,150,128)
#78826E
(120,130,110)
#646E5C
(100,110,92)
#505A4A
(80,90,74)
#3C4638
(60,70,56)
#283226
(40,50,38)
#141E14
(20,30,20)
#000000
(0,0,0)

Tints of #DCE6C8

#DCE6C8
(220,230,200)
#DFE8CD
(223,232,205)
#E2EAD2
(226,234,210)
#E5ECD7
(229,236,215)
#E8EEDC
(232,238,220)
#EBF0E1
(235,240,225)
#EEF2E6
(238,242,230)
#F1F4EB
(241,244,235)
#F4F6F0
(244,246,240)
#F7F8F5
(247,248,245)
#FAFAFA
(250,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE6C8; }

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

This text font color is #DCE6C8.

Background Color

.myBgColor { background-color: #DCE6C8; }

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

This div background color is #DCE6C8.

Border color

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

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

This div border color is #DCE6C8.

Opacity

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

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

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

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

This text has shadow with #DCE6C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCE6C8.

Preview

Color preview on black background

This text has color #DCE6C8 on black background.


Color preview on white background

This text has color #DCE6C8 on white background.


Black color preview on #DCE6C8 background

This text has black color on #DCE6C8 background.


White color preview on #DCE6C8 background

This text has white color on #DCE6C8 background.


Related colors

Complementary color

Complementary color for #hex is #231937.


I love getcolorcode.com

Triadic colors

1 #C8DCE6 and #E6C8DC with #DCE6C8 are triadic colors.

2 #C8E6DC and #E6DCC8 with #DCE6C8 are triadic colors.