COLOR #D27D6F

HEX: #D27D6F RGB: (210,125,111)

Color info

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

RGB color model

#D27D6F color RGB value is (210,125,111).

RGB: (210,125,111) (82%, 49%, 44%)

RGB channels and saturation

R 210 of 255 = 82%
G 125 of 255 = 49%
B 111 of 255 = 44%

210
125
111

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

Portions of RGB colors in percentages

R + G + B = 210 + 125 + 111 = 446 (100%)
R 210 of 446 ~ 47.09%
G 125 of 446 ~ 28.03%
B 111 of 446 ~ 24.89'%

%47.09
%28.03
%24.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 40.48%
  • yellow value is 47.14%
  • key color value is 17.65%

CMYK: (0,40,47,18)
C0M40Y47K18 (0%, 40%, 47%, 18%)
(0.00 / 0.40 / 0.47 / 0.18)

CMYK percentages

%0
%40.48
%47.14
%17.65

Codes

Color #D27D6F in popluar color models

D2 7D 6F
RGB 210 125 111
HSL 52.38% 62.94%
HSB/HSV 47.14% 82.35%
CMYK 0.00% 40.48% 47.14%
17.65%

Color #D27D6F in popluar number systems.

HEX D2 7D 6F
Decimal 210 125 111
Binary 11010010 1111101 1101111
Octal 322 175 157

Shades and tints

Shades of #D27D6F

#D27D6F
(210,125,111)
#BF7265
(191,114,101)
#AC675B
(172,103,91)
#995C51
(153,92,81)
#865147
(134,81,71)
#73463D
(115,70,61)
#603B33
(96,59,51)
#4D3029
(77,48,41)
#3A251F
(58,37,31)
#271A15
(39,26,21)
#140F0B
(20,15,11)
#000000
(0,0,0)

Tints of #D27D6F

#D27D6F
(210,125,111)
#D6887C
(214,136,124)
#DA9389
(218,147,137)
#DE9E96
(222,158,150)
#E2A9A3
(226,169,163)
#E6B4B0
(230,180,176)
#EABFBD
(234,191,189)
#EECACA
(238,202,202)
#F2D5D7
(242,213,215)
#F6E0E4
(246,224,228)
#FAEBF1
(250,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D27D6F; }

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

This text font color is #D27D6F.

Background Color

.myBgColor { background-color: #D27D6F; }

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

This div background color is #D27D6F.

Border color

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

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

This div border color is #D27D6F.

Opacity

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

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

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

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

This text has shadow with #D27D6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D27D6F.

Preview

Color preview on black background

This text has color #D27D6F on black background.


Color preview on white background

This text has color #D27D6F on white background.


Black color preview on #D27D6F background

This text has black color on #D27D6F background.


White color preview on #D27D6F background

This text has white color on #D27D6F background.


Related colors

Complementary color

Complementary color for #hex is #2D8290.


I love getcolorcode.com

Triadic colors

1 #6FD27D and #7D6FD2 with #D27D6F are triadic colors.

2 #6F7DD2 and #7DD26F with #D27D6F are triadic colors.