COLOR #D27EAE

HEX: #D27EAE RGB: (210,126,174)

Color info

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

RGB color model

#D27EAE color RGB value is (210,126,174).

RGB: (210,126,174) (82%, 49%, 68%)

RGB channels and saturation

R 210 of 255 = 82%
G 126 of 255 = 49%
B 174 of 255 = 68%

210
126
174

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

Portions of RGB colors in percentages

R + G + B = 210 + 126 + 174 = 510 (100%)
R 210 of 510 ~ 41.18%
G 126 of 510 ~ 24.71%
B 174 of 510 ~ 34.12'%

%41.18
%24.71
%34.12

CMYK color model

#D27EAE color CMYK value is (0,40,17,18).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 17.14%
  • key color value is 17.65%
CMYK: (0,40,17,18) C0M40Y17K18 (0%,40%,17%,18%) (0.00/0.40/0.17/0.18) 

CMYK percentages

%0
%40
%17.14
%17.65

Codes

Color #D27EAE in popluar color models

D2 7E AE
RGB 210 126 174
HSL 326° 48.28% 65.88%
HSB/HSV 326° 40.00% 82.35%
CMYK 0.00% 40.00% 17.14%
17.65%

Color #D27EAE in popluar number systems.

HEX D2 7E AE
Decimal 210 126 174
Binary 11010010 1111110 10101110
Octal 322 176 256

Shades and tints

Shades of #D27EAE

#D27EAE
(210,126,174)
#BF739F
(191,115,159)
#AC6890
(172,104,144)
#995D81
(153,93,129)
#865272
(134,82,114)
#734763
(115,71,99)
#603C54
(96,60,84)
#4D3145
(77,49,69)
#3A2636
(58,38,54)
#271B27
(39,27,39)
#141018
(20,16,24)
#000000
(0,0,0)

Tints of #D27EAE

#D27EAE
(210,126,174)
#D689B5
(214,137,181)
#DA94BC
(218,148,188)
#DE9FC3
(222,159,195)
#E2AACA
(226,170,202)
#E6B5D1
(230,181,209)
#EAC0D8
(234,192,216)
#EECBDF
(238,203,223)
#F2D6E6
(242,214,230)
#F6E1ED
(246,225,237)
#FAECF4
(250,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D27EAE; }

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

This text font color is #D27EAE.

Background Color

.myBgColor { background-color: #D27EAE; }

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

This div background color is #D27EAE.

Border color

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

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

This div border color is #D27EAE.

Opacity

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

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

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

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

This text has shadow with #D27EAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D27EAE.

Preview

Color preview on black background

This text has color #D27EAE on black background.


Color preview on white background

This text has color #D27EAE on white background.


Black color preview on #D27EAE background

This text has black color on #D27EAE background.


White color preview on #D27EAE background

This text has white color on #D27EAE background.


Related colors

Complementary color

Complementary color for #hex is #2D8151.


I love getcolorcode.com

Triadic colors

1 #AED27E and #7EAED2 with #D27EAE are triadic colors.

2 #AE7ED2 and #7ED2AE with #D27EAE are triadic colors.