COLOR #D5E5BE

HEX: #D5E5BE
RGB: (213,229,190)

Color info

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

RGB color model

#D5E5BE color RGB value is (213,229,190).

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

RGB channels and saturation

R 213 of 255 = 84%
G 229 of 255 = 90%
B 190 of 255 = 75%

213
229
190

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

Portions of RGB colors in percentages

R + G + B =
213 + 229 + 190 = 632 (100%)
R 213 of 632 ~ 33.7%
G 229 of 632 ~ 36.23%
B 190 of 632 ~ 30.06%

%33.7
%36.23
%30.06

CMYK color model

#D5E5BE color CMYK value is (7,0,17,10).

  • cyan value is 6.99%
  • magenta value is 0.00%
  • yellow value is 17.03%
  • key color value is 10.20%
CMYK:
(7,0,17,10)
C7M0Y17K10 
(7%,0%,17%,10%)
(0.07/0.00/0.17/0.10)	

CMYK percentages

%6.99
%0
%17.03
%10.2

Codes

Color #D5E5BE in popluar color models

D5E5BE
RGB213229190
HSL85°42.86%82.16%
HSB/HSV85°17.03%89.80%
CMYK6.99%0.00%17.03%
10.20%

Color #D5E5BE in popluar number systems.

HEXD5E5BE
Decimal213229190
Binary110101011110010110111110
Octal325345276

Shades and tints

Shades of #D5E5BE

#D5E5BE
(213,229,190)
#C2D1AD
(194,209,173)
#AFBD9C
(175,189,156)
#9CA98B
(156,169,139)
#89957A
(137,149,122)
#768169
(118,129,105)
#636D58
(99,109,88)
#505947
(80,89,71)
#3D4536
(61,69,54)
#2A3125
(42,49,37)
#171D14
(23,29,20)
#000000
(0,0,0)

Tints of #D5E5BE

#D5E5BE
(213,229,190)
#D8E7C3
(216,231,195)
#DBE9C8
(219,233,200)
#DEEBCD
(222,235,205)
#E1EDD2
(225,237,210)
#E4EFD7
(228,239,215)
#E7F1DC
(231,241,220)
#EAF3E1
(234,243,225)
#EDF5E6
(237,245,230)
#F0F7EB
(240,247,235)
#F3F9F0
(243,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5E5BE; }

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

This text font color is #D5E5BE.


Background Color

.myBgColor { background-color: #D5E5BE; }

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

This div background color is #D5E5BE.


Border color

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

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

This div border color is #D5E5BE.


Opacity

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

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

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

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

This text has shadow with #D5E5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E5BE on black background.


Color preview on white background

This text has color #D5E5BE on white background.



Black color preview on #D5E5BE background

This text has black color on #D5E5BE background.


White color preview on #D5E5BE background

This text has white color on #D5E5BE background.