COLOR #D27E7D

HEX: #D27E7D
RGB: (210,126,125)

Color info

#D27E7D contains mainly red color. Web safe color of #D27E7D is #CC6666 (or #C66).

RGB color model

#D27E7D color RGB value is (210,126,125).

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

RGB channels and saturation

R 210 of 255 = 82%
G 126 of 255 = 49%
B 125 of 255 = 49%

210
126
125

R + G + B ~ 60%. #D27E7D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
210 + 126 + 125 = 461 (100%)
R 210 of 461 ~ 45.55%
G 126 of 461 ~ 27.33%
B 125 of 461 ~ 27.11%

%45.55
%27.33
%27.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 40.48%
  • key color value is 17.65%
CMYK:
(0,40,40,18)
C0M40Y40K18 
(0%,40%,40%,18%)
(0.00/0.40/0.40/0.18)	

CMYK percentages

%0
%40
%40.48
%17.65

Codes

Color #D27E7D in popluar color models

D27E7D
RGB210126125
HSL48.57%65.69%
HSB/HSV40.48%82.35%
CMYK0.00%40.00%40.48%
17.65%

Color #D27E7D in popluar number systems.

HEXD27E7D
Decimal210126125
Binary1101001011111101111101
Octal322176175

Shades and tints

Shades of #D27E7D

#D27E7D
(210,126,125)
#BF7372
(191,115,114)
#AC6867
(172,104,103)
#995D5C
(153,93,92)
#865251
(134,82,81)
#734746
(115,71,70)
#603C3B
(96,60,59)
#4D3130
(77,49,48)
#3A2625
(58,38,37)
#271B1A
(39,27,26)
#14100F
(20,16,15)
#000000
(0,0,0)

Tints of #D27E7D

#D27E7D
(210,126,125)
#D68988
(214,137,136)
#DA9493
(218,148,147)
#DE9F9E
(222,159,158)
#E2AAA9
(226,170,169)
#E6B5B4
(230,181,180)
#EAC0BF
(234,192,191)
#EECBCA
(238,203,202)
#F2D6D5
(242,214,213)
#F6E1E0
(246,225,224)
#FAECEB
(250,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D27E7D; }

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

This text font color is #D27E7D.


Background Color

.myBgColor { background-color: #D27E7D; }

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

This div background color is #D27E7D.


Border color

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

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

This div border color is #D27E7D.


Opacity

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

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

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

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

This text has shadow with #D27E7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D27E7D on black background.


Color preview on white background

This text has color #D27E7D on white background.



Black color preview on #D27E7D background

This text has black color on #D27E7D background.


White color preview on #D27E7D background

This text has white color on #D27E7D background.