COLOR #D2D994

HEX: #D2D994
RGB: (210,217,148)

Color info

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

RGB color model

#D2D994 color RGB value is (210,217,148).

  • red value is 210;
  • green value is 217;
  • blue value is 148.
RGB:
(210,217,148)
(82%,85%,58%)

RGB channels and saturation

R 210 of 255 = 82%
G 217 of 255 = 85%
B 148 of 255 = 58%

210
217
148

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

Portions of RGB colors in percentages

R + G + B =
210 + 217 + 148 = 575 (100%)
R 210 of 575 ~ 36.52%
G 217 of 575 ~ 37.74%
B 148 of 575 ~ 25.74%

%36.52
%37.74
%25.74

CMYK color model

#D2D994 color CMYK value is (3,0,32,15).

  • cyan value is 3.23%
  • magenta value is 0.00%
  • yellow value is 31.80%
  • key color value is 14.90%
CMYK:
(3,0,32,15)
C3M0Y32K15 
(3%,0%,32%,15%)
(0.03/0.00/0.32/0.15)	

CMYK percentages

%3.23
%0
%31.8
%14.9

Codes

Color #D2D994 in popluar color models

D2D994
RGB210217148
HSL66°47.59%71.57%
HSB/HSV66°31.80%85.10%
CMYK3.23%0.00%31.80%
14.90%

Color #D2D994 in popluar number systems.

HEXD2D994
Decimal210217148
Binary110100101101100110010100
Octal322331224

Shades and tints

Shades of #D2D994

#D2D994
(210,217,148)
#BFC687
(191,198,135)
#ACB37A
(172,179,122)
#99A06D
(153,160,109)
#868D60
(134,141,96)
#737A53
(115,122,83)
#606746
(96,103,70)
#4D5439
(77,84,57)
#3A412C
(58,65,44)
#272E1F
(39,46,31)
#141B12
(20,27,18)
#000000
(0,0,0)

Tints of #D2D994

#D2D994
(210,217,148)
#D6DC9D
(214,220,157)
#DADFA6
(218,223,166)
#DEE2AF
(222,226,175)
#E2E5B8
(226,229,184)
#E6E8C1
(230,232,193)
#EAEBCA
(234,235,202)
#EEEED3
(238,238,211)
#F2F1DC
(242,241,220)
#F6F4E5
(246,244,229)
#FAF7EE
(250,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2D994 color. Also use rgb(210,217,148) instead hex code.

Text Font Color

.myTextColor { color: #D2D994; }

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

This text font color is #D2D994.


Background Color

.myBgColor { background-color: #D2D994; }

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

This div background color is #D2D994.


Border color

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

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

This div border color is #D2D994.


Opacity

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

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

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

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

This text has shadow with #D2D994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2D994 on black background.


Color preview on white background

This text has color #D2D994 on white background.



Black color preview on #D2D994 background

This text has black color on #D2D994 background.


White color preview on #D2D994 background

This text has white color on #D2D994 background.