COLOR #D88AEB

HEX: #D88AEB RGB: (216,138,235)

Color info

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

RGB color model

#D88AEB color RGB value is (216,138,235).

RGB: (216,138,235) (85%, 54%, 92%)

RGB channels and saturation

R 216 of 255 = 85%
G 138 of 255 = 54%
B 235 of 255 = 92%

216
138
235

R + G + B ~ 77%. #D88AEB is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 138 + 235 = 589 (100%)
R 216 of 589 ~ 36.67%
G 138 of 589 ~ 23.43%
B 235 of 589 ~ 39.9'%

%36.67
%23.43
%39.9

CMYK color model

#D88AEB color CMYK value is (8,41,0,8).

  • cyan value is 8.09%
  • magenta value is 41.28%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (8,41,0,8)
C8M41Y0K8 (8%, 41%, 0%, 8%)
(0.08 / 0.41 / 0.00 / 0.08)

CMYK percentages

%8.09
%41.28
%0
%7.84

Codes

Color #D88AEB in popluar color models

D8 8A EB
RGB 216 138 235
HSL 288° 70.80% 73.14%
HSB/HSV 288° 41.28% 92.16%
CMYK 8.09% 41.28% 0.00%
7.84%

Color #D88AEB in popluar number systems.

HEX D8 8A EB
Decimal 216 138 235
Binary 11011000 10001010 11101011
Octal 330 212 353

Shades and tints

Shades of #D88AEB

#D88AEB
(216,138,235)
#C57ED6
(197,126,214)
#B272C1
(178,114,193)
#9F66AC
(159,102,172)
#8C5A97
(140,90,151)
#794E82
(121,78,130)
#66426D
(102,66,109)
#533658
(83,54,88)
#402A43
(64,42,67)
#2D1E2E
(45,30,46)
#1A1219
(26,18,25)
#000000
(0,0,0)

Tints of #D88AEB

#D88AEB
(216,138,235)
#DB94EC
(219,148,236)
#DE9EED
(222,158,237)
#E1A8EE
(225,168,238)
#E4B2EF
(228,178,239)
#E7BCF0
(231,188,240)
#EAC6F1
(234,198,241)
#EDD0F2
(237,208,242)
#F0DAF3
(240,218,243)
#F3E4F4
(243,228,244)
#F6EEF5
(246,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D88AEB color. Also use rgb(216,138,235) instead hex code.

Text Font Color

.myTextColor { color: #D88AEB; }

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

This text font color is #D88AEB.

Background Color

.myBgColor { background-color: #D88AEB; }

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

This div background color is #D88AEB.

Border color

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

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

This div border color is #D88AEB.

Opacity

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

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

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

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

This text has shadow with #D88AEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D88AEB.

Preview

Color preview on black background

This text has color #D88AEB on black background.


Color preview on white background

This text has color #D88AEB on white background.


Black color preview on #D88AEB background

This text has black color on #D88AEB background.


White color preview on #D88AEB background

This text has white color on #D88AEB background.


Related colors

Complementary color

Complementary color for #hex is #277514.


I love getcolorcode.com

Triadic colors

1 #EBD88A and #8AEBD8 with #D88AEB are triadic colors.

2 #EB8AD8 and #8AD8EB with #D88AEB are triadic colors.