COLOR #DEBB9F

HEX: #DEBB9F
RGB: (222,187,159)

Color info

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

RGB color model

#DEBB9F color RGB value is (222,187,159).

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

RGB channels and saturation

R 222 of 255 = 87%
G 187 of 255 = 73%
B 159 of 255 = 62%

222
187
159

R + G + B ~ 74%. #DEBB9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 187 + 159 = 568 (100%)
R 222 of 568 ~ 39.08%
G 187 of 568 ~ 32.92%
B 159 of 568 ~ 27.99%

%39.08
%32.92
%27.99

CMYK color model

#DEBB9F color CMYK value is (0,16,28,13).

  • cyan value is 0.00%
  • magenta value is 15.77%
  • yellow value is 28.38%
  • key color value is 12.94%
CMYK:
(0,16,28,13)
C0M16Y28K13 
(0%,16%,28%,13%)
(0.00/0.16/0.28/0.13)	

CMYK percentages

%0
%15.77
%28.38
%12.94

Codes

Color #DEBB9F in popluar color models

DEBB9F
RGB222187159
HSL27°48.84%74.71%
HSB/HSV27°28.38%87.06%
CMYK0.00%15.77%28.38%
12.94%

Color #DEBB9F in popluar number systems.

HEXDEBB9F
Decimal222187159
Binary110111101011101110011111
Octal336273237

Shades and tints

Shades of #DEBB9F

#DEBB9F
(222,187,159)
#CAAA91
(202,170,145)
#B69983
(182,153,131)
#A28875
(162,136,117)
#8E7767
(142,119,103)
#7A6659
(122,102,89)
#66554B
(102,85,75)
#52443D
(82,68,61)
#3E332F
(62,51,47)
#2A2221
(42,34,33)
#161113
(22,17,19)
#000000
(0,0,0)

Tints of #DEBB9F

#DEBB9F
(222,187,159)
#E1C1A7
(225,193,167)
#E4C7AF
(228,199,175)
#E7CDB7
(231,205,183)
#EAD3BF
(234,211,191)
#EDD9C7
(237,217,199)
#F0DFCF
(240,223,207)
#F3E5D7
(243,229,215)
#F6EBDF
(246,235,223)
#F9F1E7
(249,241,231)
#FCF7EF
(252,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEBB9F; }

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

This text font color is #DEBB9F.


Background Color

.myBgColor { background-color: #DEBB9F; }

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

This div background color is #DEBB9F.


Border color

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

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

This div border color is #DEBB9F.


Opacity

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

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

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

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

This text has shadow with #DEBB9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEBB9F on black background.


Color preview on white background

This text has color #DEBB9F on white background.



Black color preview on #DEBB9F background

This text has black color on #DEBB9F background.


White color preview on #DEBB9F background

This text has white color on #DEBB9F background.