COLOR #D68DAB

HEX: #D68DAB
RGB: (214,141,171)

Color info

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

RGB color model

#D68DAB color RGB value is (214,141,171).

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

RGB channels and saturation

R 214 of 255 = 84%
G 141 of 255 = 55%
B 171 of 255 = 67%

214
141
171

R + G + B ~ 69%. #D68DAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 141 + 171 = 526 (100%)
R 214 of 526 ~ 40.68%
G 141 of 526 ~ 26.81%
B 171 of 526 ~ 32.51%

%40.68
%26.81
%32.51

CMYK color model

#D68DAB color CMYK value is (0,34,20,16).

  • cyan value is 0.00%
  • magenta value is 34.11%
  • yellow value is 20.09%
  • key color value is 16.08%
CMYK:
(0,34,20,16)
C0M34Y20K16 
(0%,34%,20%,16%)
(0.00/0.34/0.20/0.16)	

CMYK percentages

%0
%34.11
%20.09
%16.08

Codes

Color #D68DAB in popluar color models

D68DAB
RGB214141171
HSL335°47.10%69.61%
HSB/HSV335°34.11%83.92%
CMYK0.00%34.11%20.09%
16.08%

Color #D68DAB in popluar number systems.

HEXD68DAB
Decimal214141171
Binary110101101000110110101011
Octal326215253

Shades and tints

Shades of #D68DAB

#D68DAB
(214,141,171)
#C3819C
(195,129,156)
#B0758D
(176,117,141)
#9D697E
(157,105,126)
#8A5D6F
(138,93,111)
#775160
(119,81,96)
#644551
(100,69,81)
#513942
(81,57,66)
#3E2D33
(62,45,51)
#2B2124
(43,33,36)
#181515
(24,21,21)
#000000
(0,0,0)

Tints of #D68DAB

#D68DAB
(214,141,171)
#D997B2
(217,151,178)
#DCA1B9
(220,161,185)
#DFABC0
(223,171,192)
#E2B5C7
(226,181,199)
#E5BFCE
(229,191,206)
#E8C9D5
(232,201,213)
#EBD3DC
(235,211,220)
#EEDDE3
(238,221,227)
#F1E7EA
(241,231,234)
#F4F1F1
(244,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D68DAB; }

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

This text font color is #D68DAB.


Background Color

.myBgColor { background-color: #D68DAB; }

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

This div background color is #D68DAB.


Border color

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

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

This div border color is #D68DAB.


Opacity

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

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

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

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

This text has shadow with #D68DAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D68DAB on black background.


Color preview on white background

This text has color #D68DAB on white background.



Black color preview on #D68DAB background

This text has black color on #D68DAB background.


White color preview on #D68DAB background

This text has white color on #D68DAB background.