COLOR #D2EB75

HEX: #D2EB75
RGB: (210,235,117)

Color info

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

RGB color model

#D2EB75 color RGB value is (210,235,117).

  • red value is 210;
  • green value is 235;
  • blue value is 117.
RGB:
(210,235,117)
(82%,92%,46%)

RGB channels and saturation

R 210 of 255 = 82%
G 235 of 255 = 92%
B 117 of 255 = 46%

210
235
117

R + G + B ~ 73%. #D2EB75 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 235 + 117 = 562 (100%)
R 210 of 562 ~ 37.37%
G 235 of 562 ~ 41.81%
B 117 of 562 ~ 20.82%

%37.37
%41.81
%20.82

CMYK color model

#D2EB75 color CMYK value is (11,0,50,8).

  • cyan value is 10.64%
  • magenta value is 0.00%
  • yellow value is 50.21%
  • key color value is 7.84%
CMYK:
(11,0,50,8)
C11M0Y50K8 
(11%,0%,50%,8%)
(0.11/0.00/0.50/0.08)	

CMYK percentages

%10.64
%0
%50.21
%7.84

Codes

Color #D2EB75 in popluar color models

D2EB75
RGB210235117
HSL73°74.68%69.02%
HSB/HSV73°50.21%92.16%
CMYK10.64%0.00%50.21%
7.84%

Color #D2EB75 in popluar number systems.

HEXD2EB75
Decimal210235117
Binary11010010111010111110101
Octal322353165

Shades and tints

Shades of #D2EB75

#D2EB75
(210,235,117)
#BFD66B
(191,214,107)
#ACC161
(172,193,97)
#99AC57
(153,172,87)
#86974D
(134,151,77)
#738243
(115,130,67)
#606D39
(96,109,57)
#4D582F
(77,88,47)
#3A4325
(58,67,37)
#272E1B
(39,46,27)
#141911
(20,25,17)
#000000
(0,0,0)

Tints of #D2EB75

#D2EB75
(210,235,117)
#D6EC81
(214,236,129)
#DAED8D
(218,237,141)
#DEEE99
(222,238,153)
#E2EFA5
(226,239,165)
#E6F0B1
(230,240,177)
#EAF1BD
(234,241,189)
#EEF2C9
(238,242,201)
#F2F3D5
(242,243,213)
#F6F4E1
(246,244,225)
#FAF5ED
(250,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2EB75 color. Also use rgb(210,235,117) instead hex code.

Text Font Color

.myTextColor { color: #D2EB75; }

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

This text font color is #D2EB75.


Background Color

.myBgColor { background-color: #D2EB75; }

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

This div background color is #D2EB75.


Border color

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

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

This div border color is #D2EB75.


Opacity

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

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

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

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

This text has shadow with #D2EB75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2EB75 on black background.


Color preview on white background

This text has color #D2EB75 on white background.



Black color preview on #D2EB75 background

This text has black color on #D2EB75 background.


White color preview on #D2EB75 background

This text has white color on #D2EB75 background.