COLOR #DEB7E3

HEX: #DEB7E3
RGB: (222,183,227)

Color info

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

RGB color model

#DEB7E3 color RGB value is (222,183,227).

  • red value is 222;
  • green value is 183;
  • blue value is 227.
RGB:
(222,183,227)
(87%,72%,89%)

RGB channels and saturation

R 222 of 255 = 87%
G 183 of 255 = 72%
B 227 of 255 = 89%

222
183
227

R + G + B ~ 83%. #DEB7E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 183 + 227 = 632 (100%)
R 222 of 632 ~ 35.13%
G 183 of 632 ~ 28.96%
B 227 of 632 ~ 35.92%

%35.13
%28.96
%35.92

CMYK color model

#DEB7E3 color CMYK value is (2,19,0,11).

  • cyan value is 2.20%
  • magenta value is 19.38%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(2,19,0,11)
C2M19Y0K11 
(2%,19%,0%,11%)
(0.02/0.19/0.00/0.11)	

CMYK percentages

%2.2
%19.38
%0
%10.98

Codes

Color #DEB7E3 in popluar color models

DEB7E3
RGB222183227
HSL293°44.00%80.39%
HSB/HSV293°19.38%89.02%
CMYK2.20%19.38%0.00%
10.98%

Color #DEB7E3 in popluar number systems.

HEXDEB7E3
Decimal222183227
Binary110111101011011111100011
Octal336267343

Shades and tints

Shades of #DEB7E3

#DEB7E3
(222,183,227)
#CAA7CF
(202,167,207)
#B697BB
(182,151,187)
#A287A7
(162,135,167)
#8E7793
(142,119,147)
#7A677F
(122,103,127)
#66576B
(102,87,107)
#524757
(82,71,87)
#3E3743
(62,55,67)
#2A272F
(42,39,47)
#16171B
(22,23,27)
#000000
(0,0,0)

Tints of #DEB7E3

#DEB7E3
(222,183,227)
#E1BDE5
(225,189,229)
#E4C3E7
(228,195,231)
#E7C9E9
(231,201,233)
#EACFEB
(234,207,235)
#EDD5ED
(237,213,237)
#F0DBEF
(240,219,239)
#F3E1F1
(243,225,241)
#F6E7F3
(246,231,243)
#F9EDF5
(249,237,245)
#FCF3F7
(252,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEB7E3 color. Also use rgb(222,183,227) instead hex code.

Text Font Color

.myTextColor { color: #DEB7E3; }

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

This text font color is #DEB7E3.


Background Color

.myBgColor { background-color: #DEB7E3; }

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

This div background color is #DEB7E3.


Border color

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

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

This div border color is #DEB7E3.


Opacity

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

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

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

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

This text has shadow with #DEB7E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEB7E3 on black background.


Color preview on white background

This text has color #DEB7E3 on white background.



Black color preview on #DEB7E3 background

This text has black color on #DEB7E3 background.


White color preview on #DEB7E3 background

This text has white color on #DEB7E3 background.