COLOR #D1D698

HEX: #D1D698
RGB: (209,214,152)

Color info

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

RGB color model

#D1D698 color RGB value is (209,214,152).

  • red value is 209;
  • green value is 214;
  • blue value is 152.
RGB:
(209,214,152)
(82%,84%,60%)

RGB channels and saturation

R 209 of 255 = 82%
G 214 of 255 = 84%
B 152 of 255 = 60%

209
214
152

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

Portions of RGB colors in percentages

R + G + B =
209 + 214 + 152 = 575 (100%)
R 209 of 575 ~ 36.35%
G 214 of 575 ~ 37.22%
B 152 of 575 ~ 26.43%

%36.35
%37.22
%26.43

CMYK color model

#D1D698 color CMYK value is (2,0,29,16).

  • cyan value is 2.34%
  • magenta value is 0.00%
  • yellow value is 28.97%
  • key color value is 16.08%
CMYK:
(2,0,29,16)
C2M0Y29K16 
(2%,0%,29%,16%)
(0.02/0.00/0.29/0.16)	

CMYK percentages

%2.34
%0
%28.97
%16.08

Codes

Color #D1D698 in popluar color models

D1D698
RGB209214152
HSL65°43.06%71.76%
HSB/HSV65°28.97%83.92%
CMYK2.34%0.00%28.97%
16.08%

Color #D1D698 in popluar number systems.

HEXD1D698
Decimal209214152
Binary110100011101011010011000
Octal321326230

Shades and tints

Shades of #D1D698

#D1D698
(209,214,152)
#BEC38B
(190,195,139)
#ABB07E
(171,176,126)
#989D71
(152,157,113)
#858A64
(133,138,100)
#727757
(114,119,87)
#5F644A
(95,100,74)
#4C513D
(76,81,61)
#393E30
(57,62,48)
#262B23
(38,43,35)
#131816
(19,24,22)
#000000
(0,0,0)

Tints of #D1D698

#D1D698
(209,214,152)
#D5D9A1
(213,217,161)
#D9DCAA
(217,220,170)
#DDDFB3
(221,223,179)
#E1E2BC
(225,226,188)
#E5E5C5
(229,229,197)
#E9E8CE
(233,232,206)
#EDEBD7
(237,235,215)
#F1EEE0
(241,238,224)
#F5F1E9
(245,241,233)
#F9F4F2
(249,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1D698 color. Also use rgb(209,214,152) instead hex code.

Text Font Color

.myTextColor { color: #D1D698; }

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

This text font color is #D1D698.


Background Color

.myBgColor { background-color: #D1D698; }

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

This div background color is #D1D698.


Border color

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

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

This div border color is #D1D698.


Opacity

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

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

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

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

This text has shadow with #D1D698 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1D698 on black background.


Color preview on white background

This text has color #D1D698 on white background.



Black color preview on #D1D698 background

This text has black color on #D1D698 background.


White color preview on #D1D698 background

This text has white color on #D1D698 background.