COLOR #DEBDA0

HEX: #DEBDA0
RGB: (222,189,160)

Color info

#DEBDA0 contains mainly red and green colors. Web safe color of #DEBDA0 is #CCCC99 (or #CC9).

RGB color model

#DEBDA0 color RGB value is (222,189,160).

  • red value is 222;
  • green value is 189;
  • blue value is 160.
RGB:
(222,189,160)
(87%,74%,63%)

RGB channels and saturation

R 222 of 255 = 87%
G 189 of 255 = 74%
B 160 of 255 = 63%

222
189
160

R + G + B ~ 75%. #DEBDA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 189 + 160 = 571 (100%)
R 222 of 571 ~ 38.88%
G 189 of 571 ~ 33.1%
B 160 of 571 ~ 28.02%

%38.88
%33.1
%28.02

CMYK color model

#DEBDA0 color CMYK value is (0,15,28,13).

  • cyan value is 0.00%
  • magenta value is 14.86%
  • yellow value is 27.93%
  • key color value is 12.94%
CMYK:
(0,15,28,13)
C0M15Y28K13 
(0%,15%,28%,13%)
(0.00/0.15/0.28/0.13)	

CMYK percentages

%0
%14.86
%27.93
%12.94

Codes

Color #DEBDA0 in popluar color models

DEBDA0
RGB222189160
HSL28°48.44%74.90%
HSB/HSV28°27.93%87.06%
CMYK0.00%14.86%27.93%
12.94%

Color #DEBDA0 in popluar number systems.

HEXDEBDA0
Decimal222189160
Binary110111101011110110100000
Octal336275240

Shades and tints

Shades of #DEBDA0

#DEBDA0
(222,189,160)
#CAAC92
(202,172,146)
#B69B84
(182,155,132)
#A28A76
(162,138,118)
#8E7968
(142,121,104)
#7A685A
(122,104,90)
#66574C
(102,87,76)
#52463E
(82,70,62)
#3E3530
(62,53,48)
#2A2422
(42,36,34)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #DEBDA0

#DEBDA0
(222,189,160)
#E1C3A8
(225,195,168)
#E4C9B0
(228,201,176)
#E7CFB8
(231,207,184)
#EAD5C0
(234,213,192)
#EDDBC8
(237,219,200)
#F0E1D0
(240,225,208)
#F3E7D8
(243,231,216)
#F6EDE0
(246,237,224)
#F9F3E8
(249,243,232)
#FCF9F0
(252,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEBDA0 color. Also use rgb(222,189,160) instead hex code.

Text Font Color

.myTextColor { color: #DEBDA0; }

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

This text font color is #DEBDA0.


Background Color

.myBgColor { background-color: #DEBDA0; }

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

This div background color is #DEBDA0.


Border color

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

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

This div border color is #DEBDA0.


Opacity

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

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

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

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

This text has shadow with #DEBDA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEBDA0 on black background.


Color preview on white background

This text has color #DEBDA0 on white background.



Black color preview on #DEBDA0 background

This text has black color on #DEBDA0 background.


White color preview on #DEBDA0 background

This text has white color on #DEBDA0 background.