COLOR #D0DB7E

HEX: #D0DB7E
RGB: (208,219,126)

Color info

#D0DB7E contains mainly red and green colors. Web safe color of #D0DB7E is #CCCC66 (or #CC6).

RGB color model

#D0DB7E color RGB value is (208,219,126).

  • red value is 208;
  • green value is 219;
  • blue value is 126.
RGB:
(208,219,126)
(82%,86%,49%)

RGB channels and saturation

R 208 of 255 = 82%
G 219 of 255 = 86%
B 126 of 255 = 49%

208
219
126

R + G + B ~ 72%. #D0DB7E is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 219 + 126 = 553 (100%)
R 208 of 553 ~ 37.61%
G 219 of 553 ~ 39.6%
B 126 of 553 ~ 22.78%

%37.61
%39.6
%22.78

CMYK color model

#D0DB7E color CMYK value is (5,0,42,14).

  • cyan value is 5.02%
  • magenta value is 0.00%
  • yellow value is 42.47%
  • key color value is 14.12%
CMYK:
(5,0,42,14)
C5M0Y42K14 
(5%,0%,42%,14%)
(0.05/0.00/0.42/0.14)	

CMYK percentages

%5.02
%0
%42.47
%14.12

Codes

Color #D0DB7E in popluar color models

D0DB7E
RGB208219126
HSL67°56.36%67.65%
HSB/HSV67°42.47%85.88%
CMYK5.02%0.00%42.47%
14.12%

Color #D0DB7E in popluar number systems.

HEXD0DB7E
Decimal208219126
Binary11010000110110111111110
Octal320333176

Shades and tints

Shades of #D0DB7E

#D0DB7E
(208,219,126)
#BEC873
(190,200,115)
#ACB568
(172,181,104)
#9AA25D
(154,162,93)
#888F52
(136,143,82)
#767C47
(118,124,71)
#64693C
(100,105,60)
#525631
(82,86,49)
#404326
(64,67,38)
#2E301B
(46,48,27)
#1C1D10
(28,29,16)
#000000
(0,0,0)

Tints of #D0DB7E

#D0DB7E
(208,219,126)
#D4DE89
(212,222,137)
#D8E194
(216,225,148)
#DCE49F
(220,228,159)
#E0E7AA
(224,231,170)
#E4EAB5
(228,234,181)
#E8EDC0
(232,237,192)
#ECF0CB
(236,240,203)
#F0F3D6
(240,243,214)
#F4F6E1
(244,246,225)
#F8F9EC
(248,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0DB7E color. Also use rgb(208,219,126) instead hex code.

Text Font Color

.myTextColor { color: #D0DB7E; }

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

This text font color is #D0DB7E.


Background Color

.myBgColor { background-color: #D0DB7E; }

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

This div background color is #D0DB7E.


Border color

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

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

This div border color is #D0DB7E.


Opacity

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

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

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

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

This text has shadow with #D0DB7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0DB7E on black background.


Color preview on white background

This text has color #D0DB7E on white background.



Black color preview on #D0DB7E background

This text has black color on #D0DB7E background.


White color preview on #D0DB7E background

This text has white color on #D0DB7E background.