COLOR #DCEAB9

HEX: #DCEAB9
RGB: (220,234,185)

Color info

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

RGB color model

#DCEAB9 color RGB value is (220,234,185).

  • red value is 220;
  • green value is 234;
  • blue value is 185.
RGB:
(220,234,185)
(86%,92%,73%)

RGB channels and saturation

R 220 of 255 = 86%
G 234 of 255 = 92%
B 185 of 255 = 73%

220
234
185

R + G + B ~ 84%. #DCEAB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 234 + 185 = 639 (100%)
R 220 of 639 ~ 34.43%
G 234 of 639 ~ 36.62%
B 185 of 639 ~ 28.95%

%34.43
%36.62
%28.95

CMYK color model

#DCEAB9 color CMYK value is (6,0,21,8).

  • cyan value is 5.98%
  • magenta value is 0.00%
  • yellow value is 20.94%
  • key color value is 8.24%
CMYK:
(6,0,21,8)
C6M0Y21K8 
(6%,0%,21%,8%)
(0.06/0.00/0.21/0.08)	

CMYK percentages

%5.98
%0
%20.94
%8.24

Codes

Color #DCEAB9 in popluar color models

DCEAB9
RGB220234185
HSL77°53.85%82.16%
HSB/HSV77°20.94%91.76%
CMYK5.98%0.00%20.94%
8.24%

Color #DCEAB9 in popluar number systems.

HEXDCEAB9
Decimal220234185
Binary110111001110101010111001
Octal334352271

Shades and tints

Shades of #DCEAB9

#DCEAB9
(220,234,185)
#C8D5A9
(200,213,169)
#B4C099
(180,192,153)
#A0AB89
(160,171,137)
#8C9679
(140,150,121)
#788169
(120,129,105)
#646C59
(100,108,89)
#505749
(80,87,73)
#3C4239
(60,66,57)
#282D29
(40,45,41)
#141819
(20,24,25)
#000000
(0,0,0)

Tints of #DCEAB9

#DCEAB9
(220,234,185)
#DFEBBF
(223,235,191)
#E2ECC5
(226,236,197)
#E5EDCB
(229,237,203)
#E8EED1
(232,238,209)
#EBEFD7
(235,239,215)
#EEF0DD
(238,240,221)
#F1F1E3
(241,241,227)
#F4F2E9
(244,242,233)
#F7F3EF
(247,243,239)
#FAF4F5
(250,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCEAB9 color. Also use rgb(220,234,185) instead hex code.

Text Font Color

.myTextColor { color: #DCEAB9; }

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

This text font color is #DCEAB9.


Background Color

.myBgColor { background-color: #DCEAB9; }

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

This div background color is #DCEAB9.


Border color

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

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

This div border color is #DCEAB9.


Opacity

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

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

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

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

This text has shadow with #DCEAB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCEAB9 on black background.


Color preview on white background

This text has color #DCEAB9 on white background.



Black color preview on #DCEAB9 background

This text has black color on #DCEAB9 background.


White color preview on #DCEAB9 background

This text has white color on #DCEAB9 background.