COLOR #D2E78A

HEX: #D2E78A
RGB: (210,231,138)

Color info

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

RGB color model

#D2E78A color RGB value is (210,231,138).

  • red value is 210;
  • green value is 231;
  • blue value is 138.
RGB:
(210,231,138)
(82%,91%,54%)

RGB channels and saturation

R 210 of 255 = 82%
G 231 of 255 = 91%
B 138 of 255 = 54%

210
231
138

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

Portions of RGB colors in percentages

R + G + B =
210 + 231 + 138 = 579 (100%)
R 210 of 579 ~ 36.27%
G 231 of 579 ~ 39.9%
B 138 of 579 ~ 23.83%

%36.27
%39.9
%23.83

CMYK color model

#D2E78A color CMYK value is (9,0,40,9).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 40.26%
  • key color value is 9.41%
CMYK:
(9,0,40,9)
C9M0Y40K9 
(9%,0%,40%,9%)
(0.09/0.00/0.40/0.09)	

CMYK percentages

%9.09
%0
%40.26
%9.41

Codes

Color #D2E78A in popluar color models

D2E78A
RGB210231138
HSL74°65.96%72.35%
HSB/HSV74°40.26%90.59%
CMYK9.09%0.00%40.26%
9.41%

Color #D2E78A in popluar number systems.

HEXD2E78A
Decimal210231138
Binary110100101110011110001010
Octal322347212

Shades and tints

Shades of #D2E78A

#D2E78A
(210,231,138)
#BFD27E
(191,210,126)
#ACBD72
(172,189,114)
#99A866
(153,168,102)
#86935A
(134,147,90)
#737E4E
(115,126,78)
#606942
(96,105,66)
#4D5436
(77,84,54)
#3A3F2A
(58,63,42)
#272A1E
(39,42,30)
#141512
(20,21,18)
#000000
(0,0,0)

Tints of #D2E78A

#D2E78A
(210,231,138)
#D6E994
(214,233,148)
#DAEB9E
(218,235,158)
#DEEDA8
(222,237,168)
#E2EFB2
(226,239,178)
#E6F1BC
(230,241,188)
#EAF3C6
(234,243,198)
#EEF5D0
(238,245,208)
#F2F7DA
(242,247,218)
#F6F9E4
(246,249,228)
#FAFBEE
(250,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2E78A color. Also use rgb(210,231,138) instead hex code.

Text Font Color

.myTextColor { color: #D2E78A; }

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

This text font color is #D2E78A.


Background Color

.myBgColor { background-color: #D2E78A; }

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

This div background color is #D2E78A.


Border color

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

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

This div border color is #D2E78A.


Opacity

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

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

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

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

This text has shadow with #D2E78A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E78A on black background.


Color preview on white background

This text has color #D2E78A on white background.



Black color preview on #D2E78A background

This text has black color on #D2E78A background.


White color preview on #D2E78A background

This text has white color on #D2E78A background.