COLOR #DEA393

HEX: #DEA393 RGB: (222,163,147)

Color info

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

RGB color model

#DEA393 color RGB value is (222,163,147).

RGB: (222,163,147) (87%, 64%, 58%)

RGB channels and saturation

R 222 of 255 = 87%
G 163 of 255 = 64%
B 147 of 255 = 58%

222
163
147

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

Portions of RGB colors in percentages

R + G + B = 222 + 163 + 147 = 532 (100%)
R 222 of 532 ~ 41.73%
G 163 of 532 ~ 30.64%
B 147 of 532 ~ 27.63'%

%41.73
%30.64
%27.63

CMYK color model

#DEA393 color CMYK value is (0,27,34,13).

  • cyan value is 0.00%
  • magenta value is 26.58%
  • yellow value is 33.78%
  • key color value is 12.94%

CMYK: (0,27,34,13)
C0M27Y34K13 (0%, 27%, 34%, 13%)
(0.00 / 0.27 / 0.34 / 0.13)

CMYK percentages

%0
%26.58
%33.78
%12.94

Codes

Color #DEA393 in popluar color models

DE A3 93
RGB 222 163 147
HSL 13° 53.19% 72.35%
HSB/HSV 13° 33.78% 87.06%
CMYK 0.00% 26.58% 33.78%
12.94%

Color #DEA393 in popluar number systems.

HEX DE A3 93
Decimal 222 163 147
Binary 11011110 10100011 10010011
Octal 336 243 223

Shades and tints

Shades of #DEA393

#DEA393
(222,163,147)
#CA9586
(202,149,134)
#B68779
(182,135,121)
#A2796C
(162,121,108)
#8E6B5F
(142,107,95)
#7A5D52
(122,93,82)
#664F45
(102,79,69)
#524138
(82,65,56)
#3E332B
(62,51,43)
#2A251E
(42,37,30)
#161711
(22,23,17)
#000000
(0,0,0)

Tints of #DEA393

#DEA393
(222,163,147)
#E1AB9C
(225,171,156)
#E4B3A5
(228,179,165)
#E7BBAE
(231,187,174)
#EAC3B7
(234,195,183)
#EDCBC0
(237,203,192)
#F0D3C9
(240,211,201)
#F3DBD2
(243,219,210)
#F6E3DB
(246,227,219)
#F9EBE4
(249,235,228)
#FCF3ED
(252,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEA393 color. Also use rgb(222,163,147) instead hex code.

Text Font Color

.myTextColor { color: #DEA393; }

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

This text font color is #DEA393.

Background Color

.myBgColor { background-color: #DEA393; }

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

This div background color is #DEA393.

Border color

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

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

This div border color is #DEA393.

Opacity

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

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

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

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

This text has shadow with #DEA393 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEA393.

Preview

Color preview on black background

This text has color #DEA393 on black background.


Color preview on white background

This text has color #DEA393 on white background.


Black color preview on #DEA393 background

This text has black color on #DEA393 background.


White color preview on #DEA393 background

This text has white color on #DEA393 background.


Related colors

Complementary color

Complementary color for #hex is #215C6C.


I love getcolorcode.com

Triadic colors

1 #93DEA3 and #A393DE with #DEA393 are triadic colors.

2 #93A3DE and #A3DE93 with #DEA393 are triadic colors.