COLOR #DEB5C5

HEX: #DEB5C5
RGB: (222,181,197)

Color info

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

RGB color model

#DEB5C5 color RGB value is (222,181,197).

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

RGB channels and saturation

R 222 of 255 = 87%
G 181 of 255 = 71%
B 197 of 255 = 77%

222
181
197

R + G + B ~ 78%. #DEB5C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 181 + 197 = 600 (100%)
R 222 of 600 ~ 37%
G 181 of 600 ~ 30.17%
B 197 of 600 ~ 32.83%

%37
%30.17
%32.83

CMYK color model

#DEB5C5 color CMYK value is (0,18,11,13).

  • cyan value is 0.00%
  • magenta value is 18.47%
  • yellow value is 11.26%
  • key color value is 12.94%
CMYK:
(0,18,11,13)
C0M18Y11K13 
(0%,18%,11%,13%)
(0.00/0.18/0.11/0.13)	

CMYK percentages

%0
%18.47
%11.26
%12.94

Codes

Color #DEB5C5 in popluar color models

DEB5C5
RGB222181197
HSL337°38.32%79.02%
HSB/HSV337°18.47%87.06%
CMYK0.00%18.47%11.26%
12.94%

Color #DEB5C5 in popluar number systems.

HEXDEB5C5
Decimal222181197
Binary110111101011010111000101
Octal336265305

Shades and tints

Shades of #DEB5C5

#DEB5C5
(222,181,197)
#CAA5B4
(202,165,180)
#B695A3
(182,149,163)
#A28592
(162,133,146)
#8E7581
(142,117,129)
#7A6570
(122,101,112)
#66555F
(102,85,95)
#52454E
(82,69,78)
#3E353D
(62,53,61)
#2A252C
(42,37,44)
#16151B
(22,21,27)
#000000
(0,0,0)

Tints of #DEB5C5

#DEB5C5
(222,181,197)
#E1BBCA
(225,187,202)
#E4C1CF
(228,193,207)
#E7C7D4
(231,199,212)
#EACDD9
(234,205,217)
#EDD3DE
(237,211,222)
#F0D9E3
(240,217,227)
#F3DFE8
(243,223,232)
#F6E5ED
(246,229,237)
#F9EBF2
(249,235,242)
#FCF1F7
(252,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEB5C5; }

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

This text font color is #DEB5C5.


Background Color

.myBgColor { background-color: #DEB5C5; }

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

This div background color is #DEB5C5.


Border color

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

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

This div border color is #DEB5C5.


Opacity

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

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

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

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

This text has shadow with #DEB5C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEB5C5 on black background.


Color preview on white background

This text has color #DEB5C5 on white background.



Black color preview on #DEB5C5 background

This text has black color on #DEB5C5 background.


White color preview on #DEB5C5 background

This text has white color on #DEB5C5 background.