COLOR #D6E591

HEX: #D6E591
RGB: (214,229,145)

Color info

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

RGB color model

#D6E591 color RGB value is (214,229,145).

  • red value is 214;
  • green value is 229;
  • blue value is 145.
RGB:
(214,229,145)
(84%,90%,57%)

RGB channels and saturation

R 214 of 255 = 84%
G 229 of 255 = 90%
B 145 of 255 = 57%

214
229
145

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

Portions of RGB colors in percentages

R + G + B =
214 + 229 + 145 = 588 (100%)
R 214 of 588 ~ 36.39%
G 229 of 588 ~ 38.95%
B 145 of 588 ~ 24.66%

%36.39
%38.95
%24.66

CMYK color model

#D6E591 color CMYK value is (7,0,37,10).

  • cyan value is 6.55%
  • magenta value is 0.00%
  • yellow value is 36.68%
  • key color value is 10.20%
CMYK:
(7,0,37,10)
C7M0Y37K10 
(7%,0%,37%,10%)
(0.07/0.00/0.37/0.10)	

CMYK percentages

%6.55
%0
%36.68
%10.2

Codes

Color #D6E591 in popluar color models

D6E591
RGB214229145
HSL71°61.76%73.33%
HSB/HSV71°36.68%89.80%
CMYK6.55%0.00%36.68%
10.20%

Color #D6E591 in popluar number systems.

HEXD6E591
Decimal214229145
Binary110101101110010110010001
Octal326345221

Shades and tints

Shades of #D6E591

#D6E591
(214,229,145)
#C3D184
(195,209,132)
#B0BD77
(176,189,119)
#9DA96A
(157,169,106)
#8A955D
(138,149,93)
#778150
(119,129,80)
#646D43
(100,109,67)
#515936
(81,89,54)
#3E4529
(62,69,41)
#2B311C
(43,49,28)
#181D0F
(24,29,15)
#000000
(0,0,0)

Tints of #D6E591

#D6E591
(214,229,145)
#D9E79B
(217,231,155)
#DCE9A5
(220,233,165)
#DFEBAF
(223,235,175)
#E2EDB9
(226,237,185)
#E5EFC3
(229,239,195)
#E8F1CD
(232,241,205)
#EBF3D7
(235,243,215)
#EEF5E1
(238,245,225)
#F1F7EB
(241,247,235)
#F4F9F5
(244,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6E591 color. Also use rgb(214,229,145) instead hex code.

Text Font Color

.myTextColor { color: #D6E591; }

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

This text font color is #D6E591.


Background Color

.myBgColor { background-color: #D6E591; }

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

This div background color is #D6E591.


Border color

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

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

This div border color is #D6E591.


Opacity

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

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

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

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

This text has shadow with #D6E591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E591 on black background.


Color preview on white background

This text has color #D6E591 on white background.



Black color preview on #D6E591 background

This text has black color on #D6E591 background.


White color preview on #D6E591 background

This text has white color on #D6E591 background.