COLOR #DEB1B1

HEX: #DEB1B1
RGB: (222,177,177)

Color info

#DEB1B1 contains red, green and blue colors in about the same proportion. Web safe color of #DEB1B1 is #CC9999 (or #C99).

RGB color model

#DEB1B1 color RGB value is (222,177,177).

  • red value is 222;
  • green value is 177;
  • blue value is 177.
RGB:
(222,177,177)
(87%,69%,69%)

RGB channels and saturation

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

222
177
177

R + G + B ~ 75%. #DEB1B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 177 + 177 = 576 (100%)
R 222 of 576 ~ 38.54%
G 177 of 576 ~ 30.73%
B 177 of 576 ~ 30.73%

%38.54
%30.73
%30.73

CMYK color model

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

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

CMYK percentages

%0
%20.27
%20.27
%12.94

Codes

Color #DEB1B1 in popluar color models

DEB1B1
RGB222177177
HSL40.54%78.24%
HSB/HSV20.27%87.06%
CMYK0.00%20.27%20.27%
12.94%

Color #DEB1B1 in popluar number systems.

HEXDEB1B1
Decimal222177177
Binary110111101011000110110001
Octal336261261

Shades and tints

Shades of #DEB1B1

#DEB1B1
(222,177,177)
#CAA1A1
(202,161,161)
#B69191
(182,145,145)
#A28181
(162,129,129)
#8E7171
(142,113,113)
#7A6161
(122,97,97)
#665151
(102,81,81)
#524141
(82,65,65)
#3E3131
(62,49,49)
#2A2121
(42,33,33)
#161111
(22,17,17)
#000000
(0,0,0)

Tints of #DEB1B1

#DEB1B1
(222,177,177)
#E1B8B8
(225,184,184)
#E4BFBF
(228,191,191)
#E7C6C6
(231,198,198)
#EACDCD
(234,205,205)
#EDD4D4
(237,212,212)
#F0DBDB
(240,219,219)
#F3E2E2
(243,226,226)
#F6E9E9
(246,233,233)
#F9F0F0
(249,240,240)
#FCF7F7
(252,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEB1B1; }

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

This text font color is #DEB1B1.


Background Color

.myBgColor { background-color: #DEB1B1; }

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

This div background color is #DEB1B1.


Border color

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

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

This div border color is #DEB1B1.


Opacity

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

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

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

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

This text has shadow with #DEB1B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEB1B1 on black background.


Color preview on white background

This text has color #DEB1B1 on white background.



Black color preview on #DEB1B1 background

This text has black color on #DEB1B1 background.


White color preview on #DEB1B1 background

This text has white color on #DEB1B1 background.