COLOR #DEABF4

HEX: #DEABF4
RGB: (222,171,244)

Color info

#DEABF4 contains mainly red and blue colors. Web safe color of #DEABF4 is #CC99FF (or #C9F).

RGB color model

#DEABF4 color RGB value is (222,171,244).

  • red value is 222;
  • green value is 171;
  • blue value is 244.
RGB:
(222,171,244)
(87%,67%,96%)

RGB channels and saturation

R 222 of 255 = 87%
G 171 of 255 = 67%
B 244 of 255 = 96%

222
171
244

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

Portions of RGB colors in percentages

R + G + B =
222 + 171 + 244 = 637 (100%)
R 222 of 637 ~ 34.85%
G 171 of 637 ~ 26.84%
B 244 of 637 ~ 38.3%

%34.85
%26.84
%38.3

CMYK color model

#DEABF4 color CMYK value is (9,30,0,4).

  • cyan value is 9.02%
  • magenta value is 29.92%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(9,30,0,4)
C9M30Y0K4 
(9%,30%,0%,4%)
(0.09/0.30/0.00/0.04)	

CMYK percentages

%9.02
%29.92
%0
%4.31

Codes

Color #DEABF4 in popluar color models

DEABF4
RGB222171244
HSL282°76.84%81.37%
HSB/HSV282°29.92%95.69%
CMYK9.02%29.92%0.00%
4.31%

Color #DEABF4 in popluar number systems.

HEXDEABF4
Decimal222171244
Binary110111101010101111110100
Octal336253364

Shades and tints

Shades of #DEABF4

#DEABF4
(222,171,244)
#CA9CDE
(202,156,222)
#B68DC8
(182,141,200)
#A27EB2
(162,126,178)
#8E6F9C
(142,111,156)
#7A6086
(122,96,134)
#665170
(102,81,112)
#52425A
(82,66,90)
#3E3344
(62,51,68)
#2A242E
(42,36,46)
#161518
(22,21,24)
#000000
(0,0,0)

Tints of #DEABF4

#DEABF4
(222,171,244)
#E1B2F5
(225,178,245)
#E4B9F6
(228,185,246)
#E7C0F7
(231,192,247)
#EAC7F8
(234,199,248)
#EDCEF9
(237,206,249)
#F0D5FA
(240,213,250)
#F3DCFB
(243,220,251)
#F6E3FC
(246,227,252)
#F9EAFD
(249,234,253)
#FCF1FE
(252,241,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEABF4 color. Also use rgb(222,171,244) instead hex code.

Text Font Color

.myTextColor { color: #DEABF4; }

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

This text font color is #DEABF4.


Background Color

.myBgColor { background-color: #DEABF4; }

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

This div background color is #DEABF4.


Border color

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

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

This div border color is #DEABF4.


Opacity

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

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

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

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

This text has shadow with #DEABF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEABF4 on black background.


Color preview on white background

This text has color #DEABF4 on white background.



Black color preview on #DEABF4 background

This text has black color on #DEABF4 background.


White color preview on #DEABF4 background

This text has white color on #DEABF4 background.