COLOR #D5EA95

HEX: #D5EA95
RGB: (213,234,149)

Color info

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

RGB color model

#D5EA95 color RGB value is (213,234,149).

  • red value is 213;
  • green value is 234;
  • blue value is 149.
RGB:
(213,234,149)
(84%,92%,58%)

RGB channels and saturation

R 213 of 255 = 84%
G 234 of 255 = 92%
B 149 of 255 = 58%

213
234
149

R + G + B ~ 78%. #D5EA95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 234 + 149 = 596 (100%)
R 213 of 596 ~ 35.74%
G 234 of 596 ~ 39.26%
B 149 of 596 ~ 25%

%35.74
%39.26
%25

CMYK color model

#D5EA95 color CMYK value is (9,0,36,8).

  • cyan value is 8.97%
  • magenta value is 0.00%
  • yellow value is 36.32%
  • key color value is 8.24%
CMYK:
(9,0,36,8)
C9M0Y36K8 
(9%,0%,36%,8%)
(0.09/0.00/0.36/0.08)	

CMYK percentages

%8.97
%0
%36.32
%8.24

Codes

Color #D5EA95 in popluar color models

D5EA95
RGB213234149
HSL75°66.93%75.10%
HSB/HSV75°36.32%91.76%
CMYK8.97%0.00%36.32%
8.24%

Color #D5EA95 in popluar number systems.

HEXD5EA95
Decimal213234149
Binary110101011110101010010101
Octal325352225

Shades and tints

Shades of #D5EA95

#D5EA95
(213,234,149)
#C2D588
(194,213,136)
#AFC07B
(175,192,123)
#9CAB6E
(156,171,110)
#899661
(137,150,97)
#768154
(118,129,84)
#636C47
(99,108,71)
#50573A
(80,87,58)
#3D422D
(61,66,45)
#2A2D20
(42,45,32)
#171813
(23,24,19)
#000000
(0,0,0)

Tints of #D5EA95

#D5EA95
(213,234,149)
#D8EB9E
(216,235,158)
#DBECA7
(219,236,167)
#DEEDB0
(222,237,176)
#E1EEB9
(225,238,185)
#E4EFC2
(228,239,194)
#E7F0CB
(231,240,203)
#EAF1D4
(234,241,212)
#EDF2DD
(237,242,221)
#F0F3E6
(240,243,230)
#F3F4EF
(243,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5EA95 color. Also use rgb(213,234,149) instead hex code.

Text Font Color

.myTextColor { color: #D5EA95; }

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

This text font color is #D5EA95.


Background Color

.myBgColor { background-color: #D5EA95; }

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

This div background color is #D5EA95.


Border color

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

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

This div border color is #D5EA95.


Opacity

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

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

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

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

This text has shadow with #D5EA95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EA95 on black background.


Color preview on white background

This text has color #D5EA95 on white background.



Black color preview on #D5EA95 background

This text has black color on #D5EA95 background.


White color preview on #D5EA95 background

This text has white color on #D5EA95 background.