COLOR #D6E88A

HEX: #D6E88A
RGB: (214,232,138)

Color info

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

RGB color model

#D6E88A color RGB value is (214,232,138).

  • red value is 214;
  • green value is 232;
  • blue value is 138.
RGB:
(214,232,138)
(84%,91%,54%)

RGB channels and saturation

R 214 of 255 = 84%
G 232 of 255 = 91%
B 138 of 255 = 54%

214
232
138

R + G + B ~ 76%. #D6E88A is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 232 + 138 = 584 (100%)
R 214 of 584 ~ 36.64%
G 232 of 584 ~ 39.73%
B 138 of 584 ~ 23.63%

%36.64
%39.73
%23.63

CMYK color model

#D6E88A color CMYK value is (8,0,41,9).

  • cyan value is 7.76%
  • magenta value is 0.00%
  • yellow value is 40.52%
  • key color value is 9.02%
CMYK:
(8,0,41,9)
C8M0Y41K9 
(8%,0%,41%,9%)
(0.08/0.00/0.41/0.09)	

CMYK percentages

%7.76
%0
%40.52
%9.02

Codes

Color #D6E88A in popluar color models

D6E88A
RGB214232138
HSL71°67.14%72.55%
HSB/HSV71°40.52%90.98%
CMYK7.76%0.00%40.52%
9.02%

Color #D6E88A in popluar number systems.

HEXD6E88A
Decimal214232138
Binary110101101110100010001010
Octal326350212

Shades and tints

Shades of #D6E88A

#D6E88A
(214,232,138)
#C3D37E
(195,211,126)
#B0BE72
(176,190,114)
#9DA966
(157,169,102)
#8A945A
(138,148,90)
#777F4E
(119,127,78)
#646A42
(100,106,66)
#515536
(81,85,54)
#3E402A
(62,64,42)
#2B2B1E
(43,43,30)
#181612
(24,22,18)
#000000
(0,0,0)

Tints of #D6E88A

#D6E88A
(214,232,138)
#D9EA94
(217,234,148)
#DCEC9E
(220,236,158)
#DFEEA8
(223,238,168)
#E2F0B2
(226,240,178)
#E5F2BC
(229,242,188)
#E8F4C6
(232,244,198)
#EBF6D0
(235,246,208)
#EEF8DA
(238,248,218)
#F1FAE4
(241,250,228)
#F4FCEE
(244,252,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6E88A color. Also use rgb(214,232,138) instead hex code.

Text Font Color

.myTextColor { color: #D6E88A; }

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

This text font color is #D6E88A.


Background Color

.myBgColor { background-color: #D6E88A; }

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

This div background color is #D6E88A.


Border color

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

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

This div border color is #D6E88A.


Opacity

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

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

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

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

This text has shadow with #D6E88A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E88A on black background.


Color preview on white background

This text has color #D6E88A on white background.



Black color preview on #D6E88A background

This text has black color on #D6E88A background.


White color preview on #D6E88A background

This text has white color on #D6E88A background.