COLOR #DEB9D0

HEX: #DEB9D0
RGB: (222,185,208)

Color info

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

RGB color model

#DEB9D0 color RGB value is (222,185,208).

  • red value is 222;
  • green value is 185;
  • blue value is 208.
RGB:
(222,185,208)
(87%,73%,82%)

RGB channels and saturation

R 222 of 255 = 87%
G 185 of 255 = 73%
B 208 of 255 = 82%

222
185
208

R + G + B ~ 81%. #DEB9D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 185 + 208 = 615 (100%)
R 222 of 615 ~ 36.1%
G 185 of 615 ~ 30.08%
B 208 of 615 ~ 33.82%

%36.1
%30.08
%33.82

CMYK color model

#DEB9D0 color CMYK value is (0,17,6,13).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 6.31%
  • key color value is 12.94%
CMYK:
(0,17,6,13)
C0M17Y6K13 
(0%,17%,6%,13%)
(0.00/0.17/0.06/0.13)	

CMYK percentages

%0
%16.67
%6.31
%12.94

Codes

Color #DEB9D0 in popluar color models

DEB9D0
RGB222185208
HSL323°35.92%79.80%
HSB/HSV323°16.67%87.06%
CMYK0.00%16.67%6.31%
12.94%

Color #DEB9D0 in popluar number systems.

HEXDEB9D0
Decimal222185208
Binary110111101011100111010000
Octal336271320

Shades and tints

Shades of #DEB9D0

#DEB9D0
(222,185,208)
#CAA9BE
(202,169,190)
#B699AC
(182,153,172)
#A2899A
(162,137,154)
#8E7988
(142,121,136)
#7A6976
(122,105,118)
#665964
(102,89,100)
#524952
(82,73,82)
#3E3940
(62,57,64)
#2A292E
(42,41,46)
#16191C
(22,25,28)
#000000
(0,0,0)

Tints of #DEB9D0

#DEB9D0
(222,185,208)
#E1BFD4
(225,191,212)
#E4C5D8
(228,197,216)
#E7CBDC
(231,203,220)
#EAD1E0
(234,209,224)
#EDD7E4
(237,215,228)
#F0DDE8
(240,221,232)
#F3E3EC
(243,227,236)
#F6E9F0
(246,233,240)
#F9EFF4
(249,239,244)
#FCF5F8
(252,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEB9D0; }

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

This text font color is #DEB9D0.


Background Color

.myBgColor { background-color: #DEB9D0; }

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

This div background color is #DEB9D0.


Border color

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

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

This div border color is #DEB9D0.


Opacity

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

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

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

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

This text has shadow with #DEB9D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEB9D0 on black background.


Color preview on white background

This text has color #DEB9D0 on white background.



Black color preview on #DEB9D0 background

This text has black color on #DEB9D0 background.


White color preview on #DEB9D0 background

This text has white color on #DEB9D0 background.