COLOR #DEBE87

HEX: #DEBE87
RGB: (222,190,135)

Color info

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

RGB color model

#DEBE87 color RGB value is (222,190,135).

  • red value is 222;
  • green value is 190;
  • blue value is 135.
RGB:
(222,190,135)
(87%,75%,53%)

RGB channels and saturation

R 222 of 255 = 87%
G 190 of 255 = 75%
B 135 of 255 = 53%

222
190
135

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

Portions of RGB colors in percentages

R + G + B =
222 + 190 + 135 = 547 (100%)
R 222 of 547 ~ 40.59%
G 190 of 547 ~ 34.73%
B 135 of 547 ~ 24.68%

%40.59
%34.73
%24.68

CMYK color model

#DEBE87 color CMYK value is (0,14,39,13).

  • cyan value is 0.00%
  • magenta value is 14.41%
  • yellow value is 39.19%
  • key color value is 12.94%
CMYK:
(0,14,39,13)
C0M14Y39K13 
(0%,14%,39%,13%)
(0.00/0.14/0.39/0.13)	

CMYK percentages

%0
%14.41
%39.19
%12.94

Codes

Color #DEBE87 in popluar color models

DEBE87
RGB222190135
HSL38°56.86%70.00%
HSB/HSV38°39.19%87.06%
CMYK0.00%14.41%39.19%
12.94%

Color #DEBE87 in popluar number systems.

HEXDEBE87
Decimal222190135
Binary110111101011111010000111
Octal336276207

Shades and tints

Shades of #DEBE87

#DEBE87
(222,190,135)
#CAAD7B
(202,173,123)
#B69C6F
(182,156,111)
#A28B63
(162,139,99)
#8E7A57
(142,122,87)
#7A694B
(122,105,75)
#66583F
(102,88,63)
#524733
(82,71,51)
#3E3627
(62,54,39)
#2A251B
(42,37,27)
#16140F
(22,20,15)
#000000
(0,0,0)

Tints of #DEBE87

#DEBE87
(222,190,135)
#E1C391
(225,195,145)
#E4C89B
(228,200,155)
#E7CDA5
(231,205,165)
#EAD2AF
(234,210,175)
#EDD7B9
(237,215,185)
#F0DCC3
(240,220,195)
#F3E1CD
(243,225,205)
#F6E6D7
(246,230,215)
#F9EBE1
(249,235,225)
#FCF0EB
(252,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEBE87 color. Also use rgb(222,190,135) instead hex code.

Text Font Color

.myTextColor { color: #DEBE87; }

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

This text font color is #DEBE87.


Background Color

.myBgColor { background-color: #DEBE87; }

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

This div background color is #DEBE87.


Border color

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

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

This div border color is #DEBE87.


Opacity

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

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

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

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

This text has shadow with #DEBE87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEBE87 on black background.


Color preview on white background

This text has color #DEBE87 on white background.



Black color preview on #DEBE87 background

This text has black color on #DEBE87 background.


White color preview on #DEBE87 background

This text has white color on #DEBE87 background.