COLOR #DCEAC7

HEX: #DCEAC7
RGB: (220,234,199)

Color info

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

RGB color model

#DCEAC7 color RGB value is (220,234,199).

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

RGB channels and saturation

R 220 of 255 = 86%
G 234 of 255 = 92%
B 199 of 255 = 78%

220
234
199

R + G + B ~ 85%. #DCEAC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 234 + 199 = 653 (100%)
R 220 of 653 ~ 33.69%
G 234 of 653 ~ 35.83%
B 199 of 653 ~ 30.47%

%33.69
%35.83
%30.47

CMYK color model

#DCEAC7 color CMYK value is (6,0,15,8).

  • cyan value is 5.98%
  • magenta value is 0.00%
  • yellow value is 14.96%
  • key color value is 8.24%
CMYK:
(6,0,15,8)
C6M0Y15K8 
(6%,0%,15%,8%)
(0.06/0.00/0.15/0.08)	

CMYK percentages

%5.98
%0
%14.96
%8.24

Codes

Color #DCEAC7 in popluar color models

DCEAC7
RGB220234199
HSL84°45.45%84.90%
HSB/HSV84°14.96%91.76%
CMYK5.98%0.00%14.96%
8.24%

Color #DCEAC7 in popluar number systems.

HEXDCEAC7
Decimal220234199
Binary110111001110101011000111
Octal334352307

Shades and tints

Shades of #DCEAC7

#DCEAC7
(220,234,199)
#C8D5B5
(200,213,181)
#B4C0A3
(180,192,163)
#A0AB91
(160,171,145)
#8C967F
(140,150,127)
#78816D
(120,129,109)
#646C5B
(100,108,91)
#505749
(80,87,73)
#3C4237
(60,66,55)
#282D25
(40,45,37)
#141813
(20,24,19)
#000000
(0,0,0)

Tints of #DCEAC7

#DCEAC7
(220,234,199)
#DFEBCC
(223,235,204)
#E2ECD1
(226,236,209)
#E5EDD6
(229,237,214)
#E8EEDB
(232,238,219)
#EBEFE0
(235,239,224)
#EEF0E5
(238,240,229)
#F1F1EA
(241,241,234)
#F4F2EF
(244,242,239)
#F7F3F4
(247,243,244)
#FAF4F9
(250,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCEAC7; }

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

This text font color is #DCEAC7.


Background Color

.myBgColor { background-color: #DCEAC7; }

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

This div background color is #DCEAC7.


Border color

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

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

This div border color is #DCEAC7.


Opacity

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

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

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

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

This text has shadow with #DCEAC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCEAC7 on black background.


Color preview on white background

This text has color #DCEAC7 on white background.



Black color preview on #DCEAC7 background

This text has black color on #DCEAC7 background.


White color preview on #DCEAC7 background

This text has white color on #DCEAC7 background.