COLOR #D0E7A1

HEX: #D0E7A1
RGB: (208,231,161)

Color info

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

RGB color model

#D0E7A1 color RGB value is (208,231,161).

  • red value is 208;
  • green value is 231;
  • blue value is 161.
RGB:
(208,231,161)
(82%,91%,63%)

RGB channels and saturation

R 208 of 255 = 82%
G 231 of 255 = 91%
B 161 of 255 = 63%

208
231
161

R + G + B ~ 79%. #D0E7A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 231 + 161 = 600 (100%)
R 208 of 600 ~ 34.67%
G 231 of 600 ~ 38.5%
B 161 of 600 ~ 26.83%

%34.67
%38.5
%26.83

CMYK color model

#D0E7A1 color CMYK value is (10,0,30,9).

  • cyan value is 9.96%
  • magenta value is 0.00%
  • yellow value is 30.30%
  • key color value is 9.41%
CMYK:
(10,0,30,9)
C10M0Y30K9 
(10%,0%,30%,9%)
(0.10/0.00/0.30/0.09)	

CMYK percentages

%9.96
%0
%30.3
%9.41

Codes

Color #D0E7A1 in popluar color models

D0E7A1
RGB208231161
HSL80°59.32%76.86%
HSB/HSV80°30.30%90.59%
CMYK9.96%0.00%30.30%
9.41%

Color #D0E7A1 in popluar number systems.

HEXD0E7A1
Decimal208231161
Binary110100001110011110100001
Octal320347241

Shades and tints

Shades of #D0E7A1

#D0E7A1
(208,231,161)
#BED293
(190,210,147)
#ACBD85
(172,189,133)
#9AA877
(154,168,119)
#889369
(136,147,105)
#767E5B
(118,126,91)
#64694D
(100,105,77)
#52543F
(82,84,63)
#403F31
(64,63,49)
#2E2A23
(46,42,35)
#1C1515
(28,21,21)
#000000
(0,0,0)

Tints of #D0E7A1

#D0E7A1
(208,231,161)
#D4E9A9
(212,233,169)
#D8EBB1
(216,235,177)
#DCEDB9
(220,237,185)
#E0EFC1
(224,239,193)
#E4F1C9
(228,241,201)
#E8F3D1
(232,243,209)
#ECF5D9
(236,245,217)
#F0F7E1
(240,247,225)
#F4F9E9
(244,249,233)
#F8FBF1
(248,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0E7A1 color. Also use rgb(208,231,161) instead hex code.

Text Font Color

.myTextColor { color: #D0E7A1; }

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

This text font color is #D0E7A1.


Background Color

.myBgColor { background-color: #D0E7A1; }

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

This div background color is #D0E7A1.


Border color

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

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

This div border color is #D0E7A1.


Opacity

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

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

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

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

This text has shadow with #D0E7A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0E7A1 on black background.


Color preview on white background

This text has color #D0E7A1 on white background.



Black color preview on #D0E7A1 background

This text has black color on #D0E7A1 background.


White color preview on #D0E7A1 background

This text has white color on #D0E7A1 background.