COLOR #D696CB

HEX: #D696CB
RGB: (214,150,203)

Color info

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

RGB color model

#D696CB color RGB value is (214,150,203).

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

RGB channels and saturation

R 214 of 255 = 84%
G 150 of 255 = 59%
B 203 of 255 = 80%

214
150
203

R + G + B ~ 74%. #D696CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 150 + 203 = 567 (100%)
R 214 of 567 ~ 37.74%
G 150 of 567 ~ 26.46%
B 203 of 567 ~ 35.8%

%37.74
%26.46
%35.8

CMYK color model

#D696CB color CMYK value is (0,30,5,16).

  • cyan value is 0.00%
  • magenta value is 29.91%
  • yellow value is 5.14%
  • key color value is 16.08%
CMYK:
(0,30,5,16)
C0M30Y5K16 
(0%,30%,5%,16%)
(0.00/0.30/0.05/0.16)	

CMYK percentages

%0
%29.91
%5.14
%16.08

Codes

Color #D696CB in popluar color models

D696CB
RGB214150203
HSL310°43.84%71.37%
HSB/HSV310°29.91%83.92%
CMYK0.00%29.91%5.14%
16.08%

Color #D696CB in popluar number systems.

HEXD696CB
Decimal214150203
Binary110101101001011011001011
Octal326226313

Shades and tints

Shades of #D696CB

#D696CB
(214,150,203)
#C389B9
(195,137,185)
#B07CA7
(176,124,167)
#9D6F95
(157,111,149)
#8A6283
(138,98,131)
#775571
(119,85,113)
#64485F
(100,72,95)
#513B4D
(81,59,77)
#3E2E3B
(62,46,59)
#2B2129
(43,33,41)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #D696CB

#D696CB
(214,150,203)
#D99FCF
(217,159,207)
#DCA8D3
(220,168,211)
#DFB1D7
(223,177,215)
#E2BADB
(226,186,219)
#E5C3DF
(229,195,223)
#E8CCE3
(232,204,227)
#EBD5E7
(235,213,231)
#EEDEEB
(238,222,235)
#F1E7EF
(241,231,239)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D696CB; }

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

This text font color is #D696CB.


Background Color

.myBgColor { background-color: #D696CB; }

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

This div background color is #D696CB.


Border color

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

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

This div border color is #D696CB.


Opacity

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

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

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

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

This text has shadow with #D696CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D696CB on black background.


Color preview on white background

This text has color #D696CB on white background.



Black color preview on #D696CB background

This text has black color on #D696CB background.


White color preview on #D696CB background

This text has white color on #D696CB background.