COLOR #D696C2

HEX: #D696C2
RGB: (214,150,194)

Color info

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

RGB color model

#D696C2 color RGB value is (214,150,194).

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

RGB channels and saturation

R 214 of 255 = 84%
G 150 of 255 = 59%
B 194 of 255 = 76%

214
150
194

R + G + B ~ 73%. #D696C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 150 + 194 = 558 (100%)
R 214 of 558 ~ 38.35%
G 150 of 558 ~ 26.88%
B 194 of 558 ~ 34.77%

%38.35
%26.88
%34.77

CMYK color model

#D696C2 color CMYK value is (0,30,9,16).

  • cyan value is 0.00%
  • magenta value is 29.91%
  • yellow value is 9.35%
  • key color value is 16.08%
CMYK:
(0,30,9,16)
C0M30Y9K16 
(0%,30%,9%,16%)
(0.00/0.30/0.09/0.16)	

CMYK percentages

%0
%29.91
%9.35
%16.08

Codes

Color #D696C2 in popluar color models

D696C2
RGB214150194
HSL319°43.84%71.37%
HSB/HSV319°29.91%83.92%
CMYK0.00%29.91%9.35%
16.08%

Color #D696C2 in popluar number systems.

HEXD696C2
Decimal214150194
Binary110101101001011011000010
Octal326226302

Shades and tints

Shades of #D696C2

#D696C2
(214,150,194)
#C389B1
(195,137,177)
#B07CA0
(176,124,160)
#9D6F8F
(157,111,143)
#8A627E
(138,98,126)
#77556D
(119,85,109)
#64485C
(100,72,92)
#513B4B
(81,59,75)
#3E2E3A
(62,46,58)
#2B2129
(43,33,41)
#181418
(24,20,24)
#000000
(0,0,0)

Tints of #D696C2

#D696C2
(214,150,194)
#D99FC7
(217,159,199)
#DCA8CC
(220,168,204)
#DFB1D1
(223,177,209)
#E2BAD6
(226,186,214)
#E5C3DB
(229,195,219)
#E8CCE0
(232,204,224)
#EBD5E5
(235,213,229)
#EEDEEA
(238,222,234)
#F1E7EF
(241,231,239)
#F4F0F4
(244,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D696C2; }

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

This text font color is #D696C2.


Background Color

.myBgColor { background-color: #D696C2; }

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

This div background color is #D696C2.


Border color

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

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

This div border color is #D696C2.


Opacity

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

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

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

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

This text has shadow with #D696C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D696C2 on black background.


Color preview on white background

This text has color #D696C2 on white background.



Black color preview on #D696C2 background

This text has black color on #D696C2 background.


White color preview on #D696C2 background

This text has white color on #D696C2 background.