COLOR #D69DE6

HEX: #D69DE6
RGB: (214,157,230)

Color info

#D69DE6 contains mainly red and blue colors. Web safe color of #D69DE6 is #CC99CC (or #C9C).

RGB color model

#D69DE6 color RGB value is (214,157,230).

  • red value is 214;
  • green value is 157;
  • blue value is 230.
RGB:
(214,157,230)
(84%,62%,90%)

RGB channels and saturation

R 214 of 255 = 84%
G 157 of 255 = 62%
B 230 of 255 = 90%

214
157
230

R + G + B ~ 79%. #D69DE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 157 + 230 = 601 (100%)
R 214 of 601 ~ 35.61%
G 157 of 601 ~ 26.12%
B 230 of 601 ~ 38.27%

%35.61
%26.12
%38.27

CMYK color model

#D69DE6 color CMYK value is (7,32,0,10).

  • cyan value is 6.96%
  • magenta value is 31.74%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(7,32,0,10)
C7M32Y0K10 
(7%,32%,0%,10%)
(0.07/0.32/0.00/0.10)	

CMYK percentages

%6.96
%31.74
%0
%9.8

Codes

Color #D69DE6 in popluar color models

D69DE6
RGB214157230
HSL287°59.35%75.88%
HSB/HSV287°31.74%90.20%
CMYK6.96%31.74%0.00%
9.80%

Color #D69DE6 in popluar number systems.

HEXD69DE6
Decimal214157230
Binary110101101001110111100110
Octal326235346

Shades and tints

Shades of #D69DE6

#D69DE6
(214,157,230)
#C38FD2
(195,143,210)
#B081BE
(176,129,190)
#9D73AA
(157,115,170)
#8A6596
(138,101,150)
#775782
(119,87,130)
#64496E
(100,73,110)
#513B5A
(81,59,90)
#3E2D46
(62,45,70)
#2B1F32
(43,31,50)
#18111E
(24,17,30)
#000000
(0,0,0)

Tints of #D69DE6

#D69DE6
(214,157,230)
#D9A5E8
(217,165,232)
#DCADEA
(220,173,234)
#DFB5EC
(223,181,236)
#E2BDEE
(226,189,238)
#E5C5F0
(229,197,240)
#E8CDF2
(232,205,242)
#EBD5F4
(235,213,244)
#EEDDF6
(238,221,246)
#F1E5F8
(241,229,248)
#F4EDFA
(244,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D69DE6 color. Also use rgb(214,157,230) instead hex code.

Text Font Color

.myTextColor { color: #D69DE6; }

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

This text font color is #D69DE6.


Background Color

.myBgColor { background-color: #D69DE6; }

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

This div background color is #D69DE6.


Border color

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

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

This div border color is #D69DE6.


Opacity

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

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

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

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

This text has shadow with #D69DE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D69DE6 on black background.


Color preview on white background

This text has color #D69DE6 on white background.



Black color preview on #D69DE6 background

This text has black color on #D69DE6 background.


White color preview on #D69DE6 background

This text has white color on #D69DE6 background.