COLOR #DEAF87

HEX: #DEAF87
RGB: (222,175,135)

Color info

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

RGB color model

#DEAF87 color RGB value is (222,175,135).

  • red value is 222;
  • green value is 175;
  • blue value is 135.
RGB:
(222,175,135)
(87%,69%,53%)

RGB channels and saturation

R 222 of 255 = 87%
G 175 of 255 = 69%
B 135 of 255 = 53%

222
175
135

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

Portions of RGB colors in percentages

R + G + B =
222 + 175 + 135 = 532 (100%)
R 222 of 532 ~ 41.73%
G 175 of 532 ~ 32.89%
B 135 of 532 ~ 25.38%

%41.73
%32.89
%25.38

CMYK color model

#DEAF87 color CMYK value is (0,21,39,13).

  • cyan value is 0.00%
  • magenta value is 21.17%
  • yellow value is 39.19%
  • key color value is 12.94%
CMYK:
(0,21,39,13)
C0M21Y39K13 
(0%,21%,39%,13%)
(0.00/0.21/0.39/0.13)	

CMYK percentages

%0
%21.17
%39.19
%12.94

Codes

Color #DEAF87 in popluar color models

DEAF87
RGB222175135
HSL28°56.86%70.00%
HSB/HSV28°39.19%87.06%
CMYK0.00%21.17%39.19%
12.94%

Color #DEAF87 in popluar number systems.

HEXDEAF87
Decimal222175135
Binary110111101010111110000111
Octal336257207

Shades and tints

Shades of #DEAF87

#DEAF87
(222,175,135)
#CAA07B
(202,160,123)
#B6916F
(182,145,111)
#A28263
(162,130,99)
#8E7357
(142,115,87)
#7A644B
(122,100,75)
#66553F
(102,85,63)
#524633
(82,70,51)
#3E3727
(62,55,39)
#2A281B
(42,40,27)
#16190F
(22,25,15)
#000000
(0,0,0)

Tints of #DEAF87

#DEAF87
(222,175,135)
#E1B691
(225,182,145)
#E4BD9B
(228,189,155)
#E7C4A5
(231,196,165)
#EACBAF
(234,203,175)
#EDD2B9
(237,210,185)
#F0D9C3
(240,217,195)
#F3E0CD
(243,224,205)
#F6E7D7
(246,231,215)
#F9EEE1
(249,238,225)
#FCF5EB
(252,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEAF87 color. Also use rgb(222,175,135) instead hex code.

Text Font Color

.myTextColor { color: #DEAF87; }

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

This text font color is #DEAF87.


Background Color

.myBgColor { background-color: #DEAF87; }

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

This div background color is #DEAF87.


Border color

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

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

This div border color is #DEAF87.


Opacity

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

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

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

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

This text has shadow with #DEAF87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEAF87 on black background.


Color preview on white background

This text has color #DEAF87 on white background.



Black color preview on #DEAF87 background

This text has black color on #DEAF87 background.


White color preview on #DEAF87 background

This text has white color on #DEAF87 background.