COLOR #D6708D

HEX: #D6708D
RGB: (214,112,141)

Color info

#D6708D contains mainly red color. Web safe color of #D6708D is #CC6699 (or #C69).

RGB color model

#D6708D color RGB value is (214,112,141).

  • red value is 214;
  • green value is 112;
  • blue value is 141.
RGB:
(214,112,141)
(84%,44%,55%)

RGB channels and saturation

R 214 of 255 = 84%
G 112 of 255 = 44%
B 141 of 255 = 55%

214
112
141

R + G + B ~ 61%. #D6708D is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 112 + 141 = 467 (100%)
R 214 of 467 ~ 45.82%
G 112 of 467 ~ 23.98%
B 141 of 467 ~ 30.19%

%45.82
%23.98
%30.19

CMYK color model

#D6708D color CMYK value is (0,48,34,16).

  • cyan value is 0.00%
  • magenta value is 47.66%
  • yellow value is 34.11%
  • key color value is 16.08%
CMYK:
(0,48,34,16)
C0M48Y34K16 
(0%,48%,34%,16%)
(0.00/0.48/0.34/0.16)	

CMYK percentages

%0
%47.66
%34.11
%16.08

Codes

Color #D6708D in popluar color models

D6708D
RGB214112141
HSL343°55.43%63.92%
HSB/HSV343°47.66%83.92%
CMYK0.00%47.66%34.11%
16.08%

Color #D6708D in popluar number systems.

HEXD6708D
Decimal214112141
Binary11010110111000010001101
Octal326160215

Shades and tints

Shades of #D6708D

#D6708D
(214,112,141)
#C36681
(195,102,129)
#B05C75
(176,92,117)
#9D5269
(157,82,105)
#8A485D
(138,72,93)
#773E51
(119,62,81)
#643445
(100,52,69)
#512A39
(81,42,57)
#3E202D
(62,32,45)
#2B1621
(43,22,33)
#180C15
(24,12,21)
#000000
(0,0,0)

Tints of #D6708D

#D6708D
(214,112,141)
#D97D97
(217,125,151)
#DC8AA1
(220,138,161)
#DF97AB
(223,151,171)
#E2A4B5
(226,164,181)
#E5B1BF
(229,177,191)
#E8BEC9
(232,190,201)
#EBCBD3
(235,203,211)
#EED8DD
(238,216,221)
#F1E5E7
(241,229,231)
#F4F2F1
(244,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6708D; }

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

This text font color is #D6708D.


Background Color

.myBgColor { background-color: #D6708D; }

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

This div background color is #D6708D.


Border color

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

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

This div border color is #D6708D.


Opacity

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

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

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

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

This text has shadow with #D6708D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6708D on black background.


Color preview on white background

This text has color #D6708D on white background.



Black color preview on #D6708D background

This text has black color on #D6708D background.


White color preview on #D6708D background

This text has white color on #D6708D background.