COLOR #D4ABF1

HEX: #D4ABF1 RGB: (212,171,241)

Color info

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

RGB color model

#D4ABF1 color RGB value is (212,171,241).

RGB: (212,171,241) (83%, 67%, 95%)

RGB channels and saturation

R 212 of 255 = 83%
G 171 of 255 = 67%
B 241 of 255 = 95%

212
171
241

R + G + B ~ 82%. #D4ABF1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 171 + 241 = 624 (100%)
R 212 of 624 ~ 33.97%
G 171 of 624 ~ 27.4%
B 241 of 624 ~ 38.62'%

%33.97
%27.4
%38.62

CMYK color model

#D4ABF1 color CMYK value is (12,29,0,5).

  • cyan value is 12.03%
  • magenta value is 29.05%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (12,29,0,5)
C12M29Y0K5 (12%, 29%, 0%, 5%)
(0.12 / 0.29 / 0.00 / 0.05)

CMYK percentages

%12.03
%29.05
%0
%5.49

Codes

Color #D4ABF1 in popluar color models

D4 AB F1
RGB 212 171 241
HSL 275° 71.43% 80.78%
HSB/HSV 275° 29.05% 94.51%
CMYK 12.03% 29.05% 0.00%
5.49%

Color #D4ABF1 in popluar number systems.

HEX D4 AB F1
Decimal 212 171 241
Binary 11010100 10101011 11110001
Octal 324 253 361

Shades and tints

Shades of #D4ABF1

#D4ABF1
(212,171,241)
#C19CDC
(193,156,220)
#AE8DC7
(174,141,199)
#9B7EB2
(155,126,178)
#886F9D
(136,111,157)
#756088
(117,96,136)
#625173
(98,81,115)
#4F425E
(79,66,94)
#3C3349
(60,51,73)
#292434
(41,36,52)
#16151F
(22,21,31)
#000000
(0,0,0)

Tints of #D4ABF1

#D4ABF1
(212,171,241)
#D7B2F2
(215,178,242)
#DAB9F3
(218,185,243)
#DDC0F4
(221,192,244)
#E0C7F5
(224,199,245)
#E3CEF6
(227,206,246)
#E6D5F7
(230,213,247)
#E9DCF8
(233,220,248)
#ECE3F9
(236,227,249)
#EFEAFA
(239,234,250)
#F2F1FB
(242,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4ABF1 color. Also use rgb(212,171,241) instead hex code.

Text Font Color

.myTextColor { color: #D4ABF1; }

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

This text font color is #D4ABF1.

Background Color

.myBgColor { background-color: #D4ABF1; }

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

This div background color is #D4ABF1.

Border color

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

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

This div border color is #D4ABF1.

Opacity

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

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

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

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

This text has shadow with #D4ABF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4ABF1.

Preview

Color preview on black background

This text has color #D4ABF1 on black background.


Color preview on white background

This text has color #D4ABF1 on white background.


Black color preview on #D4ABF1 background

This text has black color on #D4ABF1 background.


White color preview on #D4ABF1 background

This text has white color on #D4ABF1 background.


Related colors

Complementary color

Complementary color for #hex is #2B540E.


I love getcolorcode.com

Triadic colors

1 #F1D4AB and #ABF1D4 with #D4ABF1 are triadic colors.

2 #F1ABD4 and #ABD4F1 with #D4ABF1 are triadic colors.