COLOR #D27C7B

HEX: #D27C7B
RGB: (210,124,123)

Color info

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

RGB color model

#D27C7B color RGB value is (210,124,123).

  • red value is 210;
  • green value is 124;
  • blue value is 123.
RGB:
(210,124,123)
(82%,49%,48%)

RGB channels and saturation

R 210 of 255 = 82%
G 124 of 255 = 49%
B 123 of 255 = 48%

210
124
123

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

Portions of RGB colors in percentages

R + G + B =
210 + 124 + 123 = 457 (100%)
R 210 of 457 ~ 45.95%
G 124 of 457 ~ 27.13%
B 123 of 457 ~ 26.91%

%45.95
%27.13
%26.91

CMYK color model

#D27C7B color CMYK value is (0,41,41,18).

  • cyan value is 0.00%
  • magenta value is 40.95%
  • yellow value is 41.43%
  • key color value is 17.65%
CMYK:
(0,41,41,18)
C0M41Y41K18 
(0%,41%,41%,18%)
(0.00/0.41/0.41/0.18)	

CMYK percentages

%0
%40.95
%41.43
%17.65

Codes

Color #D27C7B in popluar color models

D27C7B
RGB210124123
HSL49.15%65.29%
HSB/HSV41.43%82.35%
CMYK0.00%40.95%41.43%
17.65%

Color #D27C7B in popluar number systems.

HEXD27C7B
Decimal210124123
Binary1101001011111001111011
Octal322174173

Shades and tints

Shades of #D27C7B

#D27C7B
(210,124,123)
#BF7170
(191,113,112)
#AC6665
(172,102,101)
#995B5A
(153,91,90)
#86504F
(134,80,79)
#734544
(115,69,68)
#603A39
(96,58,57)
#4D2F2E
(77,47,46)
#3A2423
(58,36,35)
#271918
(39,25,24)
#140E0D
(20,14,13)
#000000
(0,0,0)

Tints of #D27C7B

#D27C7B
(210,124,123)
#D68787
(214,135,135)
#DA9293
(218,146,147)
#DE9D9F
(222,157,159)
#E2A8AB
(226,168,171)
#E6B3B7
(230,179,183)
#EABEC3
(234,190,195)
#EEC9CF
(238,201,207)
#F2D4DB
(242,212,219)
#F6DFE7
(246,223,231)
#FAEAF3
(250,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D27C7B color. Also use rgb(210,124,123) instead hex code.

Text Font Color

.myTextColor { color: #D27C7B; }

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

This text font color is #D27C7B.


Background Color

.myBgColor { background-color: #D27C7B; }

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

This div background color is #D27C7B.


Border color

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

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

This div border color is #D27C7B.


Opacity

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

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

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

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

This text has shadow with #D27C7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D27C7B on black background.


Color preview on white background

This text has color #D27C7B on white background.



Black color preview on #D27C7B background

This text has black color on #D27C7B background.


White color preview on #D27C7B background

This text has white color on #D27C7B background.