COLOR #DCE9AB

HEX: #DCE9AB RGB: (220,233,171)

Color info

#DCE9AB contains mainly red and green colors. Web safe color of #DCE9AB is #CCFF99 (or #CF9).

RGB color model

#DCE9AB color RGB value is (220,233,171).

RGB: (220,233,171) (86%, 91%, 67%)

RGB channels and saturation

R 220 of 255 = 86%
G 233 of 255 = 91%
B 171 of 255 = 67%

220
233
171

R + G + B ~ 81%. #DCE9AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 233 + 171 = 624 (100%)
R 220 of 624 ~ 35.26%
G 233 of 624 ~ 37.34%
B 171 of 624 ~ 27.4'%

%35.26
%37.34
%27.4

CMYK color model

#DCE9AB color CMYK value is (6,0,27,9).

  • cyan value is 5.58%
  • magenta value is 0.00%
  • yellow value is 26.61%
  • key color value is 8.63%
CMYK: (6,0,27,9) C6M0Y27K9 (6%,0%,27%,9%) (0.06/0.00/0.27/0.09) 

CMYK percentages

%5.58
%0
%26.61
%8.63

Codes

Color #DCE9AB in popluar color models

DC E9 AB
RGB 220 233 171
HSL 73° 58.49% 79.22%
HSB/HSV 73° 26.61% 91.37%
CMYK 5.58% 0.00% 26.61%
8.63%

Color #DCE9AB in popluar number systems.

HEX DC E9 AB
Decimal 220 233 171
Binary 11011100 11101001 10101011
Octal 334 351 253

Shades and tints

Shades of #DCE9AB

#DCE9AB
(220,233,171)
#C8D49C
(200,212,156)
#B4BF8D
(180,191,141)
#A0AA7E
(160,170,126)
#8C956F
(140,149,111)
#788060
(120,128,96)
#646B51
(100,107,81)
#505642
(80,86,66)
#3C4133
(60,65,51)
#282C24
(40,44,36)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #DCE9AB

#DCE9AB
(220,233,171)
#DFEBB2
(223,235,178)
#E2EDB9
(226,237,185)
#E5EFC0
(229,239,192)
#E8F1C7
(232,241,199)
#EBF3CE
(235,243,206)
#EEF5D5
(238,245,213)
#F1F7DC
(241,247,220)
#F4F9E3
(244,249,227)
#F7FBEA
(247,251,234)
#FAFDF1
(250,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCE9AB color. Also use rgb(220,233,171) instead hex code.

Text Font Color

.myTextColor { color: #DCE9AB; }

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

This text font color is #DCE9AB.

Background Color

.myBgColor { background-color: #DCE9AB; }

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

This div background color is #DCE9AB.

Border color

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

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

This div border color is #DCE9AB.

Opacity

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

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

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

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

This text has shadow with #DCE9AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCE9AB.

Preview

Color preview on black background

This text has color #DCE9AB on black background.


Color preview on white background

This text has color #DCE9AB on white background.


Black color preview on #DCE9AB background

This text has black color on #DCE9AB background.


White color preview on #DCE9AB background

This text has white color on #DCE9AB background.


Related colors

Complementary color

Complementary color for #hex is #231654.


I love getcolorcode.com

Triadic colors

1 #ABDCE9 and #E9ABDC with #DCE9AB are triadic colors.

2 #ABE9DC and #E9DCAB with #DCE9AB are triadic colors.