COLOR #D0E18D

HEX: #D0E18D RGB: (208,225,141)

Color info

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

RGB color model

#D0E18D color RGB value is (208,225,141).

RGB: (208,225,141) (82%, 88%, 55%)

RGB channels and saturation

R 208 of 255 = 82%
G 225 of 255 = 88%
B 141 of 255 = 55%

208
225
141

R + G + B ~ 75%. #D0E18D is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 225 + 141 = 574 (100%)
R 208 of 574 ~ 36.24%
G 225 of 574 ~ 39.2%
B 141 of 574 ~ 24.56'%

%36.24
%39.2
%24.56

CMYK color model

#D0E18D color CMYK value is (8,0,37,12).

  • cyan value is 7.56%
  • magenta value is 0.00%
  • yellow value is 37.33%
  • key color value is 11.76%

CMYK: (8,0,37,12)
C8M0Y37K12 (8%, 0%, 37%, 12%)
(0.08 / 0.00 / 0.37 / 0.12)

CMYK percentages

%7.56
%0
%37.33
%11.76

Codes

Color #D0E18D in popluar color models

D0 E1 8D
RGB 208 225 141
HSL 72° 58.33% 71.76%
HSB/HSV 72° 37.33% 88.24%
CMYK 7.56% 0.00% 37.33%
11.76%

Color #D0E18D in popluar number systems.

HEX D0 E1 8D
Decimal 208 225 141
Binary 11010000 11100001 10001101
Octal 320 341 215

Shades and tints

Shades of #D0E18D

#D0E18D
(208,225,141)
#BECD81
(190,205,129)
#ACB975
(172,185,117)
#9AA569
(154,165,105)
#88915D
(136,145,93)
#767D51
(118,125,81)
#646945
(100,105,69)
#525539
(82,85,57)
#40412D
(64,65,45)
#2E2D21
(46,45,33)
#1C1915
(28,25,21)
#000000
(0,0,0)

Tints of #D0E18D

#D0E18D
(208,225,141)
#D4E397
(212,227,151)
#D8E5A1
(216,229,161)
#DCE7AB
(220,231,171)
#E0E9B5
(224,233,181)
#E4EBBF
(228,235,191)
#E8EDC9
(232,237,201)
#ECEFD3
(236,239,211)
#F0F1DD
(240,241,221)
#F4F3E7
(244,243,231)
#F8F5F1
(248,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0E18D color. Also use rgb(208,225,141) instead hex code.

Text Font Color

.myTextColor { color: #D0E18D; }

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

This text font color is #D0E18D.

Background Color

.myBgColor { background-color: #D0E18D; }

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

This div background color is #D0E18D.

Border color

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

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

This div border color is #D0E18D.

Opacity

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

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

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

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

This text has shadow with #D0E18D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0E18D.

Preview

Color preview on black background

This text has color #D0E18D on black background.


Color preview on white background

This text has color #D0E18D on white background.


Black color preview on #D0E18D background

This text has black color on #D0E18D background.


White color preview on #D0E18D background

This text has white color on #D0E18D background.


Related colors

Complementary color

Complementary color for #hex is #2F1E72.


I love getcolorcode.com

Triadic colors

1 #8DD0E1 and #E18DD0 with #D0E18D are triadic colors.

2 #8DE1D0 and #E1D08D with #D0E18D are triadic colors.