COLOR #D0E2A5

HEX: #D0E2A5 RGB: (208,226,165)

Color info

#D0E2A5 contains mainly red and green colors. Web safe color of #D0E2A5 is #CCCC99 (or #CC9).

RGB color model

#D0E2A5 color RGB value is (208,226,165).

RGB: (208,226,165) (82%, 89%, 65%)

RGB channels and saturation

R 208 of 255 = 82%
G 226 of 255 = 89%
B 165 of 255 = 65%

208
226
165

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

Portions of RGB colors in percentages

R + G + B = 208 + 226 + 165 = 599 (100%)
R 208 of 599 ~ 34.72%
G 226 of 599 ~ 37.73%
B 165 of 599 ~ 27.55'%

%34.72
%37.73
%27.55

CMYK color model

#D0E2A5 color CMYK value is (8,0,27,11).

  • cyan value is 7.96%
  • magenta value is 0.00%
  • yellow value is 26.99%
  • key color value is 11.37%

CMYK: (8,0,27,11)
C8M0Y27K11 (8%, 0%, 27%, 11%)
(0.08 / 0.00 / 0.27 / 0.11)

CMYK percentages

%7.96
%0
%26.99
%11.37

Codes

Color #D0E2A5 in popluar color models

D0 E2 A5
RGB 208 226 165
HSL 78° 51.26% 76.67%
HSB/HSV 78° 26.99% 88.63%
CMYK 7.96% 0.00% 26.99%
11.37%

Color #D0E2A5 in popluar number systems.

HEX D0 E2 A5
Decimal 208 226 165
Binary 11010000 11100010 10100101
Octal 320 342 245

Shades and tints

Shades of #D0E2A5

#D0E2A5
(208,226,165)
#BECE96
(190,206,150)
#ACBA87
(172,186,135)
#9AA678
(154,166,120)
#889269
(136,146,105)
#767E5A
(118,126,90)
#646A4B
(100,106,75)
#52563C
(82,86,60)
#40422D
(64,66,45)
#2E2E1E
(46,46,30)
#1C1A0F
(28,26,15)
#000000
(0,0,0)

Tints of #D0E2A5

#D0E2A5
(208,226,165)
#D4E4AD
(212,228,173)
#D8E6B5
(216,230,181)
#DCE8BD
(220,232,189)
#E0EAC5
(224,234,197)
#E4ECCD
(228,236,205)
#E8EED5
(232,238,213)
#ECF0DD
(236,240,221)
#F0F2E5
(240,242,229)
#F4F4ED
(244,244,237)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0E2A5 color. Also use rgb(208,226,165) instead hex code.

Text Font Color

.myTextColor { color: #D0E2A5; }

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

This text font color is #D0E2A5.

Background Color

.myBgColor { background-color: #D0E2A5; }

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

This div background color is #D0E2A5.

Border color

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

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

This div border color is #D0E2A5.

Opacity

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

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

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

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

This text has shadow with #D0E2A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0E2A5.

Preview

Color preview on black background

This text has color #D0E2A5 on black background.


Color preview on white background

This text has color #D0E2A5 on white background.


Black color preview on #D0E2A5 background

This text has black color on #D0E2A5 background.


White color preview on #D0E2A5 background

This text has white color on #D0E2A5 background.


Related colors

Complementary color

Complementary color for #hex is #2F1D5A.


I love getcolorcode.com

Triadic colors

1 #A5D0E2 and #E2A5D0 with #D0E2A5 are triadic colors.

2 #A5E2D0 and #E2D0A5 with #D0E2A5 are triadic colors.