COLOR #DEB0BC

HEX: #DEB0BC
RGB: (222,176,188)

Color info

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

RGB color model

#DEB0BC color RGB value is (222,176,188).

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

RGB channels and saturation

R 222 of 255 = 87%
G 176 of 255 = 69%
B 188 of 255 = 74%

222
176
188

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

Portions of RGB colors in percentages

R + G + B =
222 + 176 + 188 = 586 (100%)
R 222 of 586 ~ 37.88%
G 176 of 586 ~ 30.03%
B 188 of 586 ~ 32.08%

%37.88
%30.03
%32.08

CMYK color model

#DEB0BC color CMYK value is (0,21,15,13).

  • cyan value is 0.00%
  • magenta value is 20.72%
  • yellow value is 15.32%
  • key color value is 12.94%
CMYK:
(0,21,15,13)
C0M21Y15K13 
(0%,21%,15%,13%)
(0.00/0.21/0.15/0.13)	

CMYK percentages

%0
%20.72
%15.32
%12.94

Codes

Color #DEB0BC in popluar color models

DEB0BC
RGB222176188
HSL344°41.07%78.04%
HSB/HSV344°20.72%87.06%
CMYK0.00%20.72%15.32%
12.94%

Color #DEB0BC in popluar number systems.

HEXDEB0BC
Decimal222176188
Binary110111101011000010111100
Octal336260274

Shades and tints

Shades of #DEB0BC

#DEB0BC
(222,176,188)
#CAA0AB
(202,160,171)
#B6909A
(182,144,154)
#A28089
(162,128,137)
#8E7078
(142,112,120)
#7A6067
(122,96,103)
#665056
(102,80,86)
#524045
(82,64,69)
#3E3034
(62,48,52)
#2A2023
(42,32,35)
#161012
(22,16,18)
#000000
(0,0,0)

Tints of #DEB0BC

#DEB0BC
(222,176,188)
#E1B7C2
(225,183,194)
#E4BEC8
(228,190,200)
#E7C5CE
(231,197,206)
#EACCD4
(234,204,212)
#EDD3DA
(237,211,218)
#F0DAE0
(240,218,224)
#F3E1E6
(243,225,230)
#F6E8EC
(246,232,236)
#F9EFF2
(249,239,242)
#FCF6F8
(252,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEB0BC; }

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

This text font color is #DEB0BC.


Background Color

.myBgColor { background-color: #DEB0BC; }

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

This div background color is #DEB0BC.


Border color

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

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

This div border color is #DEB0BC.


Opacity

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

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

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

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

This text has shadow with #DEB0BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEB0BC on black background.


Color preview on white background

This text has color #DEB0BC on white background.



Black color preview on #DEB0BC background

This text has black color on #DEB0BC background.


White color preview on #DEB0BC background

This text has white color on #DEB0BC background.