COLOR #DEBBAA

HEX: #DEBBAA
RGB: (222,187,170)

Color info

#DEBBAA contains red, green and blue colors in about the same proportion. Web safe color of #DEBBAA is #CCCC99 (or #CC9).

RGB color model

#DEBBAA color RGB value is (222,187,170).

  • red value is 222;
  • green value is 187;
  • blue value is 170.
RGB:
(222,187,170)
(87%,73%,67%)

RGB channels and saturation

R 222 of 255 = 87%
G 187 of 255 = 73%
B 170 of 255 = 67%

222
187
170

R + G + B ~ 76%. #DEBBAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 187 + 170 = 579 (100%)
R 222 of 579 ~ 38.34%
G 187 of 579 ~ 32.3%
B 170 of 579 ~ 29.36%

%38.34
%32.3
%29.36

CMYK color model

#DEBBAA color CMYK value is (0,16,23,13).

  • cyan value is 0.00%
  • magenta value is 15.77%
  • yellow value is 23.42%
  • key color value is 12.94%
CMYK:
(0,16,23,13)
C0M16Y23K13 
(0%,16%,23%,13%)
(0.00/0.16/0.23/0.13)	

CMYK percentages

%0
%15.77
%23.42
%12.94

Codes

Color #DEBBAA in popluar color models

DEBBAA
RGB222187170
HSL20°44.07%76.86%
HSB/HSV20°23.42%87.06%
CMYK0.00%15.77%23.42%
12.94%

Color #DEBBAA in popluar number systems.

HEXDEBBAA
Decimal222187170
Binary110111101011101110101010
Octal336273252

Shades and tints

Shades of #DEBBAA

#DEBBAA
(222,187,170)
#CAAA9B
(202,170,155)
#B6998C
(182,153,140)
#A2887D
(162,136,125)
#8E776E
(142,119,110)
#7A665F
(122,102,95)
#665550
(102,85,80)
#524441
(82,68,65)
#3E3332
(62,51,50)
#2A2223
(42,34,35)
#161114
(22,17,20)
#000000
(0,0,0)

Tints of #DEBBAA

#DEBBAA
(222,187,170)
#E1C1B1
(225,193,177)
#E4C7B8
(228,199,184)
#E7CDBF
(231,205,191)
#EAD3C6
(234,211,198)
#EDD9CD
(237,217,205)
#F0DFD4
(240,223,212)
#F3E5DB
(243,229,219)
#F6EBE2
(246,235,226)
#F9F1E9
(249,241,233)
#FCF7F0
(252,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEBBAA color. Also use rgb(222,187,170) instead hex code.

Text Font Color

.myTextColor { color: #DEBBAA; }

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

This text font color is #DEBBAA.


Background Color

.myBgColor { background-color: #DEBBAA; }

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

This div background color is #DEBBAA.


Border color

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

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

This div border color is #DEBBAA.


Opacity

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

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

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

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

This text has shadow with #DEBBAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEBBAA on black background.


Color preview on white background

This text has color #DEBBAA on white background.



Black color preview on #DEBBAA background

This text has black color on #DEBBAA background.


White color preview on #DEBBAA background

This text has white color on #DEBBAA background.