COLOR #DEB9C6

HEX: #DEB9C6
RGB: (222,185,198)

Color info

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

RGB color model

#DEB9C6 color RGB value is (222,185,198).

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

RGB channels and saturation

R 222 of 255 = 87%
G 185 of 255 = 73%
B 198 of 255 = 78%

222
185
198

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

Portions of RGB colors in percentages

R + G + B =
222 + 185 + 198 = 605 (100%)
R 222 of 605 ~ 36.69%
G 185 of 605 ~ 30.58%
B 198 of 605 ~ 32.73%

%36.69
%30.58
%32.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 10.81%
  • 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
%10.81
%12.94

Codes

Color #DEB9C6 in popluar color models

DEB9C6
RGB222185198
HSL339°35.92%79.80%
HSB/HSV339°16.67%87.06%
CMYK0.00%16.67%10.81%
12.94%

Color #DEB9C6 in popluar number systems.

HEXDEB9C6
Decimal222185198
Binary110111101011100111000110
Octal336271306

Shades and tints

Shades of #DEB9C6

#DEB9C6
(222,185,198)
#CAA9B4
(202,169,180)
#B699A2
(182,153,162)
#A28990
(162,137,144)
#8E797E
(142,121,126)
#7A696C
(122,105,108)
#66595A
(102,89,90)
#524948
(82,73,72)
#3E3936
(62,57,54)
#2A2924
(42,41,36)
#161912
(22,25,18)
#000000
(0,0,0)

Tints of #DEB9C6

#DEB9C6
(222,185,198)
#E1BFCB
(225,191,203)
#E4C5D0
(228,197,208)
#E7CBD5
(231,203,213)
#EAD1DA
(234,209,218)
#EDD7DF
(237,215,223)
#F0DDE4
(240,221,228)
#F3E3E9
(243,227,233)
#F6E9EE
(246,233,238)
#F9EFF3
(249,239,243)
#FCF5F8
(252,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEB9C6; }

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

This text font color is #DEB9C6.


Background Color

.myBgColor { background-color: #DEB9C6; }

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

This div background color is #DEB9C6.


Border color

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

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

This div border color is #DEB9C6.


Opacity

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

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

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

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

This text has shadow with #DEB9C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEB9C6 on black background.


Color preview on white background

This text has color #DEB9C6 on white background.



Black color preview on #DEB9C6 background

This text has black color on #DEB9C6 background.


White color preview on #DEB9C6 background

This text has white color on #DEB9C6 background.