COLOR #D27EB7

HEX: #D27EB7
RGB: (210,126,183)

Color info

#D27EB7 contains mainly red and blue colors. Web safe color of #D27EB7 is #CC66CC (or #C6C).

RGB color model

#D27EB7 color RGB value is (210,126,183).

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

RGB channels and saturation

R 210 of 255 = 82%
G 126 of 255 = 49%
B 183 of 255 = 72%

210
126
183

R + G + B ~ 68%. #D27EB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 126 + 183 = 519 (100%)
R 210 of 519 ~ 40.46%
G 126 of 519 ~ 24.28%
B 183 of 519 ~ 35.26%

%40.46
%24.28
%35.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 12.86%
  • key color value is 17.65%
CMYK:
(0,40,13,18)
C0M40Y13K18 
(0%,40%,13%,18%)
(0.00/0.40/0.13/0.18)	

CMYK percentages

%0
%40
%12.86
%17.65

Codes

Color #D27EB7 in popluar color models

D27EB7
RGB210126183
HSL319°48.28%65.88%
HSB/HSV319°40.00%82.35%
CMYK0.00%40.00%12.86%
17.65%

Color #D27EB7 in popluar number systems.

HEXD27EB7
Decimal210126183
Binary11010010111111010110111
Octal322176267

Shades and tints

Shades of #D27EB7

#D27EB7
(210,126,183)
#BF73A7
(191,115,167)
#AC6897
(172,104,151)
#995D87
(153,93,135)
#865277
(134,82,119)
#734767
(115,71,103)
#603C57
(96,60,87)
#4D3147
(77,49,71)
#3A2637
(58,38,55)
#271B27
(39,27,39)
#141017
(20,16,23)
#000000
(0,0,0)

Tints of #D27EB7

#D27EB7
(210,126,183)
#D689BD
(214,137,189)
#DA94C3
(218,148,195)
#DE9FC9
(222,159,201)
#E2AACF
(226,170,207)
#E6B5D5
(230,181,213)
#EAC0DB
(234,192,219)
#EECBE1
(238,203,225)
#F2D6E7
(242,214,231)
#F6E1ED
(246,225,237)
#FAECF3
(250,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D27EB7; }

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

This text font color is #D27EB7.


Background Color

.myBgColor { background-color: #D27EB7; }

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

This div background color is #D27EB7.


Border color

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

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

This div border color is #D27EB7.


Opacity

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

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

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

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

This text has shadow with #D27EB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D27EB7 on black background.


Color preview on white background

This text has color #D27EB7 on white background.



Black color preview on #D27EB7 background

This text has black color on #D27EB7 background.


White color preview on #D27EB7 background

This text has white color on #D27EB7 background.