COLOR #DEB6BD

HEX: #DEB6BD
RGB: (222,182,189)

Color info

#DEB6BD contains red, green and blue colors in about the same proportion. Web safe color of #DEB6BD is #CCCCCC (or #CCC).

RGB color model

#DEB6BD color RGB value is (222,182,189).

  • red value is 222;
  • green value is 182;
  • blue value is 189.
RGB:
(222,182,189)
(87%,71%,74%)

RGB channels and saturation

R 222 of 255 = 87%
G 182 of 255 = 71%
B 189 of 255 = 74%

222
182
189

R + G + B ~ 77%. #DEB6BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 182 + 189 = 593 (100%)
R 222 of 593 ~ 37.44%
G 182 of 593 ~ 30.69%
B 189 of 593 ~ 31.87%

%37.44
%30.69
%31.87

CMYK color model

#DEB6BD color CMYK value is (0,18,15,13).

  • cyan value is 0.00%
  • magenta value is 18.02%
  • yellow value is 14.86%
  • key color value is 12.94%
CMYK:
(0,18,15,13)
C0M18Y15K13 
(0%,18%,15%,13%)
(0.00/0.18/0.15/0.13)	

CMYK percentages

%0
%18.02
%14.86
%12.94

Codes

Color #DEB6BD in popluar color models

DEB6BD
RGB222182189
HSL350°37.74%79.22%
HSB/HSV350°18.02%87.06%
CMYK0.00%18.02%14.86%
12.94%

Color #DEB6BD in popluar number systems.

HEXDEB6BD
Decimal222182189
Binary110111101011011010111101
Octal336266275

Shades and tints

Shades of #DEB6BD

#DEB6BD
(222,182,189)
#CAA6AC
(202,166,172)
#B6969B
(182,150,155)
#A2868A
(162,134,138)
#8E7679
(142,118,121)
#7A6668
(122,102,104)
#665657
(102,86,87)
#524646
(82,70,70)
#3E3635
(62,54,53)
#2A2624
(42,38,36)
#161613
(22,22,19)
#000000
(0,0,0)

Tints of #DEB6BD

#DEB6BD
(222,182,189)
#E1BCC3
(225,188,195)
#E4C2C9
(228,194,201)
#E7C8CF
(231,200,207)
#EACED5
(234,206,213)
#EDD4DB
(237,212,219)
#F0DAE1
(240,218,225)
#F3E0E7
(243,224,231)
#F6E6ED
(246,230,237)
#F9ECF3
(249,236,243)
#FCF2F9
(252,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEB6BD; }

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

This text font color is #DEB6BD.


Background Color

.myBgColor { background-color: #DEB6BD; }

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

This div background color is #DEB6BD.


Border color

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

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

This div border color is #DEB6BD.


Opacity

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

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

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

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

This text has shadow with #DEB6BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEB6BD on black background.


Color preview on white background

This text has color #DEB6BD on white background.



Black color preview on #DEB6BD background

This text has black color on #DEB6BD background.


White color preview on #DEB6BD background

This text has white color on #DEB6BD background.