COLOR #DEB8B1

HEX: #DEB8B1 RGB: (222,184,177)

Color info

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

RGB color model

#DEB8B1 color RGB value is (222,184,177).

RGB: (222,184,177) (87%, 72%, 69%)

RGB channels and saturation

R 222 of 255 = 87%
G 184 of 255 = 72%
B 177 of 255 = 69%

222
184
177

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

Portions of RGB colors in percentages

R + G + B = 222 + 184 + 177 = 583 (100%)
R 222 of 583 ~ 38.08%
G 184 of 583 ~ 31.56%
B 177 of 583 ~ 30.36'%

%38.08
%31.56
%30.36

CMYK color model

#DEB8B1 color CMYK value is (0,17,20,13).

  • cyan value is 0.00%
  • magenta value is 17.12%
  • yellow value is 20.27%
  • key color value is 12.94%
CMYK: (0,17,20,13) C0M17Y20K13 (0%,17%,20%,13%) (0.00/0.17/0.20/0.13) 

CMYK percentages

%0
%17.12
%20.27
%12.94

Codes

Color #DEB8B1 in popluar color models

DE B8 B1
RGB 222 184 177
HSL 40.54% 78.24%
HSB/HSV 20.27% 87.06%
CMYK 0.00% 17.12% 20.27%
12.94%

Color #DEB8B1 in popluar number systems.

HEX DE B8 B1
Decimal 222 184 177
Binary 11011110 10111000 10110001
Octal 336 270 261

Shades and tints

Shades of #DEB8B1

#DEB8B1
(222,184,177)
#CAA8A1
(202,168,161)
#B69891
(182,152,145)
#A28881
(162,136,129)
#8E7871
(142,120,113)
#7A6861
(122,104,97)
#665851
(102,88,81)
#524841
(82,72,65)
#3E3831
(62,56,49)
#2A2821
(42,40,33)
#161811
(22,24,17)
#000000
(0,0,0)

Tints of #DEB8B1

#DEB8B1
(222,184,177)
#E1BEB8
(225,190,184)
#E4C4BF
(228,196,191)
#E7CAC6
(231,202,198)
#EAD0CD
(234,208,205)
#EDD6D4
(237,214,212)
#F0DCDB
(240,220,219)
#F3E2E2
(243,226,226)
#F6E8E9
(246,232,233)
#F9EEF0
(249,238,240)
#FCF4F7
(252,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEB8B1 color. Also use rgb(222,184,177) instead hex code.

Text Font Color

.myTextColor { color: #DEB8B1; }

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

This text font color is #DEB8B1.

Background Color

.myBgColor { background-color: #DEB8B1; }

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

This div background color is #DEB8B1.

Border color

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

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

This div border color is #DEB8B1.

Opacity

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

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

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

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

This text has shadow with #DEB8B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEB8B1.

Preview

Color preview on black background

This text has color #DEB8B1 on black background.


Color preview on white background

This text has color #DEB8B1 on white background.


Black color preview on #DEB8B1 background

This text has black color on #DEB8B1 background.


White color preview on #DEB8B1 background

This text has white color on #DEB8B1 background.


Related colors

Complementary color

Complementary color for #hex is #21474E.


I love getcolorcode.com

Triadic colors

1 #B1DEB8 and #B8B1DE with #DEB8B1 are triadic colors.

2 #B1B8DE and #B8DEB1 with #DEB8B1 are triadic colors.