COLOR #DEA5A4

HEX: #DEA5A4
RGB: (222,165,164)

Color info

#DEA5A4 contains red, green and blue colors in about the same proportion. Web safe color of #DEA5A4 is #CC9999 (or #C99).

RGB color model

#DEA5A4 color RGB value is (222,165,164).

  • red value is 222;
  • green value is 165;
  • blue value is 164.
RGB:
(222,165,164)
(87%,65%,64%)

RGB channels and saturation

R 222 of 255 = 87%
G 165 of 255 = 65%
B 164 of 255 = 64%

222
165
164

R + G + B ~ 72%. #DEA5A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 165 + 164 = 551 (100%)
R 222 of 551 ~ 40.29%
G 165 of 551 ~ 29.95%
B 164 of 551 ~ 29.76%

%40.29
%29.95
%29.76

CMYK color model

#DEA5A4 color CMYK value is (0,26,26,13).

  • cyan value is 0.00%
  • magenta value is 25.68%
  • yellow value is 26.13%
  • key color value is 12.94%
CMYK:
(0,26,26,13)
C0M26Y26K13 
(0%,26%,26%,13%)
(0.00/0.26/0.26/0.13)	

CMYK percentages

%0
%25.68
%26.13
%12.94

Codes

Color #DEA5A4 in popluar color models

DEA5A4
RGB222165164
HSL46.77%75.69%
HSB/HSV26.13%87.06%
CMYK0.00%25.68%26.13%
12.94%

Color #DEA5A4 in popluar number systems.

HEXDEA5A4
Decimal222165164
Binary110111101010010110100100
Octal336245244

Shades and tints

Shades of #DEA5A4

#DEA5A4
(222,165,164)
#CA9696
(202,150,150)
#B68788
(182,135,136)
#A2787A
(162,120,122)
#8E696C
(142,105,108)
#7A5A5E
(122,90,94)
#664B50
(102,75,80)
#523C42
(82,60,66)
#3E2D34
(62,45,52)
#2A1E26
(42,30,38)
#160F18
(22,15,24)
#000000
(0,0,0)

Tints of #DEA5A4

#DEA5A4
(222,165,164)
#E1ADAC
(225,173,172)
#E4B5B4
(228,181,180)
#E7BDBC
(231,189,188)
#EAC5C4
(234,197,196)
#EDCDCC
(237,205,204)
#F0D5D4
(240,213,212)
#F3DDDC
(243,221,220)
#F6E5E4
(246,229,228)
#F9EDEC
(249,237,236)
#FCF5F4
(252,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEA5A4 color. Also use rgb(222,165,164) instead hex code.

Text Font Color

.myTextColor { color: #DEA5A4; }

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

This text font color is #DEA5A4.


Background Color

.myBgColor { background-color: #DEA5A4; }

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

This div background color is #DEA5A4.


Border color

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

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

This div border color is #DEA5A4.


Opacity

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

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

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

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

This text has shadow with #DEA5A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEA5A4 on black background.


Color preview on white background

This text has color #DEA5A4 on white background.



Black color preview on #DEA5A4 background

This text has black color on #DEA5A4 background.


White color preview on #DEA5A4 background

This text has white color on #DEA5A4 background.