COLOR #D1996E

HEX: #D1996E
RGB: (209,153,110)

Color info

#D1996E contains mainly red and green colors. Web safe color of #D1996E is #CC9966 (or #C96).

RGB color model

#D1996E color RGB value is (209,153,110).

  • red value is 209;
  • green value is 153;
  • blue value is 110.
RGB:
(209,153,110)
(82%,60%,43%)

RGB channels and saturation

R 209 of 255 = 82%
G 153 of 255 = 60%
B 110 of 255 = 43%

209
153
110

R + G + B ~ 62%. #D1996E is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 153 + 110 = 472 (100%)
R 209 of 472 ~ 44.28%
G 153 of 472 ~ 32.42%
B 110 of 472 ~ 23.31%

%44.28
%32.42
%23.31

CMYK color model

#D1996E color CMYK value is (0,27,47,18).

  • cyan value is 0.00%
  • magenta value is 26.79%
  • yellow value is 47.37%
  • key color value is 18.04%
CMYK:
(0,27,47,18)
C0M27Y47K18 
(0%,27%,47%,18%)
(0.00/0.27/0.47/0.18)	

CMYK percentages

%0
%26.79
%47.37
%18.04

Codes

Color #D1996E in popluar color models

D1996E
RGB209153110
HSL26°51.83%62.55%
HSB/HSV26°47.37%81.96%
CMYK0.00%26.79%47.37%
18.04%

Color #D1996E in popluar number systems.

HEXD1996E
Decimal209153110
Binary11010001100110011101110
Octal321231156

Shades and tints

Shades of #D1996E

#D1996E
(209,153,110)
#BE8C64
(190,140,100)
#AB7F5A
(171,127,90)
#987250
(152,114,80)
#856546
(133,101,70)
#72583C
(114,88,60)
#5F4B32
(95,75,50)
#4C3E28
(76,62,40)
#39311E
(57,49,30)
#262414
(38,36,20)
#13170A
(19,23,10)
#000000
(0,0,0)

Tints of #D1996E

#D1996E
(209,153,110)
#D5A27B
(213,162,123)
#D9AB88
(217,171,136)
#DDB495
(221,180,149)
#E1BDA2
(225,189,162)
#E5C6AF
(229,198,175)
#E9CFBC
(233,207,188)
#EDD8C9
(237,216,201)
#F1E1D6
(241,225,214)
#F5EAE3
(245,234,227)
#F9F3F0
(249,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1996E color. Also use rgb(209,153,110) instead hex code.

Text Font Color

.myTextColor { color: #D1996E; }

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

This text font color is #D1996E.


Background Color

.myBgColor { background-color: #D1996E; }

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

This div background color is #D1996E.


Border color

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

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

This div border color is #D1996E.


Opacity

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

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

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

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

This text has shadow with #D1996E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1996E on black background.


Color preview on white background

This text has color #D1996E on white background.



Black color preview on #D1996E background

This text has black color on #D1996E background.


White color preview on #D1996E background

This text has white color on #D1996E background.