COLOR #DEB3B8

HEX: #DEB3B8
RGB: (222,179,184)

Color info

#DEB3B8 contains red, green and blue colors in about the same proportion. Web safe color of #DEB3B8 is #CC99CC (or #C9C).

RGB color model

#DEB3B8 color RGB value is (222,179,184).

  • red value is 222;
  • green value is 179;
  • blue value is 184.
RGB:
(222,179,184)
(87%,70%,72%)

RGB channels and saturation

R 222 of 255 = 87%
G 179 of 255 = 70%
B 184 of 255 = 72%

222
179
184

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

Portions of RGB colors in percentages

R + G + B =
222 + 179 + 184 = 585 (100%)
R 222 of 585 ~ 37.95%
G 179 of 585 ~ 30.6%
B 184 of 585 ~ 31.45%

%37.95
%30.6
%31.45

CMYK color model

#DEB3B8 color CMYK value is (0,19,17,13).

  • cyan value is 0.00%
  • magenta value is 19.37%
  • yellow value is 17.12%
  • key color value is 12.94%
CMYK:
(0,19,17,13)
C0M19Y17K13 
(0%,19%,17%,13%)
(0.00/0.19/0.17/0.13)	

CMYK percentages

%0
%19.37
%17.12
%12.94

Codes

Color #DEB3B8 in popluar color models

DEB3B8
RGB222179184
HSL353°39.45%78.63%
HSB/HSV353°19.37%87.06%
CMYK0.00%19.37%17.12%
12.94%

Color #DEB3B8 in popluar number systems.

HEXDEB3B8
Decimal222179184
Binary110111101011001110111000
Octal336263270

Shades and tints

Shades of #DEB3B8

#DEB3B8
(222,179,184)
#CAA3A8
(202,163,168)
#B69398
(182,147,152)
#A28388
(162,131,136)
#8E7378
(142,115,120)
#7A6368
(122,99,104)
#665358
(102,83,88)
#524348
(82,67,72)
#3E3338
(62,51,56)
#2A2328
(42,35,40)
#161318
(22,19,24)
#000000
(0,0,0)

Tints of #DEB3B8

#DEB3B8
(222,179,184)
#E1B9BE
(225,185,190)
#E4BFC4
(228,191,196)
#E7C5CA
(231,197,202)
#EACBD0
(234,203,208)
#EDD1D6
(237,209,214)
#F0D7DC
(240,215,220)
#F3DDE2
(243,221,226)
#F6E3E8
(246,227,232)
#F9E9EE
(249,233,238)
#FCEFF4
(252,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEB3B8; }

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

This text font color is #DEB3B8.


Background Color

.myBgColor { background-color: #DEB3B8; }

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

This div background color is #DEB3B8.


Border color

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

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

This div border color is #DEB3B8.


Opacity

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

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

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

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

This text has shadow with #DEB3B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEB3B8 on black background.


Color preview on white background

This text has color #DEB3B8 on white background.



Black color preview on #DEB3B8 background

This text has black color on #DEB3B8 background.


White color preview on #DEB3B8 background

This text has white color on #DEB3B8 background.