COLOR #D5E195

HEX: #D5E195
RGB: (213,225,149)

Color info

#D5E195 contains mainly red and green colors. Web safe color of #D5E195 is #CCCC99 (or #CC9).

RGB color model

#D5E195 color RGB value is (213,225,149).

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

RGB channels and saturation

R 213 of 255 = 84%
G 225 of 255 = 88%
B 149 of 255 = 58%

213
225
149

R + G + B ~ 77%. #D5E195 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 225 + 149 = 587 (100%)
R 213 of 587 ~ 36.29%
G 225 of 587 ~ 38.33%
B 149 of 587 ~ 25.38%

%36.29
%38.33
%25.38

CMYK color model

#D5E195 color CMYK value is (5,0,34,12).

  • cyan value is 5.33%
  • magenta value is 0.00%
  • yellow value is 33.78%
  • key color value is 11.76%
CMYK:
(5,0,34,12)
C5M0Y34K12 
(5%,0%,34%,12%)
(0.05/0.00/0.34/0.12)	

CMYK percentages

%5.33
%0
%33.78
%11.76

Codes

Color #D5E195 in popluar color models

D5E195
RGB213225149
HSL69°55.88%73.33%
HSB/HSV69°33.78%88.24%
CMYK5.33%0.00%33.78%
11.76%

Color #D5E195 in popluar number systems.

HEXD5E195
Decimal213225149
Binary110101011110000110010101
Octal325341225

Shades and tints

Shades of #D5E195

#D5E195
(213,225,149)
#C2CD88
(194,205,136)
#AFB97B
(175,185,123)
#9CA56E
(156,165,110)
#899161
(137,145,97)
#767D54
(118,125,84)
#636947
(99,105,71)
#50553A
(80,85,58)
#3D412D
(61,65,45)
#2A2D20
(42,45,32)
#171913
(23,25,19)
#000000
(0,0,0)

Tints of #D5E195

#D5E195
(213,225,149)
#D8E39E
(216,227,158)
#DBE5A7
(219,229,167)
#DEE7B0
(222,231,176)
#E1E9B9
(225,233,185)
#E4EBC2
(228,235,194)
#E7EDCB
(231,237,203)
#EAEFD4
(234,239,212)
#EDF1DD
(237,241,221)
#F0F3E6
(240,243,230)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5E195; }

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

This text font color is #D5E195.


Background Color

.myBgColor { background-color: #D5E195; }

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

This div background color is #D5E195.


Border color

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

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

This div border color is #D5E195.


Opacity

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

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

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

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

This text has shadow with #D5E195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E195 on black background.


Color preview on white background

This text has color #D5E195 on white background.



Black color preview on #D5E195 background

This text has black color on #D5E195 background.


White color preview on #D5E195 background

This text has white color on #D5E195 background.