COLOR #D0EEB1

HEX: #D0EEB1
RGB: (208,238,177)

Color info

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

RGB color model

#D0EEB1 color RGB value is (208,238,177).

  • red value is 208;
  • green value is 238;
  • blue value is 177.
RGB:
(208,238,177)
(82%,93%,69%)

RGB channels and saturation

R 208 of 255 = 82%
G 238 of 255 = 93%
B 177 of 255 = 69%

208
238
177

R + G + B ~ 81%. #D0EEB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 238 + 177 = 623 (100%)
R 208 of 623 ~ 33.39%
G 238 of 623 ~ 38.2%
B 177 of 623 ~ 28.41%

%33.39
%38.2
%28.41

CMYK color model

#D0EEB1 color CMYK value is (13,0,26,7).

  • cyan value is 12.61%
  • magenta value is 0.00%
  • yellow value is 25.63%
  • key color value is 6.67%
CMYK:
(13,0,26,7)
C13M0Y26K7 
(13%,0%,26%,7%)
(0.13/0.00/0.26/0.07)	

CMYK percentages

%12.61
%0
%25.63
%6.67

Codes

Color #D0EEB1 in popluar color models

D0EEB1
RGB208238177
HSL90°64.21%81.37%
HSB/HSV90°25.63%93.33%
CMYK12.61%0.00%25.63%
6.67%

Color #D0EEB1 in popluar number systems.

HEXD0EEB1
Decimal208238177
Binary110100001110111010110001
Octal320356261

Shades and tints

Shades of #D0EEB1

#D0EEB1
(208,238,177)
#BED9A1
(190,217,161)
#ACC491
(172,196,145)
#9AAF81
(154,175,129)
#889A71
(136,154,113)
#768561
(118,133,97)
#647051
(100,112,81)
#525B41
(82,91,65)
#404631
(64,70,49)
#2E3121
(46,49,33)
#1C1C11
(28,28,17)
#000000
(0,0,0)

Tints of #D0EEB1

#D0EEB1
(208,238,177)
#D4EFB8
(212,239,184)
#D8F0BF
(216,240,191)
#DCF1C6
(220,241,198)
#E0F2CD
(224,242,205)
#E4F3D4
(228,243,212)
#E8F4DB
(232,244,219)
#ECF5E2
(236,245,226)
#F0F6E9
(240,246,233)
#F4F7F0
(244,247,240)
#F8F8F7
(248,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0EEB1 color. Also use rgb(208,238,177) instead hex code.

Text Font Color

.myTextColor { color: #D0EEB1; }

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

This text font color is #D0EEB1.


Background Color

.myBgColor { background-color: #D0EEB1; }

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

This div background color is #D0EEB1.


Border color

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

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

This div border color is #D0EEB1.


Opacity

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

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

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

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

This text has shadow with #D0EEB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0EEB1 on black background.


Color preview on white background

This text has color #D0EEB1 on white background.



Black color preview on #D0EEB1 background

This text has black color on #D0EEB1 background.


White color preview on #D0EEB1 background

This text has white color on #D0EEB1 background.