COLOR #D27CC6

HEX: #D27CC6
RGB: (210,124,198)

Color info

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

RGB color model

#D27CC6 color RGB value is (210,124,198).

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

RGB channels and saturation

R 210 of 255 = 82%
G 124 of 255 = 49%
B 198 of 255 = 78%

210
124
198

R + G + B ~ 70%. #D27CC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 124 + 198 = 532 (100%)
R 210 of 532 ~ 39.47%
G 124 of 532 ~ 23.31%
B 198 of 532 ~ 37.22%

%39.47
%23.31
%37.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 40.95%
  • yellow value is 5.71%
  • key color value is 17.65%
CMYK:
(0,41,6,18)
C0M41Y6K18 
(0%,41%,6%,18%)
(0.00/0.41/0.06/0.18)	

CMYK percentages

%0
%40.95
%5.71
%17.65

Codes

Color #D27CC6 in popluar color models

D27CC6
RGB210124198
HSL308°48.86%65.49%
HSB/HSV308°40.95%82.35%
CMYK0.00%40.95%5.71%
17.65%

Color #D27CC6 in popluar number systems.

HEXD27CC6
Decimal210124198
Binary11010010111110011000110
Octal322174306

Shades and tints

Shades of #D27CC6

#D27CC6
(210,124,198)
#BF71B4
(191,113,180)
#AC66A2
(172,102,162)
#995B90
(153,91,144)
#86507E
(134,80,126)
#73456C
(115,69,108)
#603A5A
(96,58,90)
#4D2F48
(77,47,72)
#3A2436
(58,36,54)
#271924
(39,25,36)
#140E12
(20,14,18)
#000000
(0,0,0)

Tints of #D27CC6

#D27CC6
(210,124,198)
#D687CB
(214,135,203)
#DA92D0
(218,146,208)
#DE9DD5
(222,157,213)
#E2A8DA
(226,168,218)
#E6B3DF
(230,179,223)
#EABEE4
(234,190,228)
#EEC9E9
(238,201,233)
#F2D4EE
(242,212,238)
#F6DFF3
(246,223,243)
#FAEAF8
(250,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D27CC6; }

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

This text font color is #D27CC6.


Background Color

.myBgColor { background-color: #D27CC6; }

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

This div background color is #D27CC6.


Border color

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

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

This div border color is #D27CC6.


Opacity

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

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

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

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

This text has shadow with #D27CC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D27CC6 on black background.


Color preview on white background

This text has color #D27CC6 on white background.



Black color preview on #D27CC6 background

This text has black color on #D27CC6 background.


White color preview on #D27CC6 background

This text has white color on #D27CC6 background.