COLOR #DEBEA7

HEX: #DEBEA7
RGB: (222,190,167)

Color info

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

RGB color model

#DEBEA7 color RGB value is (222,190,167).

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

RGB channels and saturation

R 222 of 255 = 87%
G 190 of 255 = 75%
B 167 of 255 = 65%

222
190
167

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

Portions of RGB colors in percentages

R + G + B =
222 + 190 + 167 = 579 (100%)
R 222 of 579 ~ 38.34%
G 190 of 579 ~ 32.82%
B 167 of 579 ~ 28.84%

%38.34
%32.82
%28.84

CMYK color model

#DEBEA7 color CMYK value is (0,14,25,13).

  • cyan value is 0.00%
  • magenta value is 14.41%
  • yellow value is 24.77%
  • key color value is 12.94%
CMYK:
(0,14,25,13)
C0M14Y25K13 
(0%,14%,25%,13%)
(0.00/0.14/0.25/0.13)	

CMYK percentages

%0
%14.41
%24.77
%12.94

Codes

Color #DEBEA7 in popluar color models

DEBEA7
RGB222190167
HSL25°45.45%76.27%
HSB/HSV25°24.77%87.06%
CMYK0.00%14.41%24.77%
12.94%

Color #DEBEA7 in popluar number systems.

HEXDEBEA7
Decimal222190167
Binary110111101011111010100111
Octal336276247

Shades and tints

Shades of #DEBEA7

#DEBEA7
(222,190,167)
#CAAD98
(202,173,152)
#B69C89
(182,156,137)
#A28B7A
(162,139,122)
#8E7A6B
(142,122,107)
#7A695C
(122,105,92)
#66584D
(102,88,77)
#52473E
(82,71,62)
#3E362F
(62,54,47)
#2A2520
(42,37,32)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #DEBEA7

#DEBEA7
(222,190,167)
#E1C3AF
(225,195,175)
#E4C8B7
(228,200,183)
#E7CDBF
(231,205,191)
#EAD2C7
(234,210,199)
#EDD7CF
(237,215,207)
#F0DCD7
(240,220,215)
#F3E1DF
(243,225,223)
#F6E6E7
(246,230,231)
#F9EBEF
(249,235,239)
#FCF0F7
(252,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEBEA7; }

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

This text font color is #DEBEA7.


Background Color

.myBgColor { background-color: #DEBEA7; }

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

This div background color is #DEBEA7.


Border color

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

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

This div border color is #DEBEA7.


Opacity

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

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

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

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

This text has shadow with #DEBEA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEBEA7 on black background.


Color preview on white background

This text has color #DEBEA7 on white background.



Black color preview on #DEBEA7 background

This text has black color on #DEBEA7 background.


White color preview on #DEBEA7 background

This text has white color on #DEBEA7 background.