COLOR #DCE6B6

HEX: #DCE6B6
RGB: (220,230,182)

Color info

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

RGB color model

#DCE6B6 color RGB value is (220,230,182).

  • red value is 220;
  • green value is 230;
  • blue value is 182.
RGB:
(220,230,182)
(86%,90%,71%)

RGB channels and saturation

R 220 of 255 = 86%
G 230 of 255 = 90%
B 182 of 255 = 71%

220
230
182

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

Portions of RGB colors in percentages

R + G + B =
220 + 230 + 182 = 632 (100%)
R 220 of 632 ~ 34.81%
G 230 of 632 ~ 36.39%
B 182 of 632 ~ 28.8%

%34.81
%36.39
%28.8

CMYK color model

#DCE6B6 color CMYK value is (4,0,21,10).

  • cyan value is 4.35%
  • magenta value is 0.00%
  • yellow value is 20.87%
  • key color value is 9.80%
CMYK:
(4,0,21,10)
C4M0Y21K10 
(4%,0%,21%,10%)
(0.04/0.00/0.21/0.10)	

CMYK percentages

%4.35
%0
%20.87
%9.8

Codes

Color #DCE6B6 in popluar color models

DCE6B6
RGB220230182
HSL73°48.98%80.78%
HSB/HSV73°20.87%90.20%
CMYK4.35%0.00%20.87%
9.80%

Color #DCE6B6 in popluar number systems.

HEXDCE6B6
Decimal220230182
Binary110111001110011010110110
Octal334346266

Shades and tints

Shades of #DCE6B6

#DCE6B6
(220,230,182)
#C8D2A6
(200,210,166)
#B4BE96
(180,190,150)
#A0AA86
(160,170,134)
#8C9676
(140,150,118)
#788266
(120,130,102)
#646E56
(100,110,86)
#505A46
(80,90,70)
#3C4636
(60,70,54)
#283226
(40,50,38)
#141E16
(20,30,22)
#000000
(0,0,0)

Tints of #DCE6B6

#DCE6B6
(220,230,182)
#DFE8BC
(223,232,188)
#E2EAC2
(226,234,194)
#E5ECC8
(229,236,200)
#E8EECE
(232,238,206)
#EBF0D4
(235,240,212)
#EEF2DA
(238,242,218)
#F1F4E0
(241,244,224)
#F4F6E6
(244,246,230)
#F7F8EC
(247,248,236)
#FAFAF2
(250,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE6B6; }

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

This text font color is #DCE6B6.


Background Color

.myBgColor { background-color: #DCE6B6; }

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

This div background color is #DCE6B6.


Border color

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

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

This div border color is #DCE6B6.


Opacity

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

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

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

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

This text has shadow with #DCE6B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE6B6 on black background.


Color preview on white background

This text has color #DCE6B6 on white background.



Black color preview on #DCE6B6 background

This text has black color on #DCE6B6 background.


White color preview on #DCE6B6 background

This text has white color on #DCE6B6 background.