COLOR #D27E96

HEX: #D27E96
RGB: (210,126,150)

Color info

#D27E96 contains mainly red color. Web safe color of #D27E96 is #CC6699 (or #C69).

RGB color model

#D27E96 color RGB value is (210,126,150).

  • red value is 210;
  • green value is 126;
  • blue value is 150.
RGB:
(210,126,150)
(82%,49%,59%)

RGB channels and saturation

R 210 of 255 = 82%
G 126 of 255 = 49%
B 150 of 255 = 59%

210
126
150

R + G + B ~ 63%. #D27E96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 126 + 150 = 486 (100%)
R 210 of 486 ~ 43.21%
G 126 of 486 ~ 25.93%
B 150 of 486 ~ 30.86%

%43.21
%25.93
%30.86

CMYK color model

#D27E96 color CMYK value is (0,40,29,18).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 28.57%
  • key color value is 17.65%
CMYK:
(0,40,29,18)
C0M40Y29K18 
(0%,40%,29%,18%)
(0.00/0.40/0.29/0.18)	

CMYK percentages

%0
%40
%28.57
%17.65

Codes

Color #D27E96 in popluar color models

D27E96
RGB210126150
HSL343°48.28%65.88%
HSB/HSV343°40.00%82.35%
CMYK0.00%40.00%28.57%
17.65%

Color #D27E96 in popluar number systems.

HEXD27E96
Decimal210126150
Binary11010010111111010010110
Octal322176226

Shades and tints

Shades of #D27E96

#D27E96
(210,126,150)
#BF7389
(191,115,137)
#AC687C
(172,104,124)
#995D6F
(153,93,111)
#865262
(134,82,98)
#734755
(115,71,85)
#603C48
(96,60,72)
#4D313B
(77,49,59)
#3A262E
(58,38,46)
#271B21
(39,27,33)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #D27E96

#D27E96
(210,126,150)
#D6899F
(214,137,159)
#DA94A8
(218,148,168)
#DE9FB1
(222,159,177)
#E2AABA
(226,170,186)
#E6B5C3
(230,181,195)
#EAC0CC
(234,192,204)
#EECBD5
(238,203,213)
#F2D6DE
(242,214,222)
#F6E1E7
(246,225,231)
#FAECF0
(250,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D27E96 color. Also use rgb(210,126,150) instead hex code.

Text Font Color

.myTextColor { color: #D27E96; }

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

This text font color is #D27E96.


Background Color

.myBgColor { background-color: #D27E96; }

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

This div background color is #D27E96.


Border color

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

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

This div border color is #D27E96.


Opacity

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

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

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

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

This text has shadow with #D27E96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D27E96 on black background.


Color preview on white background

This text has color #D27E96 on white background.



Black color preview on #D27E96 background

This text has black color on #D27E96 background.


White color preview on #D27E96 background

This text has white color on #D27E96 background.