COLOR #DCECB6

HEX: #DCECB6 RGB: (220,236,182)

Color info

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

RGB color model

#DCECB6 color RGB value is (220,236,182).

RGB: (220,236,182) (86%, 93%, 71%)

RGB channels and saturation

R 220 of 255 = 86%
G 236 of 255 = 93%
B 182 of 255 = 71%

220
236
182

R + G + B ~ 83%. #DCECB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 236 + 182 = 638 (100%)
R 220 of 638 ~ 34.48%
G 236 of 638 ~ 36.99%
B 182 of 638 ~ 28.53'%

%34.48
%36.99
%28.53

CMYK color model

#DCECB6 color CMYK value is (7,0,23,7).

  • cyan value is 6.78%
  • magenta value is 0.00%
  • yellow value is 22.88%
  • key color value is 7.45%

CMYK: (7,0,23,7)
C7M0Y23K7 (7%, 0%, 23%, 7%)
(0.07 / 0.00 / 0.23 / 0.07)

CMYK percentages

%6.78
%0
%22.88
%7.45

Codes

Color #DCECB6 in popluar color models

DC EC B6
RGB 220 236 182
HSL 78° 58.70% 81.96%
HSB/HSV 78° 22.88% 92.55%
CMYK 6.78% 0.00% 22.88%
7.45%

Color #DCECB6 in popluar number systems.

HEX DC EC B6
Decimal 220 236 182
Binary 11011100 11101100 10110110
Octal 334 354 266

Shades and tints

Shades of #DCECB6

#DCECB6
(220,236,182)
#C8D7A6
(200,215,166)
#B4C296
(180,194,150)
#A0AD86
(160,173,134)
#8C9876
(140,152,118)
#788366
(120,131,102)
#646E56
(100,110,86)
#505946
(80,89,70)
#3C4436
(60,68,54)
#282F26
(40,47,38)
#141A16
(20,26,22)
#000000
(0,0,0)

Tints of #DCECB6

#DCECB6
(220,236,182)
#DFEDBC
(223,237,188)
#E2EEC2
(226,238,194)
#E5EFC8
(229,239,200)
#E8F0CE
(232,240,206)
#EBF1D4
(235,241,212)
#EEF2DA
(238,242,218)
#F1F3E0
(241,243,224)
#F4F4E6
(244,244,230)
#F7F5EC
(247,245,236)
#FAF6F2
(250,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCECB6; }

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

This text font color is #DCECB6.

Background Color

.myBgColor { background-color: #DCECB6; }

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

This div background color is #DCECB6.

Border color

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

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

This div border color is #DCECB6.

Opacity

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

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

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

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

This text has shadow with #DCECB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCECB6.

Preview

Color preview on black background

This text has color #DCECB6 on black background.


Color preview on white background

This text has color #DCECB6 on white background.


Black color preview on #DCECB6 background

This text has black color on #DCECB6 background.


White color preview on #DCECB6 background

This text has white color on #DCECB6 background.


Related colors

Complementary color

Complementary color for #hex is #231349.


I love getcolorcode.com

Triadic colors

1 #B6DCEC and #ECB6DC with #DCECB6 are triadic colors.

2 #B6ECDC and #ECDCB6 with #DCECB6 are triadic colors.