COLOR #DEB5B2

HEX: #DEB5B2
RGB: (222,181,178)

Color info

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

RGB color model

#DEB5B2 color RGB value is (222,181,178).

  • red value is 222;
  • green value is 181;
  • blue value is 178.
RGB:
(222,181,178)
(87%,71%,70%)

RGB channels and saturation

R 222 of 255 = 87%
G 181 of 255 = 71%
B 178 of 255 = 70%

222
181
178

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

Portions of RGB colors in percentages

R + G + B =
222 + 181 + 178 = 581 (100%)
R 222 of 581 ~ 38.21%
G 181 of 581 ~ 31.15%
B 178 of 581 ~ 30.64%

%38.21
%31.15
%30.64

CMYK color model

#DEB5B2 color CMYK value is (0,18,20,13).

  • cyan value is 0.00%
  • magenta value is 18.47%
  • yellow value is 19.82%
  • key color value is 12.94%
CMYK:
(0,18,20,13)
C0M18Y20K13 
(0%,18%,20%,13%)
(0.00/0.18/0.20/0.13)	

CMYK percentages

%0
%18.47
%19.82
%12.94

Codes

Color #DEB5B2 in popluar color models

DEB5B2
RGB222181178
HSL40.00%78.43%
HSB/HSV19.82%87.06%
CMYK0.00%18.47%19.82%
12.94%

Color #DEB5B2 in popluar number systems.

HEXDEB5B2
Decimal222181178
Binary110111101011010110110010
Octal336265262

Shades and tints

Shades of #DEB5B2

#DEB5B2
(222,181,178)
#CAA5A2
(202,165,162)
#B69592
(182,149,146)
#A28582
(162,133,130)
#8E7572
(142,117,114)
#7A6562
(122,101,98)
#665552
(102,85,82)
#524542
(82,69,66)
#3E3532
(62,53,50)
#2A2522
(42,37,34)
#161512
(22,21,18)
#000000
(0,0,0)

Tints of #DEB5B2

#DEB5B2
(222,181,178)
#E1BBB9
(225,187,185)
#E4C1C0
(228,193,192)
#E7C7C7
(231,199,199)
#EACDCE
(234,205,206)
#EDD3D5
(237,211,213)
#F0D9DC
(240,217,220)
#F3DFE3
(243,223,227)
#F6E5EA
(246,229,234)
#F9EBF1
(249,235,241)
#FCF1F8
(252,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEB5B2 color. Also use rgb(222,181,178) instead hex code.

Text Font Color

.myTextColor { color: #DEB5B2; }

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

This text font color is #DEB5B2.


Background Color

.myBgColor { background-color: #DEB5B2; }

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

This div background color is #DEB5B2.


Border color

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

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

This div border color is #DEB5B2.


Opacity

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

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

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

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

This text has shadow with #DEB5B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEB5B2 on black background.


Color preview on white background

This text has color #DEB5B2 on white background.



Black color preview on #DEB5B2 background

This text has black color on #DEB5B2 background.


White color preview on #DEB5B2 background

This text has white color on #DEB5B2 background.