COLOR #D27DAB

HEX: #D27DAB
RGB: (210,125,171)

Color info

#D27DAB contains mainly red and blue colors. Web safe color of #D27DAB is #CC6699 (or #C69).

RGB color model

#D27DAB color RGB value is (210,125,171).

  • red value is 210;
  • green value is 125;
  • blue value is 171.
RGB:
(210,125,171)
(82%,49%,67%)

RGB channels and saturation

R 210 of 255 = 82%
G 125 of 255 = 49%
B 171 of 255 = 67%

210
125
171

R + G + B ~ 66%. #D27DAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 125 + 171 = 506 (100%)
R 210 of 506 ~ 41.5%
G 125 of 506 ~ 24.7%
B 171 of 506 ~ 33.79%

%41.5
%24.7
%33.79

CMYK color model

#D27DAB color CMYK value is (0,40,19,18).

  • cyan value is 0.00%
  • magenta value is 40.48%
  • yellow value is 18.57%
  • key color value is 17.65%
CMYK:
(0,40,19,18)
C0M40Y19K18 
(0%,40%,19%,18%)
(0.00/0.40/0.19/0.18)	

CMYK percentages

%0
%40.48
%18.57
%17.65

Codes

Color #D27DAB in popluar color models

D27DAB
RGB210125171
HSL328°48.57%65.69%
HSB/HSV328°40.48%82.35%
CMYK0.00%40.48%18.57%
17.65%

Color #D27DAB in popluar number systems.

HEXD27DAB
Decimal210125171
Binary11010010111110110101011
Octal322175253

Shades and tints

Shades of #D27DAB

#D27DAB
(210,125,171)
#BF729C
(191,114,156)
#AC678D
(172,103,141)
#995C7E
(153,92,126)
#86516F
(134,81,111)
#734660
(115,70,96)
#603B51
(96,59,81)
#4D3042
(77,48,66)
#3A2533
(58,37,51)
#271A24
(39,26,36)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #D27DAB

#D27DAB
(210,125,171)
#D688B2
(214,136,178)
#DA93B9
(218,147,185)
#DE9EC0
(222,158,192)
#E2A9C7
(226,169,199)
#E6B4CE
(230,180,206)
#EABFD5
(234,191,213)
#EECADC
(238,202,220)
#F2D5E3
(242,213,227)
#F6E0EA
(246,224,234)
#FAEBF1
(250,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D27DAB color. Also use rgb(210,125,171) instead hex code.

Text Font Color

.myTextColor { color: #D27DAB; }

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

This text font color is #D27DAB.


Background Color

.myBgColor { background-color: #D27DAB; }

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

This div background color is #D27DAB.


Border color

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

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

This div border color is #D27DAB.


Opacity

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

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

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

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

This text has shadow with #D27DAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D27DAB on black background.


Color preview on white background

This text has color #D27DAB on white background.



Black color preview on #D27DAB background

This text has black color on #D27DAB background.


White color preview on #D27DAB background

This text has white color on #D27DAB background.