COLOR #D27D9C

HEX: #D27D9C
RGB: (210,125,156)

Color info

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

RGB color model

#D27D9C color RGB value is (210,125,156).

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

RGB channels and saturation

R 210 of 255 = 82%
G 125 of 255 = 49%
B 156 of 255 = 61%

210
125
156

R + G + B ~ 64%. #D27D9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 125 + 156 = 491 (100%)
R 210 of 491 ~ 42.77%
G 125 of 491 ~ 25.46%
B 156 of 491 ~ 31.77%

%42.77
%25.46
%31.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 40.48%
  • yellow value is 25.71%
  • key color value is 17.65%
CMYK:
(0,40,26,18)
C0M40Y26K18 
(0%,40%,26%,18%)
(0.00/0.40/0.26/0.18)	

CMYK percentages

%0
%40.48
%25.71
%17.65

Codes

Color #D27D9C in popluar color models

D27D9C
RGB210125156
HSL338°48.57%65.69%
HSB/HSV338°40.48%82.35%
CMYK0.00%40.48%25.71%
17.65%

Color #D27D9C in popluar number systems.

HEXD27D9C
Decimal210125156
Binary11010010111110110011100
Octal322175234

Shades and tints

Shades of #D27D9C

#D27D9C
(210,125,156)
#BF728E
(191,114,142)
#AC6780
(172,103,128)
#995C72
(153,92,114)
#865164
(134,81,100)
#734656
(115,70,86)
#603B48
(96,59,72)
#4D303A
(77,48,58)
#3A252C
(58,37,44)
#271A1E
(39,26,30)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #D27D9C

#D27D9C
(210,125,156)
#D688A5
(214,136,165)
#DA93AE
(218,147,174)
#DE9EB7
(222,158,183)
#E2A9C0
(226,169,192)
#E6B4C9
(230,180,201)
#EABFD2
(234,191,210)
#EECADB
(238,202,219)
#F2D5E4
(242,213,228)
#F6E0ED
(246,224,237)
#FAEBF6
(250,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D27D9C; }

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

This text font color is #D27D9C.


Background Color

.myBgColor { background-color: #D27D9C; }

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

This div background color is #D27D9C.


Border color

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

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

This div border color is #D27D9C.


Opacity

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

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

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

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

This text has shadow with #D27D9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D27D9C on black background.


Color preview on white background

This text has color #D27D9C on white background.



Black color preview on #D27D9C background

This text has black color on #D27D9C background.


White color preview on #D27D9C background

This text has white color on #D27D9C background.