COLOR #DCE9AF

HEX: #DCE9AF
RGB: (220,233,175)

Color info

#DCE9AF contains red, green and blue colors in about the same proportion. Web safe color of #DCE9AF is #CCFF99 (or #CF9).

RGB color model

#DCE9AF color RGB value is (220,233,175).

  • red value is 220;
  • green value is 233;
  • blue value is 175.
RGB:
(220,233,175)
(86%,91%,69%)

RGB channels and saturation

R 220 of 255 = 86%
G 233 of 255 = 91%
B 175 of 255 = 69%

220
233
175

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

Portions of RGB colors in percentages

R + G + B =
220 + 233 + 175 = 628 (100%)
R 220 of 628 ~ 35.03%
G 233 of 628 ~ 37.1%
B 175 of 628 ~ 27.87%

%35.03
%37.1
%27.87

CMYK color model

#DCE9AF color CMYK value is (6,0,25,9).

  • cyan value is 5.58%
  • magenta value is 0.00%
  • yellow value is 24.89%
  • key color value is 8.63%
CMYK:
(6,0,25,9)
C6M0Y25K9 
(6%,0%,25%,9%)
(0.06/0.00/0.25/0.09)	

CMYK percentages

%5.58
%0
%24.89
%8.63

Codes

Color #DCE9AF in popluar color models

DCE9AF
RGB220233175
HSL73°56.86%80.00%
HSB/HSV73°24.89%91.37%
CMYK5.58%0.00%24.89%
8.63%

Color #DCE9AF in popluar number systems.

HEXDCE9AF
Decimal220233175
Binary110111001110100110101111
Octal334351257

Shades and tints

Shades of #DCE9AF

#DCE9AF
(220,233,175)
#C8D4A0
(200,212,160)
#B4BF91
(180,191,145)
#A0AA82
(160,170,130)
#8C9573
(140,149,115)
#788064
(120,128,100)
#646B55
(100,107,85)
#505646
(80,86,70)
#3C4137
(60,65,55)
#282C28
(40,44,40)
#141719
(20,23,25)
#000000
(0,0,0)

Tints of #DCE9AF

#DCE9AF
(220,233,175)
#DFEBB6
(223,235,182)
#E2EDBD
(226,237,189)
#E5EFC4
(229,239,196)
#E8F1CB
(232,241,203)
#EBF3D2
(235,243,210)
#EEF5D9
(238,245,217)
#F1F7E0
(241,247,224)
#F4F9E7
(244,249,231)
#F7FBEE
(247,251,238)
#FAFDF5
(250,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE9AF; }

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

This text font color is #DCE9AF.


Background Color

.myBgColor { background-color: #DCE9AF; }

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

This div background color is #DCE9AF.


Border color

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

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

This div border color is #DCE9AF.


Opacity

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

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

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

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

This text has shadow with #DCE9AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE9AF on black background.


Color preview on white background

This text has color #DCE9AF on white background.



Black color preview on #DCE9AF background

This text has black color on #DCE9AF background.


White color preview on #DCE9AF background

This text has white color on #DCE9AF background.