COLOR #D28AEE

HEX: #D28AEE
RGB: (210,138,238)

Color info

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

RGB color model

#D28AEE color RGB value is (210,138,238).

  • red value is 210;
  • green value is 138;
  • blue value is 238.
RGB:
(210,138,238)
(82%,54%,93%)

RGB channels and saturation

R 210 of 255 = 82%
G 138 of 255 = 54%
B 238 of 255 = 93%

210
138
238

R + G + B ~ 76%. #D28AEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 138 + 238 = 586 (100%)
R 210 of 586 ~ 35.84%
G 138 of 586 ~ 23.55%
B 238 of 586 ~ 40.61%

%35.84
%23.55
%40.61

CMYK color model

#D28AEE color CMYK value is (12,42,0,7).

  • cyan value is 11.76%
  • magenta value is 42.02%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(12,42,0,7)
C12M42Y0K7 
(12%,42%,0%,7%)
(0.12/0.42/0.00/0.07)	

CMYK percentages

%11.76
%42.02
%0
%6.67

Codes

Color #D28AEE in popluar color models

D28AEE
RGB210138238
HSL283°74.63%73.73%
HSB/HSV283°42.02%93.33%
CMYK11.76%42.02%0.00%
6.67%

Color #D28AEE in popluar number systems.

HEXD28AEE
Decimal210138238
Binary110100101000101011101110
Octal322212356

Shades and tints

Shades of #D28AEE

#D28AEE
(210,138,238)
#BF7ED9
(191,126,217)
#AC72C4
(172,114,196)
#9966AF
(153,102,175)
#865A9A
(134,90,154)
#734E85
(115,78,133)
#604270
(96,66,112)
#4D365B
(77,54,91)
#3A2A46
(58,42,70)
#271E31
(39,30,49)
#14121C
(20,18,28)
#000000
(0,0,0)

Tints of #D28AEE

#D28AEE
(210,138,238)
#D694EF
(214,148,239)
#DA9EF0
(218,158,240)
#DEA8F1
(222,168,241)
#E2B2F2
(226,178,242)
#E6BCF3
(230,188,243)
#EAC6F4
(234,198,244)
#EED0F5
(238,208,245)
#F2DAF6
(242,218,246)
#F6E4F7
(246,228,247)
#FAEEF8
(250,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D28AEE color. Also use rgb(210,138,238) instead hex code.

Text Font Color

.myTextColor { color: #D28AEE; }

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

This text font color is #D28AEE.


Background Color

.myBgColor { background-color: #D28AEE; }

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

This div background color is #D28AEE.


Border color

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

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

This div border color is #D28AEE.


Opacity

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

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

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

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

This text has shadow with #D28AEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D28AEE on black background.


Color preview on white background

This text has color #D28AEE on white background.



Black color preview on #D28AEE background

This text has black color on #D28AEE background.


White color preview on #D28AEE background

This text has white color on #D28AEE background.