COLOR #DCE6A2

HEX: #DCE6A2
RGB: (220,230,162)

Color info

#DCE6A2 contains mainly red and green colors. Web safe color of #DCE6A2 is #CCCC99 (or #CC9).

RGB color model

#DCE6A2 color RGB value is (220,230,162).

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

RGB channels and saturation

R 220 of 255 = 86%
G 230 of 255 = 90%
B 162 of 255 = 64%

220
230
162

R + G + B ~ 80%. #DCE6A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 230 + 162 = 612 (100%)
R 220 of 612 ~ 35.95%
G 230 of 612 ~ 37.58%
B 162 of 612 ~ 26.47%

%35.95
%37.58
%26.47

CMYK color model

#DCE6A2 color CMYK value is (4,0,30,10).

  • cyan value is 4.35%
  • magenta value is 0.00%
  • yellow value is 29.57%
  • key color value is 9.80%
CMYK:
(4,0,30,10)
C4M0Y30K10 
(4%,0%,30%,10%)
(0.04/0.00/0.30/0.10)	

CMYK percentages

%4.35
%0
%29.57
%9.8

Codes

Color #DCE6A2 in popluar color models

DCE6A2
RGB220230162
HSL69°57.63%76.86%
HSB/HSV69°29.57%90.20%
CMYK4.35%0.00%29.57%
9.80%

Color #DCE6A2 in popluar number systems.

HEXDCE6A2
Decimal220230162
Binary110111001110011010100010
Octal334346242

Shades and tints

Shades of #DCE6A2

#DCE6A2
(220,230,162)
#C8D294
(200,210,148)
#B4BE86
(180,190,134)
#A0AA78
(160,170,120)
#8C966A
(140,150,106)
#78825C
(120,130,92)
#646E4E
(100,110,78)
#505A40
(80,90,64)
#3C4632
(60,70,50)
#283224
(40,50,36)
#141E16
(20,30,22)
#000000
(0,0,0)

Tints of #DCE6A2

#DCE6A2
(220,230,162)
#DFE8AA
(223,232,170)
#E2EAB2
(226,234,178)
#E5ECBA
(229,236,186)
#E8EEC2
(232,238,194)
#EBF0CA
(235,240,202)
#EEF2D2
(238,242,210)
#F1F4DA
(241,244,218)
#F4F6E2
(244,246,226)
#F7F8EA
(247,248,234)
#FAFAF2
(250,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE6A2; }

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

This text font color is #DCE6A2.


Background Color

.myBgColor { background-color: #DCE6A2; }

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

This div background color is #DCE6A2.


Border color

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

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

This div border color is #DCE6A2.


Opacity

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

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

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

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

This text has shadow with #DCE6A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE6A2 on black background.


Color preview on white background

This text has color #DCE6A2 on white background.



Black color preview on #DCE6A2 background

This text has black color on #DCE6A2 background.


White color preview on #DCE6A2 background

This text has white color on #DCE6A2 background.