COLOR #DEBB9A

HEX: #DEBB9A RGB: (222,187,154)

Color info

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

RGB color model

#DEBB9A color RGB value is (222,187,154).

RGB: (222,187,154) (87%, 73%, 60%)

RGB channels and saturation

R 222 of 255 = 87%
G 187 of 255 = 73%
B 154 of 255 = 60%

222
187
154

R + G + B ~ 73%. #DEBB9A is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 187 + 154 = 563 (100%)
R 222 of 563 ~ 39.43%
G 187 of 563 ~ 33.21%
B 154 of 563 ~ 27.35'%

%39.43
%33.21
%27.35

CMYK color model

#DEBB9A color CMYK value is (0,16,31,13).

  • cyan value is 0.00%
  • magenta value is 15.77%
  • yellow value is 30.63%
  • key color value is 12.94%
CMYK: (0,16,31,13) C0M16Y31K13 (0%,16%,31%,13%) (0.00/0.16/0.31/0.13) 

CMYK percentages

%0
%15.77
%30.63
%12.94

Codes

Color #DEBB9A in popluar color models

DE BB 9A
RGB 222 187 154
HSL 29° 50.75% 73.73%
HSB/HSV 29° 30.63% 87.06%
CMYK 0.00% 15.77% 30.63%
12.94%

Color #DEBB9A in popluar number systems.

HEX DE BB 9A
Decimal 222 187 154
Binary 11011110 10111011 10011010
Octal 336 273 232

Shades and tints

Shades of #DEBB9A

#DEBB9A
(222,187,154)
#CAAA8C
(202,170,140)
#B6997E
(182,153,126)
#A28870
(162,136,112)
#8E7762
(142,119,98)
#7A6654
(122,102,84)
#665546
(102,85,70)
#524438
(82,68,56)
#3E332A
(62,51,42)
#2A221C
(42,34,28)
#16110E
(22,17,14)
#000000
(0,0,0)

Tints of #DEBB9A

#DEBB9A
(222,187,154)
#E1C1A3
(225,193,163)
#E4C7AC
(228,199,172)
#E7CDB5
(231,205,181)
#EAD3BE
(234,211,190)
#EDD9C7
(237,217,199)
#F0DFD0
(240,223,208)
#F3E5D9
(243,229,217)
#F6EBE2
(246,235,226)
#F9F1EB
(249,241,235)
#FCF7F4
(252,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEBB9A; }

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

This text font color is #DEBB9A.

Background Color

.myBgColor { background-color: #DEBB9A; }

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

This div background color is #DEBB9A.

Border color

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

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

This div border color is #DEBB9A.

Opacity

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

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

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

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

This text has shadow with #DEBB9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEBB9A.

Preview

Color preview on black background

This text has color #DEBB9A on black background.


Color preview on white background

This text has color #DEBB9A on white background.


Black color preview on #DEBB9A background

This text has black color on #DEBB9A background.


White color preview on #DEBB9A background

This text has white color on #DEBB9A background.


Related colors

Complementary color

Complementary color for #hex is #214465.


I love getcolorcode.com

Triadic colors

1 #9ADEBB and #BB9ADE with #DEBB9A are triadic colors.

2 #9ABBDE and #BBDE9A with #DEBB9A are triadic colors.