COLOR #D3ABE9

HEX: #D3ABE9 RGB: (211,171,233)

Color info

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

RGB color model

#D3ABE9 color RGB value is (211,171,233).

RGB: (211,171,233) (83%, 67%, 91%)

RGB channels and saturation

R 211 of 255 = 83%
G 171 of 255 = 67%
B 233 of 255 = 91%

211
171
233

R + G + B ~ 80%. #D3ABE9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 171 + 233 = 615 (100%)
R 211 of 615 ~ 34.31%
G 171 of 615 ~ 27.8%
B 233 of 615 ~ 37.89'%

%34.31
%27.8
%37.89

CMYK color model

#D3ABE9 color CMYK value is (9,27,0,9).

  • cyan value is 9.44%
  • magenta value is 26.61%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (9,27,0,9)
C9M27Y0K9 (9%, 27%, 0%, 9%)
(0.09 / 0.27 / 0.00 / 0.09)

CMYK percentages

%9.44
%26.61
%0
%8.63

Codes

Color #D3ABE9 in popluar color models

D3 AB E9
RGB 211 171 233
HSL 279° 58.49% 79.22%
HSB/HSV 279° 26.61% 91.37%
CMYK 9.44% 26.61% 0.00%
8.63%

Color #D3ABE9 in popluar number systems.

HEX D3 AB E9
Decimal 211 171 233
Binary 11010011 10101011 11101001
Octal 323 253 351

Shades and tints

Shades of #D3ABE9

#D3ABE9
(211,171,233)
#C09CD4
(192,156,212)
#AD8DBF
(173,141,191)
#9A7EAA
(154,126,170)
#876F95
(135,111,149)
#746080
(116,96,128)
#61516B
(97,81,107)
#4E4256
(78,66,86)
#3B3341
(59,51,65)
#28242C
(40,36,44)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #D3ABE9

#D3ABE9
(211,171,233)
#D7B2EB
(215,178,235)
#DBB9ED
(219,185,237)
#DFC0EF
(223,192,239)
#E3C7F1
(227,199,241)
#E7CEF3
(231,206,243)
#EBD5F5
(235,213,245)
#EFDCF7
(239,220,247)
#F3E3F9
(243,227,249)
#F7EAFB
(247,234,251)
#FBF1FD
(251,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3ABE9 color. Also use rgb(211,171,233) instead hex code.

Text Font Color

.myTextColor { color: #D3ABE9; }

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

This text font color is #D3ABE9.

Background Color

.myBgColor { background-color: #D3ABE9; }

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

This div background color is #D3ABE9.

Border color

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

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

This div border color is #D3ABE9.

Opacity

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

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

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

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

This text has shadow with #D3ABE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3ABE9.

Preview

Color preview on black background

This text has color #D3ABE9 on black background.


Color preview on white background

This text has color #D3ABE9 on white background.


Black color preview on #D3ABE9 background

This text has black color on #D3ABE9 background.


White color preview on #D3ABE9 background

This text has white color on #D3ABE9 background.


Related colors

Complementary color

Complementary color for #hex is #2C5416.


I love getcolorcode.com

Triadic colors

1 #E9D3AB and #ABE9D3 with #D3ABE9 are triadic colors.

2 #E9ABD3 and #ABD3E9 with #D3ABE9 are triadic colors.