COLOR #DEAB9B

HEX: #DEAB9B
RGB: (222,171,155)

Color info

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

RGB color model

#DEAB9B color RGB value is (222,171,155).

  • red value is 222;
  • green value is 171;
  • blue value is 155.
RGB:
(222,171,155)
(87%,67%,61%)

RGB channels and saturation

R 222 of 255 = 87%
G 171 of 255 = 67%
B 155 of 255 = 61%

222
171
155

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

Portions of RGB colors in percentages

R + G + B =
222 + 171 + 155 = 548 (100%)
R 222 of 548 ~ 40.51%
G 171 of 548 ~ 31.2%
B 155 of 548 ~ 28.28%

%40.51
%31.2
%28.28

CMYK color model

#DEAB9B color CMYK value is (0,23,30,13).

  • cyan value is 0.00%
  • magenta value is 22.97%
  • yellow value is 30.18%
  • key color value is 12.94%
CMYK:
(0,23,30,13)
C0M23Y30K13 
(0%,23%,30%,13%)
(0.00/0.23/0.30/0.13)	

CMYK percentages

%0
%22.97
%30.18
%12.94

Codes

Color #DEAB9B in popluar color models

DEAB9B
RGB222171155
HSL14°50.38%73.92%
HSB/HSV14°30.18%87.06%
CMYK0.00%22.97%30.18%
12.94%

Color #DEAB9B in popluar number systems.

HEXDEAB9B
Decimal222171155
Binary110111101010101110011011
Octal336253233

Shades and tints

Shades of #DEAB9B

#DEAB9B
(222,171,155)
#CA9C8D
(202,156,141)
#B68D7F
(182,141,127)
#A27E71
(162,126,113)
#8E6F63
(142,111,99)
#7A6055
(122,96,85)
#665147
(102,81,71)
#524239
(82,66,57)
#3E332B
(62,51,43)
#2A241D
(42,36,29)
#16150F
(22,21,15)
#000000
(0,0,0)

Tints of #DEAB9B

#DEAB9B
(222,171,155)
#E1B2A4
(225,178,164)
#E4B9AD
(228,185,173)
#E7C0B6
(231,192,182)
#EAC7BF
(234,199,191)
#EDCEC8
(237,206,200)
#F0D5D1
(240,213,209)
#F3DCDA
(243,220,218)
#F6E3E3
(246,227,227)
#F9EAEC
(249,234,236)
#FCF1F5
(252,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEAB9B color. Also use rgb(222,171,155) instead hex code.

Text Font Color

.myTextColor { color: #DEAB9B; }

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

This text font color is #DEAB9B.


Background Color

.myBgColor { background-color: #DEAB9B; }

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

This div background color is #DEAB9B.


Border color

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

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

This div border color is #DEAB9B.


Opacity

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

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

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

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

This text has shadow with #DEAB9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEAB9B on black background.


Color preview on white background

This text has color #DEAB9B on white background.



Black color preview on #DEAB9B background

This text has black color on #DEAB9B background.


White color preview on #DEAB9B background

This text has white color on #DEAB9B background.