COLOR #D2DE92

HEX: #D2DE92
RGB: (210,222,146)

Color info

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

RGB color model

#D2DE92 color RGB value is (210,222,146).

  • red value is 210;
  • green value is 222;
  • blue value is 146.
RGB:
(210,222,146)
(82%,87%,57%)

RGB channels and saturation

R 210 of 255 = 82%
G 222 of 255 = 87%
B 146 of 255 = 57%

210
222
146

R + G + B ~ 75%. #D2DE92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 222 + 146 = 578 (100%)
R 210 of 578 ~ 36.33%
G 222 of 578 ~ 38.41%
B 146 of 578 ~ 25.26%

%36.33
%38.41
%25.26

CMYK color model

#D2DE92 color CMYK value is (5,0,34,13).

  • cyan value is 5.41%
  • magenta value is 0.00%
  • yellow value is 34.23%
  • key color value is 12.94%
CMYK:
(5,0,34,13)
C5M0Y34K13 
(5%,0%,34%,13%)
(0.05/0.00/0.34/0.13)	

CMYK percentages

%5.41
%0
%34.23
%12.94

Codes

Color #D2DE92 in popluar color models

D2DE92
RGB210222146
HSL69°53.52%72.16%
HSB/HSV69°34.23%87.06%
CMYK5.41%0.00%34.23%
12.94%

Color #D2DE92 in popluar number systems.

HEXD2DE92
Decimal210222146
Binary110100101101111010010010
Octal322336222

Shades and tints

Shades of #D2DE92

#D2DE92
(210,222,146)
#BFCA85
(191,202,133)
#ACB678
(172,182,120)
#99A26B
(153,162,107)
#868E5E
(134,142,94)
#737A51
(115,122,81)
#606644
(96,102,68)
#4D5237
(77,82,55)
#3A3E2A
(58,62,42)
#272A1D
(39,42,29)
#141610
(20,22,16)
#000000
(0,0,0)

Tints of #D2DE92

#D2DE92
(210,222,146)
#D6E19B
(214,225,155)
#DAE4A4
(218,228,164)
#DEE7AD
(222,231,173)
#E2EAB6
(226,234,182)
#E6EDBF
(230,237,191)
#EAF0C8
(234,240,200)
#EEF3D1
(238,243,209)
#F2F6DA
(242,246,218)
#F6F9E3
(246,249,227)
#FAFCEC
(250,252,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2DE92 color. Also use rgb(210,222,146) instead hex code.

Text Font Color

.myTextColor { color: #D2DE92; }

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

This text font color is #D2DE92.


Background Color

.myBgColor { background-color: #D2DE92; }

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

This div background color is #D2DE92.


Border color

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

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

This div border color is #D2DE92.


Opacity

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

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

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

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

This text has shadow with #D2DE92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2DE92 on black background.


Color preview on white background

This text has color #D2DE92 on white background.



Black color preview on #D2DE92 background

This text has black color on #D2DE92 background.


White color preview on #D2DE92 background

This text has white color on #D2DE92 background.