COLOR #D4AAFB

HEX: #D4AAFB RGB: (212,170,251)

Color info

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

RGB color model

#D4AAFB color RGB value is (212,170,251).

RGB: (212,170,251) (83%, 67%, 98%)

RGB channels and saturation

R 212 of 255 = 83%
G 170 of 255 = 67%
B 251 of 255 = 98%

212
170
251

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

Portions of RGB colors in percentages

R + G + B = 212 + 170 + 251 = 633 (100%)
R 212 of 633 ~ 33.49%
G 170 of 633 ~ 26.86%
B 251 of 633 ~ 39.65'%

%33.49
%26.86
%39.65

CMYK color model

#D4AAFB color CMYK value is (16,32,0,2).

  • cyan value is 15.54%
  • magenta value is 32.27%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (16,32,0,2)
C16M32Y0K2 (16%, 32%, 0%, 2%)
(0.16 / 0.32 / 0.00 / 0.02)

CMYK percentages

%15.54
%32.27
%0
%1.57

Codes

Color #D4AAFB in popluar color models

D4 AA FB
RGB 212 170 251
HSL 271° 91.01% 82.55%
HSB/HSV 271° 32.27% 98.43%
CMYK 15.54% 32.27% 0.00%
1.57%

Color #D4AAFB in popluar number systems.

HEX D4 AA FB
Decimal 212 170 251
Binary 11010100 10101010 11111011
Octal 324 252 373

Shades and tints

Shades of #D4AAFB

#D4AAFB
(212,170,251)
#C19BE5
(193,155,229)
#AE8CCF
(174,140,207)
#9B7DB9
(155,125,185)
#886EA3
(136,110,163)
#755F8D
(117,95,141)
#625077
(98,80,119)
#4F4161
(79,65,97)
#3C324B
(60,50,75)
#292335
(41,35,53)
#16141F
(22,20,31)
#000000
(0,0,0)

Tints of #D4AAFB

#D4AAFB
(212,170,251)
#D7B1FB
(215,177,251)
#DAB8FB
(218,184,251)
#DDBFFB
(221,191,251)
#E0C6FB
(224,198,251)
#E3CDFB
(227,205,251)
#E6D4FB
(230,212,251)
#E9DBFB
(233,219,251)
#ECE2FB
(236,226,251)
#EFE9FB
(239,233,251)
#F2F0FB
(242,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4AAFB color. Also use rgb(212,170,251) instead hex code.

Text Font Color

.myTextColor { color: #D4AAFB; }

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

This text font color is #D4AAFB.

Background Color

.myBgColor { background-color: #D4AAFB; }

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

This div background color is #D4AAFB.

Border color

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

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

This div border color is #D4AAFB.

Opacity

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

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

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

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

This text has shadow with #D4AAFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4AAFB.

Preview

Color preview on black background

This text has color #D4AAFB on black background.


Color preview on white background

This text has color #D4AAFB on white background.


Black color preview on #D4AAFB background

This text has black color on #D4AAFB background.


White color preview on #D4AAFB background

This text has white color on #D4AAFB background.


Related colors

Complementary color

Complementary color for #hex is #2B5504.


I love getcolorcode.com

Triadic colors

1 #FBD4AA and #AAFBD4 with #D4AAFB are triadic colors.

2 #FBAAD4 and #AAD4FB with #D4AAFB are triadic colors.