COLOR #DCEFA8

HEX: #DCEFA8
RGB: (220,239,168)

Color info

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

RGB color model

#DCEFA8 color RGB value is (220,239,168).

  • red value is 220;
  • green value is 239;
  • blue value is 168.
RGB:
(220,239,168)
(86%,94%,66%)

RGB channels and saturation

R 220 of 255 = 86%
G 239 of 255 = 94%
B 168 of 255 = 66%

220
239
168

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

Portions of RGB colors in percentages

R + G + B =
220 + 239 + 168 = 627 (100%)
R 220 of 627 ~ 35.09%
G 239 of 627 ~ 38.12%
B 168 of 627 ~ 26.79%

%35.09
%38.12
%26.79

CMYK color model

#DCEFA8 color CMYK value is (8,0,30,6).

  • cyan value is 7.95%
  • magenta value is 0.00%
  • yellow value is 29.71%
  • key color value is 6.27%
CMYK:
(8,0,30,6)
C8M0Y30K6 
(8%,0%,30%,6%)
(0.08/0.00/0.30/0.06)	

CMYK percentages

%7.95
%0
%29.71
%6.27

Codes

Color #DCEFA8 in popluar color models

DCEFA8
RGB220239168
HSL76°68.93%79.80%
HSB/HSV76°29.71%93.73%
CMYK7.95%0.00%29.71%
6.27%

Color #DCEFA8 in popluar number systems.

HEXDCEFA8
Decimal220239168
Binary110111001110111110101000
Octal334357250

Shades and tints

Shades of #DCEFA8

#DCEFA8
(220,239,168)
#C8DA99
(200,218,153)
#B4C58A
(180,197,138)
#A0B07B
(160,176,123)
#8C9B6C
(140,155,108)
#78865D
(120,134,93)
#64714E
(100,113,78)
#505C3F
(80,92,63)
#3C4730
(60,71,48)
#283221
(40,50,33)
#141D12
(20,29,18)
#000000
(0,0,0)

Tints of #DCEFA8

#DCEFA8
(220,239,168)
#DFF0AF
(223,240,175)
#E2F1B6
(226,241,182)
#E5F2BD
(229,242,189)
#E8F3C4
(232,243,196)
#EBF4CB
(235,244,203)
#EEF5D2
(238,245,210)
#F1F6D9
(241,246,217)
#F4F7E0
(244,247,224)
#F7F8E7
(247,248,231)
#FAF9EE
(250,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCEFA8 color. Also use rgb(220,239,168) instead hex code.

Text Font Color

.myTextColor { color: #DCEFA8; }

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

This text font color is #DCEFA8.


Background Color

.myBgColor { background-color: #DCEFA8; }

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

This div background color is #DCEFA8.


Border color

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

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

This div border color is #DCEFA8.


Opacity

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

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

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

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

This text has shadow with #DCEFA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCEFA8 on black background.


Color preview on white background

This text has color #DCEFA8 on white background.



Black color preview on #DCEFA8 background

This text has black color on #DCEFA8 background.


White color preview on #DCEFA8 background

This text has white color on #DCEFA8 background.