COLOR #D0A4F6

HEX: #D0A4F6 RGB: (208,164,246)

Color info

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

RGB color model

#D0A4F6 color RGB value is (208,164,246).

RGB: (208,164,246) (82%, 64%, 96%)

RGB channels and saturation

R 208 of 255 = 82%
G 164 of 255 = 64%
B 246 of 255 = 96%

208
164
246

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

Portions of RGB colors in percentages

R + G + B = 208 + 164 + 246 = 618 (100%)
R 208 of 618 ~ 33.66%
G 164 of 618 ~ 26.54%
B 246 of 618 ~ 39.81'%

%33.66
%26.54
%39.81

CMYK color model

#D0A4F6 color CMYK value is (15,33,0,4).

  • cyan value is 15.45%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (15,33,0,4)
C15M33Y0K4 (15%, 33%, 0%, 4%)
(0.15 / 0.33 / 0.00 / 0.04)

CMYK percentages

%15.45
%33.33
%0
%3.53

Codes

Color #D0A4F6 in popluar color models

D0 A4 F6
RGB 208 164 246
HSL 272° 82.00% 80.39%
HSB/HSV 272° 33.33% 96.47%
CMYK 15.45% 33.33% 0.00%
3.53%

Color #D0A4F6 in popluar number systems.

HEX D0 A4 F6
Decimal 208 164 246
Binary 11010000 10100100 11110110
Octal 320 244 366

Shades and tints

Shades of #D0A4F6

#D0A4F6
(208,164,246)
#BE96E0
(190,150,224)
#AC88CA
(172,136,202)
#9A7AB4
(154,122,180)
#886C9E
(136,108,158)
#765E88
(118,94,136)
#645072
(100,80,114)
#52425C
(82,66,92)
#403446
(64,52,70)
#2E2630
(46,38,48)
#1C181A
(28,24,26)
#000000
(0,0,0)

Tints of #D0A4F6

#D0A4F6
(208,164,246)
#D4ACF6
(212,172,246)
#D8B4F6
(216,180,246)
#DCBCF6
(220,188,246)
#E0C4F6
(224,196,246)
#E4CCF6
(228,204,246)
#E8D4F6
(232,212,246)
#ECDCF6
(236,220,246)
#F0E4F6
(240,228,246)
#F4ECF6
(244,236,246)
#F8F4F6
(248,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0A4F6 color. Also use rgb(208,164,246) instead hex code.

Text Font Color

.myTextColor { color: #D0A4F6; }

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

This text font color is #D0A4F6.

Background Color

.myBgColor { background-color: #D0A4F6; }

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

This div background color is #D0A4F6.

Border color

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

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

This div border color is #D0A4F6.

Opacity

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

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

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

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

This text has shadow with #D0A4F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0A4F6.

Preview

Color preview on black background

This text has color #D0A4F6 on black background.


Color preview on white background

This text has color #D0A4F6 on white background.


Black color preview on #D0A4F6 background

This text has black color on #D0A4F6 background.


White color preview on #D0A4F6 background

This text has white color on #D0A4F6 background.


Related colors

Complementary color

Complementary color for #hex is #2F5B09.


I love getcolorcode.com

Triadic colors

1 #F6D0A4 and #A4F6D0 with #D0A4F6 are triadic colors.

2 #F6A4D0 and #A4D0F6 with #D0A4F6 are triadic colors.