COLOR #D696D0

HEX: #D696D0
RGB: (214,150,208)

Color info

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

RGB color model

#D696D0 color RGB value is (214,150,208).

  • red value is 214;
  • green value is 150;
  • blue value is 208.
RGB:
(214,150,208)
(84%,59%,82%)

RGB channels and saturation

R 214 of 255 = 84%
G 150 of 255 = 59%
B 208 of 255 = 82%

214
150
208

R + G + B ~ 75%. #D696D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 150 + 208 = 572 (100%)
R 214 of 572 ~ 37.41%
G 150 of 572 ~ 26.22%
B 208 of 572 ~ 36.36%

%37.41
%26.22
%36.36

CMYK color model

#D696D0 color CMYK value is (0,30,3,16).

  • cyan value is 0.00%
  • magenta value is 29.91%
  • yellow value is 2.80%
  • key color value is 16.08%
CMYK:
(0,30,3,16)
C0M30Y3K16 
(0%,30%,3%,16%)
(0.00/0.30/0.03/0.16)	

CMYK percentages

%0
%29.91
%2.8
%16.08

Codes

Color #D696D0 in popluar color models

D696D0
RGB214150208
HSL306°43.84%71.37%
HSB/HSV306°29.91%83.92%
CMYK0.00%29.91%2.80%
16.08%

Color #D696D0 in popluar number systems.

HEXD696D0
Decimal214150208
Binary110101101001011011010000
Octal326226320

Shades and tints

Shades of #D696D0

#D696D0
(214,150,208)
#C389BE
(195,137,190)
#B07CAC
(176,124,172)
#9D6F9A
(157,111,154)
#8A6288
(138,98,136)
#775576
(119,85,118)
#644864
(100,72,100)
#513B52
(81,59,82)
#3E2E40
(62,46,64)
#2B212E
(43,33,46)
#18141C
(24,20,28)
#000000
(0,0,0)

Tints of #D696D0

#D696D0
(214,150,208)
#D99FD4
(217,159,212)
#DCA8D8
(220,168,216)
#DFB1DC
(223,177,220)
#E2BAE0
(226,186,224)
#E5C3E4
(229,195,228)
#E8CCE8
(232,204,232)
#EBD5EC
(235,213,236)
#EEDEF0
(238,222,240)
#F1E7F4
(241,231,244)
#F4F0F8
(244,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D696D0 color. Also use rgb(214,150,208) instead hex code.

Text Font Color

.myTextColor { color: #D696D0; }

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

This text font color is #D696D0.


Background Color

.myBgColor { background-color: #D696D0; }

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

This div background color is #D696D0.


Border color

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

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

This div border color is #D696D0.


Opacity

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

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

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

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

This text has shadow with #D696D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D696D0 on black background.


Color preview on white background

This text has color #D696D0 on white background.



Black color preview on #D696D0 background

This text has black color on #D696D0 background.


White color preview on #D696D0 background

This text has white color on #D696D0 background.