COLOR #D6709C

HEX: #D6709C RGB: (214,112,156)

Color info

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

RGB color model

#D6709C color RGB value is (214,112,156).

RGB: (214,112,156) (84%, 44%, 61%)

RGB channels and saturation

R 214 of 255 = 84%
G 112 of 255 = 44%
B 156 of 255 = 61%

214
112
156

R + G + B ~ 63%. #D6709C is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 112 + 156 = 482 (100%)
R 214 of 482 ~ 44.4%
G 112 of 482 ~ 23.24%
B 156 of 482 ~ 32.37'%

%44.4
%23.24
%32.37

CMYK color model

#D6709C color CMYK value is (0,48,27,16).

  • cyan value is 0.00%
  • magenta value is 47.66%
  • yellow value is 27.10%
  • key color value is 16.08%

CMYK: (0,48,27,16)
C0M48Y27K16 (0%, 48%, 27%, 16%)
(0.00 / 0.48 / 0.27 / 0.16)

CMYK percentages

%0
%47.66
%27.1
%16.08

Codes

Color #D6709C in popluar color models

D6 70 9C
RGB 214 112 156
HSL 334° 55.43% 63.92%
HSB/HSV 334° 47.66% 83.92%
CMYK 0.00% 47.66% 27.10%
16.08%

Color #D6709C in popluar number systems.

HEX D6 70 9C
Decimal 214 112 156
Binary 11010110 1110000 10011100
Octal 326 160 234

Shades and tints

Shades of #D6709C

#D6709C
(214,112,156)
#C3668E
(195,102,142)
#B05C80
(176,92,128)
#9D5272
(157,82,114)
#8A4864
(138,72,100)
#773E56
(119,62,86)
#643448
(100,52,72)
#512A3A
(81,42,58)
#3E202C
(62,32,44)
#2B161E
(43,22,30)
#180C10
(24,12,16)
#000000
(0,0,0)

Tints of #D6709C

#D6709C
(214,112,156)
#D97DA5
(217,125,165)
#DC8AAE
(220,138,174)
#DF97B7
(223,151,183)
#E2A4C0
(226,164,192)
#E5B1C9
(229,177,201)
#E8BED2
(232,190,210)
#EBCBDB
(235,203,219)
#EED8E4
(238,216,228)
#F1E5ED
(241,229,237)
#F4F2F6
(244,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6709C color. Also use rgb(214,112,156) instead hex code.

Text Font Color

.myTextColor { color: #D6709C; }

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

This text font color is #D6709C.

Background Color

.myBgColor { background-color: #D6709C; }

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

This div background color is #D6709C.

Border color

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

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

This div border color is #D6709C.

Opacity

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

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

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

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

This text has shadow with #D6709C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6709C.

Preview

Color preview on black background

This text has color #D6709C on black background.


Color preview on white background

This text has color #D6709C on white background.


Black color preview on #D6709C background

This text has black color on #D6709C background.


White color preview on #D6709C background

This text has white color on #D6709C background.


Related colors

Complementary color

Complementary color for #hex is #298F63.


I love getcolorcode.com

Triadic colors

1 #9CD670 and #709CD6 with #D6709C are triadic colors.

2 #9C70D6 and #70D69C with #D6709C are triadic colors.