COLOR #DCE4B6

HEX: #DCE4B6 RGB: (220,228,182)

Color info

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

RGB color model

#DCE4B6 color RGB value is (220,228,182).

RGB: (220,228,182) (86%, 89%, 71%)

RGB channels and saturation

R 220 of 255 = 86%
G 228 of 255 = 89%
B 182 of 255 = 71%

220
228
182

R + G + B ~ 82%. #DCE4B6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 228 + 182 = 630 (100%)
R 220 of 630 ~ 34.92%
G 228 of 630 ~ 36.19%
B 182 of 630 ~ 28.89'%

%34.92
%36.19
%28.89

CMYK color model

#DCE4B6 color CMYK value is (4,0,20,11).

  • cyan value is 3.51%
  • magenta value is 0.00%
  • yellow value is 20.18%
  • key color value is 10.59%

CMYK: (4,0,20,11)
C4M0Y20K11 (4%, 0%, 20%, 11%)
(0.04 / 0.00 / 0.20 / 0.11)

CMYK percentages

%3.51
%0
%20.18
%10.59

Codes

Color #DCE4B6 in popluar color models

DC E4 B6
RGB 220 228 182
HSL 70° 46.00% 80.39%
HSB/HSV 70° 20.18% 89.41%
CMYK 3.51% 0.00% 20.18%
10.59%

Color #DCE4B6 in popluar number systems.

HEX DC E4 B6
Decimal 220 228 182
Binary 11011100 11100100 10110110
Octal 334 344 266

Shades and tints

Shades of #DCE4B6

#DCE4B6
(220,228,182)
#C8D0A6
(200,208,166)
#B4BC96
(180,188,150)
#A0A886
(160,168,134)
#8C9476
(140,148,118)
#788066
(120,128,102)
#646C56
(100,108,86)
#505846
(80,88,70)
#3C4436
(60,68,54)
#283026
(40,48,38)
#141C16
(20,28,22)
#000000
(0,0,0)

Tints of #DCE4B6

#DCE4B6
(220,228,182)
#DFE6BC
(223,230,188)
#E2E8C2
(226,232,194)
#E5EAC8
(229,234,200)
#E8ECCE
(232,236,206)
#EBEED4
(235,238,212)
#EEF0DA
(238,240,218)
#F1F2E0
(241,242,224)
#F4F4E6
(244,244,230)
#F7F6EC
(247,246,236)
#FAF8F2
(250,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCE4B6 color. Also use rgb(220,228,182) instead hex code.

Text Font Color

.myTextColor { color: #DCE4B6; }

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

This text font color is #DCE4B6.

Background Color

.myBgColor { background-color: #DCE4B6; }

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

This div background color is #DCE4B6.

Border color

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

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

This div border color is #DCE4B6.

Opacity

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

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

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

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

This text has shadow with #DCE4B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCE4B6.

Preview

Color preview on black background

This text has color #DCE4B6 on black background.


Color preview on white background

This text has color #DCE4B6 on white background.


Black color preview on #DCE4B6 background

This text has black color on #DCE4B6 background.


White color preview on #DCE4B6 background

This text has white color on #DCE4B6 background.


Related colors

Complementary color

Complementary color for #hex is #231B49.


I love getcolorcode.com

Triadic colors

1 #B6DCE4 and #E4B6DC with #DCE4B6 are triadic colors.

2 #B6E4DC and #E4DCB6 with #DCE4B6 are triadic colors.