COLOR #D4A7F0

HEX: #D4A7F0
RGB: (212,167,240)

Color info

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

RGB color model

#D4A7F0 color RGB value is (212,167,240).

  • red value is 212;
  • green value is 167;
  • blue value is 240.
RGB:
(212,167,240)
(83%,65%,94%)

RGB channels and saturation

R 212 of 255 = 83%
G 167 of 255 = 65%
B 240 of 255 = 94%

212
167
240

R + G + B ~ 81%. #D4A7F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 167 + 240 = 619 (100%)
R 212 of 619 ~ 34.25%
G 167 of 619 ~ 26.98%
B 240 of 619 ~ 38.77%

%34.25
%26.98
%38.77

CMYK color model

#D4A7F0 color CMYK value is (12,30,0,6).

  • cyan value is 11.67%
  • magenta value is 30.42%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(12,30,0,6)
C12M30Y0K6 
(12%,30%,0%,6%)
(0.12/0.30/0.00/0.06)	

CMYK percentages

%11.67
%30.42
%0
%5.88

Codes

Color #D4A7F0 in popluar color models

D4A7F0
RGB212167240
HSL277°70.87%79.80%
HSB/HSV277°30.42%94.12%
CMYK11.67%30.42%0.00%
5.88%

Color #D4A7F0 in popluar number systems.

HEXD4A7F0
Decimal212167240
Binary110101001010011111110000
Octal324247360

Shades and tints

Shades of #D4A7F0

#D4A7F0
(212,167,240)
#C198DB
(193,152,219)
#AE89C6
(174,137,198)
#9B7AB1
(155,122,177)
#886B9C
(136,107,156)
#755C87
(117,92,135)
#624D72
(98,77,114)
#4F3E5D
(79,62,93)
#3C2F48
(60,47,72)
#292033
(41,32,51)
#16111E
(22,17,30)
#000000
(0,0,0)

Tints of #D4A7F0

#D4A7F0
(212,167,240)
#D7AFF1
(215,175,241)
#DAB7F2
(218,183,242)
#DDBFF3
(221,191,243)
#E0C7F4
(224,199,244)
#E3CFF5
(227,207,245)
#E6D7F6
(230,215,246)
#E9DFF7
(233,223,247)
#ECE7F8
(236,231,248)
#EFEFF9
(239,239,249)
#F2F7FA
(242,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4A7F0 color. Also use rgb(212,167,240) instead hex code.

Text Font Color

.myTextColor { color: #D4A7F0; }

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

This text font color is #D4A7F0.


Background Color

.myBgColor { background-color: #D4A7F0; }

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

This div background color is #D4A7F0.


Border color

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

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

This div border color is #D4A7F0.


Opacity

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

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

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

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

This text has shadow with #D4A7F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4A7F0 on black background.


Color preview on white background

This text has color #D4A7F0 on white background.



Black color preview on #D4A7F0 background

This text has black color on #D4A7F0 background.


White color preview on #D4A7F0 background

This text has white color on #D4A7F0 background.