COLOR #D5EFB0

HEX: #D5EFB0
RGB: (213,239,176)

Color info

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

RGB color model

#D5EFB0 color RGB value is (213,239,176).

  • red value is 213;
  • green value is 239;
  • blue value is 176.
RGB:
(213,239,176)
(84%,94%,69%)

RGB channels and saturation

R 213 of 255 = 84%
G 239 of 255 = 94%
B 176 of 255 = 69%

213
239
176

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

Portions of RGB colors in percentages

R + G + B =
213 + 239 + 176 = 628 (100%)
R 213 of 628 ~ 33.92%
G 239 of 628 ~ 38.06%
B 176 of 628 ~ 28.03%

%33.92
%38.06
%28.03

CMYK color model

#D5EFB0 color CMYK value is (11,0,26,6).

  • cyan value is 10.88%
  • magenta value is 0.00%
  • yellow value is 26.36%
  • key color value is 6.27%
CMYK:
(11,0,26,6)
C11M0Y26K6 
(11%,0%,26%,6%)
(0.11/0.00/0.26/0.06)	

CMYK percentages

%10.88
%0
%26.36
%6.27

Codes

Color #D5EFB0 in popluar color models

D5EFB0
RGB213239176
HSL85°66.32%81.37%
HSB/HSV85°26.36%93.73%
CMYK10.88%0.00%26.36%
6.27%

Color #D5EFB0 in popluar number systems.

HEXD5EFB0
Decimal213239176
Binary110101011110111110110000
Octal325357260

Shades and tints

Shades of #D5EFB0

#D5EFB0
(213,239,176)
#C2DAA0
(194,218,160)
#AFC590
(175,197,144)
#9CB080
(156,176,128)
#899B70
(137,155,112)
#768660
(118,134,96)
#637150
(99,113,80)
#505C40
(80,92,64)
#3D4730
(61,71,48)
#2A3220
(42,50,32)
#171D10
(23,29,16)
#000000
(0,0,0)

Tints of #D5EFB0

#D5EFB0
(213,239,176)
#D8F0B7
(216,240,183)
#DBF1BE
(219,241,190)
#DEF2C5
(222,242,197)
#E1F3CC
(225,243,204)
#E4F4D3
(228,244,211)
#E7F5DA
(231,245,218)
#EAF6E1
(234,246,225)
#EDF7E8
(237,247,232)
#F0F8EF
(240,248,239)
#F3F9F6
(243,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5EFB0 color. Also use rgb(213,239,176) instead hex code.

Text Font Color

.myTextColor { color: #D5EFB0; }

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

This text font color is #D5EFB0.


Background Color

.myBgColor { background-color: #D5EFB0; }

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

This div background color is #D5EFB0.


Border color

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

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

This div border color is #D5EFB0.


Opacity

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

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

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

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

This text has shadow with #D5EFB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EFB0 on black background.


Color preview on white background

This text has color #D5EFB0 on white background.



Black color preview on #D5EFB0 background

This text has black color on #D5EFB0 background.


White color preview on #D5EFB0 background

This text has white color on #D5EFB0 background.