COLOR #D0E4BC

HEX: #D0E4BC RGB: (208,228,188)

Color info

#D0E4BC contains red, green and blue colors in about the same proportion. Web safe color of #D0E4BC is #CCCCCC (or #CCC).

RGB color model

#D0E4BC color RGB value is (208,228,188).

RGB: (208,228,188) (82%, 89%, 74%)

RGB channels and saturation

R 208 of 255 = 82%
G 228 of 255 = 89%
B 188 of 255 = 74%

208
228
188

R + G + B ~ 82%. #D0E4BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 228 + 188 = 624 (100%)
R 208 of 624 ~ 33.33%
G 228 of 624 ~ 36.54%
B 188 of 624 ~ 30.13'%

%33.33
%36.54
%30.13

CMYK color model

#D0E4BC color CMYK value is (9,0,18,11).

  • cyan value is 8.77%
  • magenta value is 0.00%
  • yellow value is 17.54%
  • key color value is 10.59%

CMYK: (9,0,18,11)
C9M0Y18K11 (9%, 0%, 18%, 11%)
(0.09 / 0.00 / 0.18 / 0.11)

CMYK percentages

%8.77
%0
%17.54
%10.59

Codes

Color #D0E4BC in popluar color models

D0 E4 BC
RGB 208 228 188
HSL 90° 42.55% 81.57%
HSB/HSV 90° 17.54% 89.41%
CMYK 8.77% 0.00% 17.54%
10.59%

Color #D0E4BC in popluar number systems.

HEX D0 E4 BC
Decimal 208 228 188
Binary 11010000 11100100 10111100
Octal 320 344 274

Shades and tints

Shades of #D0E4BC

#D0E4BC
(208,228,188)
#BED0AB
(190,208,171)
#ACBC9A
(172,188,154)
#9AA889
(154,168,137)
#889478
(136,148,120)
#768067
(118,128,103)
#646C56
(100,108,86)
#525845
(82,88,69)
#404434
(64,68,52)
#2E3023
(46,48,35)
#1C1C12
(28,28,18)
#000000
(0,0,0)

Tints of #D0E4BC

#D0E4BC
(208,228,188)
#D4E6C2
(212,230,194)
#D8E8C8
(216,232,200)
#DCEACE
(220,234,206)
#E0ECD4
(224,236,212)
#E4EEDA
(228,238,218)
#E8F0E0
(232,240,224)
#ECF2E6
(236,242,230)
#F0F4EC
(240,244,236)
#F4F6F2
(244,246,242)
#F8F8F8
(248,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0E4BC color. Also use rgb(208,228,188) instead hex code.

Text Font Color

.myTextColor { color: #D0E4BC; }

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

This text font color is #D0E4BC.

Background Color

.myBgColor { background-color: #D0E4BC; }

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

This div background color is #D0E4BC.

Border color

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

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

This div border color is #D0E4BC.

Opacity

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

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

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

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

This text has shadow with #D0E4BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0E4BC.

Preview

Color preview on black background

This text has color #D0E4BC on black background.


Color preview on white background

This text has color #D0E4BC on white background.


Black color preview on #D0E4BC background

This text has black color on #D0E4BC background.


White color preview on #D0E4BC background

This text has white color on #D0E4BC background.


Related colors

Complementary color

Complementary color for #hex is #2F1B43.


I love getcolorcode.com

Triadic colors

1 #BCD0E4 and #E4BCD0 with #D0E4BC are triadic colors.

2 #BCE4D0 and #E4D0BC with #D0E4BC are triadic colors.