COLOR #D9E6BE

HEX: #D9E6BE
RGB: (217,230,190)

Color info

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

RGB color model

#D9E6BE color RGB value is (217,230,190).

  • red value is 217;
  • green value is 230;
  • blue value is 190.
RGB:
(217,230,190)
(85%,90%,75%)

RGB channels and saturation

R 217 of 255 = 85%
G 230 of 255 = 90%
B 190 of 255 = 75%

217
230
190

R + G + B ~ 83%. #D9E6BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 230 + 190 = 637 (100%)
R 217 of 637 ~ 34.07%
G 230 of 637 ~ 36.11%
B 190 of 637 ~ 29.83%

%34.07
%36.11
%29.83

CMYK color model

#D9E6BE color CMYK value is (6,0,17,10).

  • cyan value is 5.65%
  • magenta value is 0.00%
  • yellow value is 17.39%
  • key color value is 9.80%
CMYK:
(6,0,17,10)
C6M0Y17K10 
(6%,0%,17%,10%)
(0.06/0.00/0.17/0.10)	

CMYK percentages

%5.65
%0
%17.39
%9.8

Codes

Color #D9E6BE in popluar color models

D9E6BE
RGB217230190
HSL80°44.44%82.35%
HSB/HSV80°17.39%90.20%
CMYK5.65%0.00%17.39%
9.80%

Color #D9E6BE in popluar number systems.

HEXD9E6BE
Decimal217230190
Binary110110011110011010111110
Octal331346276

Shades and tints

Shades of #D9E6BE

#D9E6BE
(217,230,190)
#C6D2AD
(198,210,173)
#B3BE9C
(179,190,156)
#A0AA8B
(160,170,139)
#8D967A
(141,150,122)
#7A8269
(122,130,105)
#676E58
(103,110,88)
#545A47
(84,90,71)
#414636
(65,70,54)
#2E3225
(46,50,37)
#1B1E14
(27,30,20)
#000000
(0,0,0)

Tints of #D9E6BE

#D9E6BE
(217,230,190)
#DCE8C3
(220,232,195)
#DFEAC8
(223,234,200)
#E2ECCD
(226,236,205)
#E5EED2
(229,238,210)
#E8F0D7
(232,240,215)
#EBF2DC
(235,242,220)
#EEF4E1
(238,244,225)
#F1F6E6
(241,246,230)
#F4F8EB
(244,248,235)
#F7FAF0
(247,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9E6BE color. Also use rgb(217,230,190) instead hex code.

Text Font Color

.myTextColor { color: #D9E6BE; }

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

This text font color is #D9E6BE.


Background Color

.myBgColor { background-color: #D9E6BE; }

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

This div background color is #D9E6BE.


Border color

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

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

This div border color is #D9E6BE.


Opacity

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

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

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

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

This text has shadow with #D9E6BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9E6BE on black background.


Color preview on white background

This text has color #D9E6BE on white background.



Black color preview on #D9E6BE background

This text has black color on #D9E6BE background.


White color preview on #D9E6BE background

This text has white color on #D9E6BE background.