COLOR #D5AD94

HEX: #D5AD94
RGB: (213,173,148)

Color info

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

RGB color model

#D5AD94 color RGB value is (213,173,148).

  • red value is 213;
  • green value is 173;
  • blue value is 148.
RGB:
(213,173,148)
(84%,68%,58%)

RGB channels and saturation

R 213 of 255 = 84%
G 173 of 255 = 68%
B 148 of 255 = 58%

213
173
148

R + G + B ~ 70%. #D5AD94 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 173 + 148 = 534 (100%)
R 213 of 534 ~ 39.89%
G 173 of 534 ~ 32.4%
B 148 of 534 ~ 27.72%

%39.89
%32.4
%27.72

CMYK color model

#D5AD94 color CMYK value is (0,19,31,16).

  • cyan value is 0.00%
  • magenta value is 18.78%
  • yellow value is 30.52%
  • key color value is 16.47%
CMYK:
(0,19,31,16)
C0M19Y31K16 
(0%,19%,31%,16%)
(0.00/0.19/0.31/0.16)	

CMYK percentages

%0
%18.78
%30.52
%16.47

Codes

Color #D5AD94 in popluar color models

D5AD94
RGB213173148
HSL23°43.62%70.78%
HSB/HSV23°30.52%83.53%
CMYK0.00%18.78%30.52%
16.47%

Color #D5AD94 in popluar number systems.

HEXD5AD94
Decimal213173148
Binary110101011010110110010100
Octal325255224

Shades and tints

Shades of #D5AD94

#D5AD94
(213,173,148)
#C29E87
(194,158,135)
#AF8F7A
(175,143,122)
#9C806D
(156,128,109)
#897160
(137,113,96)
#766253
(118,98,83)
#635346
(99,83,70)
#504439
(80,68,57)
#3D352C
(61,53,44)
#2A261F
(42,38,31)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #D5AD94

#D5AD94
(213,173,148)
#D8B49D
(216,180,157)
#DBBBA6
(219,187,166)
#DEC2AF
(222,194,175)
#E1C9B8
(225,201,184)
#E4D0C1
(228,208,193)
#E7D7CA
(231,215,202)
#EADED3
(234,222,211)
#EDE5DC
(237,229,220)
#F0ECE5
(240,236,229)
#F3F3EE
(243,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5AD94 color. Also use rgb(213,173,148) instead hex code.

Text Font Color

.myTextColor { color: #D5AD94; }

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

This text font color is #D5AD94.


Background Color

.myBgColor { background-color: #D5AD94; }

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

This div background color is #D5AD94.


Border color

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

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

This div border color is #D5AD94.


Opacity

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

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

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

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

This text has shadow with #D5AD94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5AD94 on black background.


Color preview on white background

This text has color #D5AD94 on white background.



Black color preview on #D5AD94 background

This text has black color on #D5AD94 background.


White color preview on #D5AD94 background

This text has white color on #D5AD94 background.