COLOR #D697EF

HEX: #D697EF RGB: (214,151,239)

Color info

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

RGB color model

#D697EF color RGB value is (214,151,239).

RGB: (214,151,239) (84%, 59%, 94%)

RGB channels and saturation

R 214 of 255 = 84%
G 151 of 255 = 59%
B 239 of 255 = 94%

214
151
239

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

Portions of RGB colors in percentages

R + G + B = 214 + 151 + 239 = 604 (100%)
R 214 of 604 ~ 35.43%
G 151 of 604 ~ 25%
B 239 of 604 ~ 39.57'%

%35.43
%25
%39.57

CMYK color model

#D697EF color CMYK value is (10,37,0,6).

  • cyan value is 10.46%
  • magenta value is 36.82%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK: (10,37,0,6) C10M37Y0K6 (10%,37%,0%,6%) (0.10/0.37/0.00/0.06) 

CMYK percentages

%10.46
%36.82
%0
%6.27

Codes

Color #D697EF in popluar color models

D6 97 EF
RGB 214 151 239
HSL 283° 73.33% 76.47%
HSB/HSV 283° 36.82% 93.73%
CMYK 10.46% 36.82% 0.00%
6.27%

Color #D697EF in popluar number systems.

HEX D6 97 EF
Decimal 214 151 239
Binary 11010110 10010111 11101111
Octal 326 227 357

Shades and tints

Shades of #D697EF

#D697EF
(214,151,239)
#C38ADA
(195,138,218)
#B07DC5
(176,125,197)
#9D70B0
(157,112,176)
#8A639B
(138,99,155)
#775686
(119,86,134)
#644971
(100,73,113)
#513C5C
(81,60,92)
#3E2F47
(62,47,71)
#2B2232
(43,34,50)
#18151D
(24,21,29)
#000000
(0,0,0)

Tints of #D697EF

#D697EF
(214,151,239)
#D9A0F0
(217,160,240)
#DCA9F1
(220,169,241)
#DFB2F2
(223,178,242)
#E2BBF3
(226,187,243)
#E5C4F4
(229,196,244)
#E8CDF5
(232,205,245)
#EBD6F6
(235,214,246)
#EEDFF7
(238,223,247)
#F1E8F8
(241,232,248)
#F4F1F9
(244,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D697EF color. Also use rgb(214,151,239) instead hex code.

Text Font Color

.myTextColor { color: #D697EF; }

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

This text font color is #D697EF.

Background Color

.myBgColor { background-color: #D697EF; }

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

This div background color is #D697EF.

Border color

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

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

This div border color is #D697EF.

Opacity

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

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

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

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

This text has shadow with #D697EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D697EF.

Preview

Color preview on black background

This text has color #D697EF on black background.


Color preview on white background

This text has color #D697EF on white background.


Black color preview on #D697EF background

This text has black color on #D697EF background.


White color preview on #D697EF background

This text has white color on #D697EF background.


Related colors

Complementary color

Complementary color for #hex is #296810.


I love getcolorcode.com

Triadic colors

1 #EFD697 and #97EFD6 with #D697EF are triadic colors.

2 #EF97D6 and #97D6EF with #D697EF are triadic colors.