COLOR #D698E0

HEX: #D698E0
RGB: (214,152,224)

Color info

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

RGB color model

#D698E0 color RGB value is (214,152,224).

  • red value is 214;
  • green value is 152;
  • blue value is 224.
RGB:
(214,152,224)
(84%,60%,88%)

RGB channels and saturation

R 214 of 255 = 84%
G 152 of 255 = 60%
B 224 of 255 = 88%

214
152
224

R + G + B ~ 77%. #D698E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 152 + 224 = 590 (100%)
R 214 of 590 ~ 36.27%
G 152 of 590 ~ 25.76%
B 224 of 590 ~ 37.97%

%36.27
%25.76
%37.97

CMYK color model

#D698E0 color CMYK value is (4,32,0,12).

  • cyan value is 4.46%
  • magenta value is 32.14%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(4,32,0,12)
C4M32Y0K12 
(4%,32%,0%,12%)
(0.04/0.32/0.00/0.12)	

CMYK percentages

%4.46
%32.14
%0
%12.16

Codes

Color #D698E0 in popluar color models

D698E0
RGB214152224
HSL292°53.73%73.73%
HSB/HSV292°32.14%87.84%
CMYK4.46%32.14%0.00%
12.16%

Color #D698E0 in popluar number systems.

HEXD698E0
Decimal214152224
Binary110101101001100011100000
Octal326230340

Shades and tints

Shades of #D698E0

#D698E0
(214,152,224)
#C38BCC
(195,139,204)
#B07EB8
(176,126,184)
#9D71A4
(157,113,164)
#8A6490
(138,100,144)
#77577C
(119,87,124)
#644A68
(100,74,104)
#513D54
(81,61,84)
#3E3040
(62,48,64)
#2B232C
(43,35,44)
#181618
(24,22,24)
#000000
(0,0,0)

Tints of #D698E0

#D698E0
(214,152,224)
#D9A1E2
(217,161,226)
#DCAAE4
(220,170,228)
#DFB3E6
(223,179,230)
#E2BCE8
(226,188,232)
#E5C5EA
(229,197,234)
#E8CEEC
(232,206,236)
#EBD7EE
(235,215,238)
#EEE0F0
(238,224,240)
#F1E9F2
(241,233,242)
#F4F2F4
(244,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D698E0 color. Also use rgb(214,152,224) instead hex code.

Text Font Color

.myTextColor { color: #D698E0; }

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

This text font color is #D698E0.


Background Color

.myBgColor { background-color: #D698E0; }

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

This div background color is #D698E0.


Border color

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

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

This div border color is #D698E0.


Opacity

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

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

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

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

This text has shadow with #D698E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D698E0 on black background.


Color preview on white background

This text has color #D698E0 on white background.



Black color preview on #D698E0 background

This text has black color on #D698E0 background.


White color preview on #D698E0 background

This text has white color on #D698E0 background.