COLOR #D5E7BE

HEX: #D5E7BE
RGB: (213,231,190)

Color info

#D5E7BE contains red, green and blue colors in about the same proportion. Web safe color of #D5E7BE is #CCFFCC (or #CFC).

RGB color model

#D5E7BE color RGB value is (213,231,190).

  • red value is 213;
  • green value is 231;
  • blue value is 190.
RGB:
(213,231,190)
(84%,91%,75%)

RGB channels and saturation

R 213 of 255 = 84%
G 231 of 255 = 91%
B 190 of 255 = 75%

213
231
190

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

Portions of RGB colors in percentages

R + G + B =
213 + 231 + 190 = 634 (100%)
R 213 of 634 ~ 33.6%
G 231 of 634 ~ 36.44%
B 190 of 634 ~ 29.97%

%33.6
%36.44
%29.97

CMYK color model

#D5E7BE color CMYK value is (8,0,18,9).

  • cyan value is 7.79%
  • magenta value is 0.00%
  • yellow value is 17.75%
  • key color value is 9.41%
CMYK:
(8,0,18,9)
C8M0Y18K9 
(8%,0%,18%,9%)
(0.08/0.00/0.18/0.09)	

CMYK percentages

%7.79
%0
%17.75
%9.41

Codes

Color #D5E7BE in popluar color models

D5E7BE
RGB213231190
HSL86°46.07%82.55%
HSB/HSV86°17.75%90.59%
CMYK7.79%0.00%17.75%
9.41%

Color #D5E7BE in popluar number systems.

HEXD5E7BE
Decimal213231190
Binary110101011110011110111110
Octal325347276

Shades and tints

Shades of #D5E7BE

#D5E7BE
(213,231,190)
#C2D2AD
(194,210,173)
#AFBD9C
(175,189,156)
#9CA88B
(156,168,139)
#89937A
(137,147,122)
#767E69
(118,126,105)
#636958
(99,105,88)
#505447
(80,84,71)
#3D3F36
(61,63,54)
#2A2A25
(42,42,37)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #D5E7BE

#D5E7BE
(213,231,190)
#D8E9C3
(216,233,195)
#DBEBC8
(219,235,200)
#DEEDCD
(222,237,205)
#E1EFD2
(225,239,210)
#E4F1D7
(228,241,215)
#E7F3DC
(231,243,220)
#EAF5E1
(234,245,225)
#EDF7E6
(237,247,230)
#F0F9EB
(240,249,235)
#F3FBF0
(243,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5E7BE color. Also use rgb(213,231,190) instead hex code.

Text Font Color

.myTextColor { color: #D5E7BE; }

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

This text font color is #D5E7BE.


Background Color

.myBgColor { background-color: #D5E7BE; }

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

This div background color is #D5E7BE.


Border color

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

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

This div border color is #D5E7BE.


Opacity

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

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

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

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

This text has shadow with #D5E7BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E7BE on black background.


Color preview on white background

This text has color #D5E7BE on white background.



Black color preview on #D5E7BE background

This text has black color on #D5E7BE background.


White color preview on #D5E7BE background

This text has white color on #D5E7BE background.