COLOR #DEB8CA

HEX: #DEB8CA
RGB: (222,184,202)

Color info

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

RGB color model

#DEB8CA color RGB value is (222,184,202).

  • red value is 222;
  • green value is 184;
  • blue value is 202.
RGB:
(222,184,202)
(87%,72%,79%)

RGB channels and saturation

R 222 of 255 = 87%
G 184 of 255 = 72%
B 202 of 255 = 79%

222
184
202

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

Portions of RGB colors in percentages

R + G + B =
222 + 184 + 202 = 608 (100%)
R 222 of 608 ~ 36.51%
G 184 of 608 ~ 30.26%
B 202 of 608 ~ 33.22%

%36.51
%30.26
%33.22

CMYK color model

#DEB8CA color CMYK value is (0,17,9,13).

  • cyan value is 0.00%
  • magenta value is 17.12%
  • yellow value is 9.01%
  • key color value is 12.94%
CMYK:
(0,17,9,13)
C0M17Y9K13 
(0%,17%,9%,13%)
(0.00/0.17/0.09/0.13)	

CMYK percentages

%0
%17.12
%9.01
%12.94

Codes

Color #DEB8CA in popluar color models

DEB8CA
RGB222184202
HSL332°36.54%79.61%
HSB/HSV332°17.12%87.06%
CMYK0.00%17.12%9.01%
12.94%

Color #DEB8CA in popluar number systems.

HEXDEB8CA
Decimal222184202
Binary110111101011100011001010
Octal336270312

Shades and tints

Shades of #DEB8CA

#DEB8CA
(222,184,202)
#CAA8B8
(202,168,184)
#B698A6
(182,152,166)
#A28894
(162,136,148)
#8E7882
(142,120,130)
#7A6870
(122,104,112)
#66585E
(102,88,94)
#52484C
(82,72,76)
#3E383A
(62,56,58)
#2A2828
(42,40,40)
#161816
(22,24,22)
#000000
(0,0,0)

Tints of #DEB8CA

#DEB8CA
(222,184,202)
#E1BECE
(225,190,206)
#E4C4D2
(228,196,210)
#E7CAD6
(231,202,214)
#EAD0DA
(234,208,218)
#EDD6DE
(237,214,222)
#F0DCE2
(240,220,226)
#F3E2E6
(243,226,230)
#F6E8EA
(246,232,234)
#F9EEEE
(249,238,238)
#FCF4F2
(252,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEB8CA color. Also use rgb(222,184,202) instead hex code.

Text Font Color

.myTextColor { color: #DEB8CA; }

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

This text font color is #DEB8CA.


Background Color

.myBgColor { background-color: #DEB8CA; }

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

This div background color is #DEB8CA.


Border color

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

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

This div border color is #DEB8CA.


Opacity

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

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

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

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

This text has shadow with #DEB8CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEB8CA on black background.


Color preview on white background

This text has color #DEB8CA on white background.



Black color preview on #DEB8CA background

This text has black color on #DEB8CA background.


White color preview on #DEB8CA background

This text has white color on #DEB8CA background.