COLOR #D8E195

HEX: #D8E195
RGB: (216,225,149)

Color info

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

RGB color model

#D8E195 color RGB value is (216,225,149).

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

RGB channels and saturation

R 216 of 255 = 85%
G 225 of 255 = 88%
B 149 of 255 = 58%

216
225
149

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

Portions of RGB colors in percentages

R + G + B =
216 + 225 + 149 = 590 (100%)
R 216 of 590 ~ 36.61%
G 225 of 590 ~ 38.14%
B 149 of 590 ~ 25.25%

%36.61
%38.14
%25.25

CMYK color model

#D8E195 color CMYK value is (4,0,34,12).

  • cyan value is 4.00%
  • magenta value is 0.00%
  • yellow value is 33.78%
  • key color value is 11.76%
CMYK: (4,0,34,12) C4M0Y34K12 (4%,0%,34%,12%) (0.04/0.00/0.34/0.12)

CMYK percentages

%4
%0
%33.78
%11.76

Codes

Color #D8E195 in popluar color models

D8E195
RGB216225149
HSL67°55.88%73.33%
HSB/HSV67°33.78%88.24%
CMYK4.00%0.00%33.78%
11.76%

Color #D8E195 in popluar number systems.

HEXD8E195
Decimal216225149
Binary110110001110000110010101
Octal330341225

Shades and tints

Shades of #D8E195

#D8E195
(216,225,149)
#C5CD88
(197,205,136)
#B2B97B
(178,185,123)
#9FA56E
(159,165,110)
#8C9161
(140,145,97)
#797D54
(121,125,84)
#666947
(102,105,71)
#53553A
(83,85,58)
#40412D
(64,65,45)
#2D2D20
(45,45,32)
#1A1913
(26,25,19)
#000000
(0,0,0)

Tints of #D8E195

#D8E195
(216,225,149)
#DBE39E
(219,227,158)
#DEE5A7
(222,229,167)
#E1E7B0
(225,231,176)
#E4E9B9
(228,233,185)
#E7EBC2
(231,235,194)
#EAEDCB
(234,237,203)
#EDEFD4
(237,239,212)
#F0F1DD
(240,241,221)
#F3F3E6
(243,243,230)
#F6F5EF
(246,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8E195; }

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

This text font color is #D8E195.


Background Color

.myBgColor { background-color: #D8E195; }

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

This div background color is #D8E195.


Border color

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

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

This div border color is #D8E195.


Opacity

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

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

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

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

This text has shadow with #D8E195 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D8E195 on black background.


Color preview on white background

This text has color #D8E195 on white background.



Black color preview on #D8E195 background

This text has black color on #D8E195 background.


White color preview on #D8E195 background

This text has white color on #D8E195 background.