COLOR #DCE1AB

HEX: #DCE1AB
RGB: (220,225,171)

Color info

#DCE1AB contains red, green and blue colors in about the same proportion. Web safe color of #DCE1AB is #CCCC99 (or #CC9).

RGB color model

#DCE1AB color RGB value is (220,225,171).

  • red value is 220;
  • green value is 225;
  • blue value is 171.
RGB:
(220,225,171)
(86%,88%,67%)

RGB channels and saturation

R 220 of 255 = 86%
G 225 of 255 = 88%
B 171 of 255 = 67%

220
225
171

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

Portions of RGB colors in percentages

R + G + B =
220 + 225 + 171 = 616 (100%)
R 220 of 616 ~ 35.71%
G 225 of 616 ~ 36.53%
B 171 of 616 ~ 27.76%

%35.71
%36.53
%27.76

CMYK color model

#DCE1AB color CMYK value is (2,0,24,12).

  • cyan value is 2.22%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 11.76%
CMYK:
(2,0,24,12)
C2M0Y24K12 
(2%,0%,24%,12%)
(0.02/0.00/0.24/0.12)	

CMYK percentages

%2.22
%0
%24
%11.76

Codes

Color #DCE1AB in popluar color models

DCE1AB
RGB220225171
HSL66°47.37%77.65%
HSB/HSV66°24.00%88.24%
CMYK2.22%0.00%24.00%
11.76%

Color #DCE1AB in popluar number systems.

HEXDCE1AB
Decimal220225171
Binary110111001110000110101011
Octal334341253

Shades and tints

Shades of #DCE1AB

#DCE1AB
(220,225,171)
#C8CD9C
(200,205,156)
#B4B98D
(180,185,141)
#A0A57E
(160,165,126)
#8C916F
(140,145,111)
#787D60
(120,125,96)
#646951
(100,105,81)
#505542
(80,85,66)
#3C4133
(60,65,51)
#282D24
(40,45,36)
#141915
(20,25,21)
#000000
(0,0,0)

Tints of #DCE1AB

#DCE1AB
(220,225,171)
#DFE3B2
(223,227,178)
#E2E5B9
(226,229,185)
#E5E7C0
(229,231,192)
#E8E9C7
(232,233,199)
#EBEBCE
(235,235,206)
#EEEDD5
(238,237,213)
#F1EFDC
(241,239,220)
#F4F1E3
(244,241,227)
#F7F3EA
(247,243,234)
#FAF5F1
(250,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE1AB; }

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

This text font color is #DCE1AB.


Background Color

.myBgColor { background-color: #DCE1AB; }

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

This div background color is #DCE1AB.


Border color

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

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

This div border color is #DCE1AB.


Opacity

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

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

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

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

This text has shadow with #DCE1AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE1AB on black background.


Color preview on white background

This text has color #DCE1AB on white background.



Black color preview on #DCE1AB background

This text has black color on #DCE1AB background.


White color preview on #DCE1AB background

This text has white color on #DCE1AB background.