COLOR #D2D694

HEX: #D2D694
RGB: (210,214,148)

Color info

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

RGB color model

#D2D694 color RGB value is (210,214,148).

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

RGB channels and saturation

R 210 of 255 = 82%
G 214 of 255 = 84%
B 148 of 255 = 58%

210
214
148

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

Portions of RGB colors in percentages

R + G + B =
210 + 214 + 148 = 572 (100%)
R 210 of 572 ~ 36.71%
G 214 of 572 ~ 37.41%
B 148 of 572 ~ 25.87%

%36.71
%37.41
%25.87

CMYK color model

#D2D694 color CMYK value is (2,0,31,16).

  • cyan value is 1.87%
  • magenta value is 0.00%
  • yellow value is 30.84%
  • key color value is 16.08%
CMYK:
(2,0,31,16)
C2M0Y31K16 
(2%,0%,31%,16%)
(0.02/0.00/0.31/0.16)	

CMYK percentages

%1.87
%0
%30.84
%16.08

Codes

Color #D2D694 in popluar color models

D2D694
RGB210214148
HSL64°44.59%70.98%
HSB/HSV64°30.84%83.92%
CMYK1.87%0.00%30.84%
16.08%

Color #D2D694 in popluar number systems.

HEXD2D694
Decimal210214148
Binary110100101101011010010100
Octal322326224

Shades and tints

Shades of #D2D694

#D2D694
(210,214,148)
#BFC387
(191,195,135)
#ACB07A
(172,176,122)
#999D6D
(153,157,109)
#868A60
(134,138,96)
#737753
(115,119,83)
#606446
(96,100,70)
#4D5139
(77,81,57)
#3A3E2C
(58,62,44)
#272B1F
(39,43,31)
#141812
(20,24,18)
#000000
(0,0,0)

Tints of #D2D694

#D2D694
(210,214,148)
#D6D99D
(214,217,157)
#DADCA6
(218,220,166)
#DEDFAF
(222,223,175)
#E2E2B8
(226,226,184)
#E6E5C1
(230,229,193)
#EAE8CA
(234,232,202)
#EEEBD3
(238,235,211)
#F2EEDC
(242,238,220)
#F6F1E5
(246,241,229)
#FAF4EE
(250,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2D694; }

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

This text font color is #D2D694.


Background Color

.myBgColor { background-color: #D2D694; }

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

This div background color is #D2D694.


Border color

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

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

This div border color is #D2D694.


Opacity

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

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

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

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

This text has shadow with #D2D694 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2D694 on black background.


Color preview on white background

This text has color #D2D694 on white background.



Black color preview on #D2D694 background

This text has black color on #D2D694 background.


White color preview on #D2D694 background

This text has white color on #D2D694 background.