COLOR #DEB7F6

HEX: #DEB7F6
RGB: (222,183,246)

Color info

#DEB7F6 contains mainly red and blue colors. Web safe color of #DEB7F6 is #CCCCFF (or #CCF).

RGB color model

#DEB7F6 color RGB value is (222,183,246).

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

RGB channels and saturation

R 222 of 255 = 87%
G 183 of 255 = 72%
B 246 of 255 = 96%

222
183
246

R + G + B ~ 85%. #DEB7F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 183 + 246 = 651 (100%)
R 222 of 651 ~ 34.1%
G 183 of 651 ~ 28.11%
B 246 of 651 ~ 37.79%

%34.1
%28.11
%37.79

CMYK color model

#DEB7F6 color CMYK value is (10,26,0,4).

  • cyan value is 9.76%
  • magenta value is 25.61%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(10,26,0,4)
C10M26Y0K4 
(10%,26%,0%,4%)
(0.10/0.26/0.00/0.04)	

CMYK percentages

%9.76
%25.61
%0
%3.53

Codes

Color #DEB7F6 in popluar color models

DEB7F6
RGB222183246
HSL277°77.78%84.12%
HSB/HSV277°25.61%96.47%
CMYK9.76%25.61%0.00%
3.53%

Color #DEB7F6 in popluar number systems.

HEXDEB7F6
Decimal222183246
Binary110111101011011111110110
Octal336267366

Shades and tints

Shades of #DEB7F6

#DEB7F6
(222,183,246)
#CAA7E0
(202,167,224)
#B697CA
(182,151,202)
#A287B4
(162,135,180)
#8E779E
(142,119,158)
#7A6788
(122,103,136)
#665772
(102,87,114)
#52475C
(82,71,92)
#3E3746
(62,55,70)
#2A2730
(42,39,48)
#16171A
(22,23,26)
#000000
(0,0,0)

Tints of #DEB7F6

#DEB7F6
(222,183,246)
#E1BDF6
(225,189,246)
#E4C3F6
(228,195,246)
#E7C9F6
(231,201,246)
#EACFF6
(234,207,246)
#EDD5F6
(237,213,246)
#F0DBF6
(240,219,246)
#F3E1F6
(243,225,246)
#F6E7F6
(246,231,246)
#F9EDF6
(249,237,246)
#FCF3F6
(252,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEB7F6; }

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

This text font color is #DEB7F6.


Background Color

.myBgColor { background-color: #DEB7F6; }

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

This div background color is #DEB7F6.


Border color

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

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

This div border color is #DEB7F6.


Opacity

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

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

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

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

This text has shadow with #DEB7F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEB7F6 on black background.


Color preview on white background

This text has color #DEB7F6 on white background.



Black color preview on #DEB7F6 background

This text has black color on #DEB7F6 background.


White color preview on #DEB7F6 background

This text has white color on #DEB7F6 background.