COLOR #D69EFA

HEX: #D69EFA RGB: (214,158,250)

Color info

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

RGB color model

#D69EFA color RGB value is (214,158,250).

RGB: (214,158,250) (84%, 62%, 98%)

RGB channels and saturation

R 214 of 255 = 84%
G 158 of 255 = 62%
B 250 of 255 = 98%

214
158
250

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

Portions of RGB colors in percentages

R + G + B = 214 + 158 + 250 = 622 (100%)
R 214 of 622 ~ 34.41%
G 158 of 622 ~ 25.4%
B 250 of 622 ~ 40.19'%

%34.41
%25.4
%40.19

CMYK color model

#D69EFA color CMYK value is (14,37,0,2).

  • cyan value is 14.40%
  • magenta value is 36.80%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (14,37,0,2)
C14M37Y0K2 (14%, 37%, 0%, 2%)
(0.14 / 0.37 / 0.00 / 0.02)

CMYK percentages

%14.4
%36.8
%0
%1.96

Codes

Color #D69EFA in popluar color models

D6 9E FA
RGB 214 158 250
HSL 277° 90.20% 80.00%
HSB/HSV 277° 36.80% 98.04%
CMYK 14.40% 36.80% 0.00%
1.96%

Color #D69EFA in popluar number systems.

HEX D6 9E FA
Decimal 214 158 250
Binary 11010110 10011110 11111010
Octal 326 236 372

Shades and tints

Shades of #D69EFA

#D69EFA
(214,158,250)
#C390E4
(195,144,228)
#B082CE
(176,130,206)
#9D74B8
(157,116,184)
#8A66A2
(138,102,162)
#77588C
(119,88,140)
#644A76
(100,74,118)
#513C60
(81,60,96)
#3E2E4A
(62,46,74)
#2B2034
(43,32,52)
#18121E
(24,18,30)
#000000
(0,0,0)

Tints of #D69EFA

#D69EFA
(214,158,250)
#D9A6FA
(217,166,250)
#DCAEFA
(220,174,250)
#DFB6FA
(223,182,250)
#E2BEFA
(226,190,250)
#E5C6FA
(229,198,250)
#E8CEFA
(232,206,250)
#EBD6FA
(235,214,250)
#EEDEFA
(238,222,250)
#F1E6FA
(241,230,250)
#F4EEFA
(244,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D69EFA color. Also use rgb(214,158,250) instead hex code.

Text Font Color

.myTextColor { color: #D69EFA; }

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

This text font color is #D69EFA.

Background Color

.myBgColor { background-color: #D69EFA; }

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

This div background color is #D69EFA.

Border color

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

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

This div border color is #D69EFA.

Opacity

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

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

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

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

This text has shadow with #D69EFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D69EFA.

Preview

Color preview on black background

This text has color #D69EFA on black background.


Color preview on white background

This text has color #D69EFA on white background.


Black color preview on #D69EFA background

This text has black color on #D69EFA background.


White color preview on #D69EFA background

This text has white color on #D69EFA background.


Related colors

Complementary color

Complementary color for #hex is #296105.


I love getcolorcode.com

Triadic colors

1 #FAD69E and #9EFAD6 with #D69EFA are triadic colors.

2 #FA9ED6 and #9ED6FA with #D69EFA are triadic colors.