COLOR #D2EA68

HEX: #D2EA68
RGB: (210,234,104)

Color info

#D2EA68 contains mainly red and green colors. Web safe color of #D2EA68 is #CCFF66 (or #CF6).

RGB color model

#D2EA68 color RGB value is (210,234,104).

  • red value is 210;
  • green value is 234;
  • blue value is 104.
RGB:
(210,234,104)
(82%,92%,41%)

RGB channels and saturation

R 210 of 255 = 82%
G 234 of 255 = 92%
B 104 of 255 = 41%

210
234
104

R + G + B ~ 72%. #D2EA68 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 234 + 104 = 548 (100%)
R 210 of 548 ~ 38.32%
G 234 of 548 ~ 42.7%
B 104 of 548 ~ 18.98%

%38.32
%42.7
%18.98

CMYK color model

#D2EA68 color CMYK value is (10,0,56,8).

  • cyan value is 10.26%
  • magenta value is 0.00%
  • yellow value is 55.56%
  • key color value is 8.24%
CMYK:
(10,0,56,8)
C10M0Y56K8 
(10%,0%,56%,8%)
(0.10/0.00/0.56/0.08)	

CMYK percentages

%10.26
%0
%55.56
%8.24

Codes

Color #D2EA68 in popluar color models

D2EA68
RGB210234104
HSL71°75.58%66.27%
HSB/HSV71°55.56%91.76%
CMYK10.26%0.00%55.56%
8.24%

Color #D2EA68 in popluar number systems.

HEXD2EA68
Decimal210234104
Binary11010010111010101101000
Octal322352150

Shades and tints

Shades of #D2EA68

#D2EA68
(210,234,104)
#BFD55F
(191,213,95)
#ACC056
(172,192,86)
#99AB4D
(153,171,77)
#869644
(134,150,68)
#73813B
(115,129,59)
#606C32
(96,108,50)
#4D5729
(77,87,41)
#3A4220
(58,66,32)
#272D17
(39,45,23)
#14180E
(20,24,14)
#000000
(0,0,0)

Tints of #D2EA68

#D2EA68
(210,234,104)
#D6EB75
(214,235,117)
#DAEC82
(218,236,130)
#DEED8F
(222,237,143)
#E2EE9C
(226,238,156)
#E6EFA9
(230,239,169)
#EAF0B6
(234,240,182)
#EEF1C3
(238,241,195)
#F2F2D0
(242,242,208)
#F6F3DD
(246,243,221)
#FAF4EA
(250,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2EA68 color. Also use rgb(210,234,104) instead hex code.

Text Font Color

.myTextColor { color: #D2EA68; }

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

This text font color is #D2EA68.


Background Color

.myBgColor { background-color: #D2EA68; }

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

This div background color is #D2EA68.


Border color

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

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

This div border color is #D2EA68.


Opacity

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

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

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

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

This text has shadow with #D2EA68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2EA68 on black background.


Color preview on white background

This text has color #D2EA68 on white background.



Black color preview on #D2EA68 background

This text has black color on #D2EA68 background.


White color preview on #D2EA68 background

This text has white color on #D2EA68 background.