COLOR #D69EF6

HEX: #D69EF6
RGB: (214,158,246)

Color info

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

RGB color model

#D69EF6 color RGB value is (214,158,246).

  • red value is 214;
  • green value is 158;
  • blue value is 246.
RGB:
(214,158,246)
(84%,62%,96%)

RGB channels and saturation

R 214 of 255 = 84%
G 158 of 255 = 62%
B 246 of 255 = 96%

214
158
246

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

Portions of RGB colors in percentages

R + G + B =
214 + 158 + 246 = 618 (100%)
R 214 of 618 ~ 34.63%
G 158 of 618 ~ 25.57%
B 246 of 618 ~ 39.81%

%34.63
%25.57
%39.81

CMYK color model

#D69EF6 color CMYK value is (13,36,0,4).

  • cyan value is 13.01%
  • magenta value is 35.77%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(13,36,0,4)
C13M36Y0K4 
(13%,36%,0%,4%)
(0.13/0.36/0.00/0.04)	

CMYK percentages

%13.01
%35.77
%0
%3.53

Codes

Color #D69EF6 in popluar color models

D69EF6
RGB214158246
HSL278°83.02%79.22%
HSB/HSV278°35.77%96.47%
CMYK13.01%35.77%0.00%
3.53%

Color #D69EF6 in popluar number systems.

HEXD69EF6
Decimal214158246
Binary110101101001111011110110
Octal326236366

Shades and tints

Shades of #D69EF6

#D69EF6
(214,158,246)
#C390E0
(195,144,224)
#B082CA
(176,130,202)
#9D74B4
(157,116,180)
#8A669E
(138,102,158)
#775888
(119,88,136)
#644A72
(100,74,114)
#513C5C
(81,60,92)
#3E2E46
(62,46,70)
#2B2030
(43,32,48)
#18121A
(24,18,26)
#000000
(0,0,0)

Tints of #D69EF6

#D69EF6
(214,158,246)
#D9A6F6
(217,166,246)
#DCAEF6
(220,174,246)
#DFB6F6
(223,182,246)
#E2BEF6
(226,190,246)
#E5C6F6
(229,198,246)
#E8CEF6
(232,206,246)
#EBD6F6
(235,214,246)
#EEDEF6
(238,222,246)
#F1E6F6
(241,230,246)
#F4EEF6
(244,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D69EF6; }

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

This text font color is #D69EF6.


Background Color

.myBgColor { background-color: #D69EF6; }

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

This div background color is #D69EF6.


Border color

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

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

This div border color is #D69EF6.


Opacity

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

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

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

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

This text has shadow with #D69EF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D69EF6 on black background.


Color preview on white background

This text has color #D69EF6 on white background.



Black color preview on #D69EF6 background

This text has black color on #D69EF6 background.


White color preview on #D69EF6 background

This text has white color on #D69EF6 background.