COLOR #D5A198

HEX: #D5A198
RGB: (213,161,152)

Color info

#D5A198 contains mainly red and green colors. Web safe color of #D5A198 is #CC9999 (or #C99).

RGB color model

#D5A198 color RGB value is (213,161,152).

  • red value is 213;
  • green value is 161;
  • blue value is 152.
RGB:
(213,161,152)
(84%,63%,60%)

RGB channels and saturation

R 213 of 255 = 84%
G 161 of 255 = 63%
B 152 of 255 = 60%

213
161
152

R + G + B ~ 69%. #D5A198 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 161 + 152 = 526 (100%)
R 213 of 526 ~ 40.49%
G 161 of 526 ~ 30.61%
B 152 of 526 ~ 28.9%

%40.49
%30.61
%28.9

CMYK color model

#D5A198 color CMYK value is (0,24,29,16).

  • cyan value is 0.00%
  • magenta value is 24.41%
  • yellow value is 28.64%
  • key color value is 16.47%
CMYK:
(0,24,29,16)
C0M24Y29K16 
(0%,24%,29%,16%)
(0.00/0.24/0.29/0.16)	

CMYK percentages

%0
%24.41
%28.64
%16.47

Codes

Color #D5A198 in popluar color models

D5A198
RGB213161152
HSL42.07%71.57%
HSB/HSV28.64%83.53%
CMYK0.00%24.41%28.64%
16.47%

Color #D5A198 in popluar number systems.

HEXD5A198
Decimal213161152
Binary110101011010000110011000
Octal325241230

Shades and tints

Shades of #D5A198

#D5A198
(213,161,152)
#C2938B
(194,147,139)
#AF857E
(175,133,126)
#9C7771
(156,119,113)
#896964
(137,105,100)
#765B57
(118,91,87)
#634D4A
(99,77,74)
#503F3D
(80,63,61)
#3D3130
(61,49,48)
#2A2323
(42,35,35)
#171516
(23,21,22)
#000000
(0,0,0)

Tints of #D5A198

#D5A198
(213,161,152)
#D8A9A1
(216,169,161)
#DBB1AA
(219,177,170)
#DEB9B3
(222,185,179)
#E1C1BC
(225,193,188)
#E4C9C5
(228,201,197)
#E7D1CE
(231,209,206)
#EAD9D7
(234,217,215)
#EDE1E0
(237,225,224)
#F0E9E9
(240,233,233)
#F3F1F2
(243,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5A198 color. Also use rgb(213,161,152) instead hex code.

Text Font Color

.myTextColor { color: #D5A198; }

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

This text font color is #D5A198.


Background Color

.myBgColor { background-color: #D5A198; }

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

This div background color is #D5A198.


Border color

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

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

This div border color is #D5A198.


Opacity

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

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

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

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

This text has shadow with #D5A198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5A198 on black background.


Color preview on white background

This text has color #D5A198 on white background.



Black color preview on #D5A198 background

This text has black color on #D5A198 background.


White color preview on #D5A198 background

This text has white color on #D5A198 background.