COLOR #D6E497

HEX: #D6E497
RGB: (214,228,151)

Color info

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

RGB color model

#D6E497 color RGB value is (214,228,151).

  • red value is 214;
  • green value is 228;
  • blue value is 151.
RGB:
(214,228,151)
(84%,89%,59%)

RGB channels and saturation

R 214 of 255 = 84%
G 228 of 255 = 89%
B 151 of 255 = 59%

214
228
151

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

Portions of RGB colors in percentages

R + G + B =
214 + 228 + 151 = 593 (100%)
R 214 of 593 ~ 36.09%
G 228 of 593 ~ 38.45%
B 151 of 593 ~ 25.46%

%36.09
%38.45
%25.46

CMYK color model

#D6E497 color CMYK value is (6,0,34,11).

  • cyan value is 6.14%
  • magenta value is 0.00%
  • yellow value is 33.77%
  • key color value is 10.59%
CMYK:
(6,0,34,11)
C6M0Y34K11 
(6%,0%,34%,11%)
(0.06/0.00/0.34/0.11)	

CMYK percentages

%6.14
%0
%33.77
%10.59

Codes

Color #D6E497 in popluar color models

D6E497
RGB214228151
HSL71°58.78%74.31%
HSB/HSV71°33.77%89.41%
CMYK6.14%0.00%33.77%
10.59%

Color #D6E497 in popluar number systems.

HEXD6E497
Decimal214228151
Binary110101101110010010010111
Octal326344227

Shades and tints

Shades of #D6E497

#D6E497
(214,228,151)
#C3D08A
(195,208,138)
#B0BC7D
(176,188,125)
#9DA870
(157,168,112)
#8A9463
(138,148,99)
#778056
(119,128,86)
#646C49
(100,108,73)
#51583C
(81,88,60)
#3E442F
(62,68,47)
#2B3022
(43,48,34)
#181C15
(24,28,21)
#000000
(0,0,0)

Tints of #D6E497

#D6E497
(214,228,151)
#D9E6A0
(217,230,160)
#DCE8A9
(220,232,169)
#DFEAB2
(223,234,178)
#E2ECBB
(226,236,187)
#E5EEC4
(229,238,196)
#E8F0CD
(232,240,205)
#EBF2D6
(235,242,214)
#EEF4DF
(238,244,223)
#F1F6E8
(241,246,232)
#F4F8F1
(244,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6E497 color. Also use rgb(214,228,151) instead hex code.

Text Font Color

.myTextColor { color: #D6E497; }

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

This text font color is #D6E497.


Background Color

.myBgColor { background-color: #D6E497; }

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

This div background color is #D6E497.


Border color

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

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

This div border color is #D6E497.


Opacity

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

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

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

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

This text has shadow with #D6E497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E497 on black background.


Color preview on white background

This text has color #D6E497 on white background.



Black color preview on #D6E497 background

This text has black color on #D6E497 background.


White color preview on #D6E497 background

This text has white color on #D6E497 background.