COLOR #D696AB

HEX: #D696AB
RGB: (214,150,171)

Color info

#D696AB contains mainly red and blue colors. Web safe color of #D696AB is #CC9999 (or #C99).

RGB color model

#D696AB color RGB value is (214,150,171).

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

RGB channels and saturation

R 214 of 255 = 84%
G 150 of 255 = 59%
B 171 of 255 = 67%

214
150
171

R + G + B ~ 70%. #D696AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 150 + 171 = 535 (100%)
R 214 of 535 ~ 40%
G 150 of 535 ~ 28.04%
B 171 of 535 ~ 31.96%

%40
%28.04
%31.96

CMYK color model

#D696AB color CMYK value is (0,30,20,16).

  • cyan value is 0.00%
  • magenta value is 29.91%
  • yellow value is 20.09%
  • key color value is 16.08%
CMYK:
(0,30,20,16)
C0M30Y20K16 
(0%,30%,20%,16%)
(0.00/0.30/0.20/0.16)	

CMYK percentages

%0
%29.91
%20.09
%16.08

Codes

Color #D696AB in popluar color models

D696AB
RGB214150171
HSL340°43.84%71.37%
HSB/HSV340°29.91%83.92%
CMYK0.00%29.91%20.09%
16.08%

Color #D696AB in popluar number systems.

HEXD696AB
Decimal214150171
Binary110101101001011010101011
Octal326226253

Shades and tints

Shades of #D696AB

#D696AB
(214,150,171)
#C3899C
(195,137,156)
#B07C8D
(176,124,141)
#9D6F7E
(157,111,126)
#8A626F
(138,98,111)
#775560
(119,85,96)
#644851
(100,72,81)
#513B42
(81,59,66)
#3E2E33
(62,46,51)
#2B2124
(43,33,36)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #D696AB

#D696AB
(214,150,171)
#D99FB2
(217,159,178)
#DCA8B9
(220,168,185)
#DFB1C0
(223,177,192)
#E2BAC7
(226,186,199)
#E5C3CE
(229,195,206)
#E8CCD5
(232,204,213)
#EBD5DC
(235,213,220)
#EEDEE3
(238,222,227)
#F1E7EA
(241,231,234)
#F4F0F1
(244,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D696AB; }

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

This text font color is #D696AB.


Background Color

.myBgColor { background-color: #D696AB; }

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

This div background color is #D696AB.


Border color

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

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

This div border color is #D696AB.


Opacity

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

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

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

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

This text has shadow with #D696AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D696AB on black background.


Color preview on white background

This text has color #D696AB on white background.



Black color preview on #D696AB background

This text has black color on #D696AB background.


White color preview on #D696AB background

This text has white color on #D696AB background.