COLOR #DEB9C5

HEX: #DEB9C5
RGB: (222,185,197)

Color info

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

RGB color model

#DEB9C5 color RGB value is (222,185,197).

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

RGB channels and saturation

R 222 of 255 = 87%
G 185 of 255 = 73%
B 197 of 255 = 77%

222
185
197

R + G + B ~ 79%. #DEB9C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 185 + 197 = 604 (100%)
R 222 of 604 ~ 36.75%
G 185 of 604 ~ 30.63%
B 197 of 604 ~ 32.62%

%36.75
%30.63
%32.62

CMYK color model

#DEB9C5 color CMYK value is (0,17,11,13).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 11.26%
  • key color value is 12.94%
CMYK:
(0,17,11,13)
C0M17Y11K13 
(0%,17%,11%,13%)
(0.00/0.17/0.11/0.13)	

CMYK percentages

%0
%16.67
%11.26
%12.94

Codes

Color #DEB9C5 in popluar color models

DEB9C5
RGB222185197
HSL341°35.92%79.80%
HSB/HSV341°16.67%87.06%
CMYK0.00%16.67%11.26%
12.94%

Color #DEB9C5 in popluar number systems.

HEXDEB9C5
Decimal222185197
Binary110111101011100111000101
Octal336271305

Shades and tints

Shades of #DEB9C5

#DEB9C5
(222,185,197)
#CAA9B4
(202,169,180)
#B699A3
(182,153,163)
#A28992
(162,137,146)
#8E7981
(142,121,129)
#7A6970
(122,105,112)
#66595F
(102,89,95)
#52494E
(82,73,78)
#3E393D
(62,57,61)
#2A292C
(42,41,44)
#16191B
(22,25,27)
#000000
(0,0,0)

Tints of #DEB9C5

#DEB9C5
(222,185,197)
#E1BFCA
(225,191,202)
#E4C5CF
(228,197,207)
#E7CBD4
(231,203,212)
#EAD1D9
(234,209,217)
#EDD7DE
(237,215,222)
#F0DDE3
(240,221,227)
#F3E3E8
(243,227,232)
#F6E9ED
(246,233,237)
#F9EFF2
(249,239,242)
#FCF5F7
(252,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEB9C5; }

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

This text font color is #DEB9C5.


Background Color

.myBgColor { background-color: #DEB9C5; }

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

This div background color is #DEB9C5.


Border color

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

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

This div border color is #DEB9C5.


Opacity

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

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

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

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

This text has shadow with #DEB9C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEB9C5 on black background.


Color preview on white background

This text has color #DEB9C5 on white background.



Black color preview on #DEB9C5 background

This text has black color on #DEB9C5 background.


White color preview on #DEB9C5 background

This text has white color on #DEB9C5 background.