COLOR #D2687E

HEX: #D2687E
RGB: (210,104,126)

Color info

#D2687E contains mainly red color. Web safe color of #D2687E is #CC6666 (or #C66).

RGB color model

#D2687E color RGB value is (210,104,126).

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

RGB channels and saturation

R 210 of 255 = 82%
G 104 of 255 = 41%
B 126 of 255 = 49%

210
104
126

R + G + B ~ 57%. #D2687E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
210 + 104 + 126 = 440 (100%)
R 210 of 440 ~ 47.73%
G 104 of 440 ~ 23.64%
B 126 of 440 ~ 28.64%

%47.73
%23.64
%28.64

CMYK color model

#D2687E color CMYK value is (0,50,40,18).

  • cyan value is 0.00%
  • magenta value is 50.48%
  • yellow value is 40.00%
  • key color value is 17.65%
CMYK:
(0,50,40,18)
C0M50Y40K18 
(0%,50%,40%,18%)
(0.00/0.50/0.40/0.18)	

CMYK percentages

%0
%50.48
%40
%17.65

Codes

Color #D2687E in popluar color models

D2687E
RGB210104126
HSL348°54.08%61.57%
HSB/HSV348°50.48%82.35%
CMYK0.00%50.48%40.00%
17.65%

Color #D2687E in popluar number systems.

HEXD2687E
Decimal210104126
Binary1101001011010001111110
Octal322150176

Shades and tints

Shades of #D2687E

#D2687E
(210,104,126)
#BF5F73
(191,95,115)
#AC5668
(172,86,104)
#994D5D
(153,77,93)
#864452
(134,68,82)
#733B47
(115,59,71)
#60323C
(96,50,60)
#4D2931
(77,41,49)
#3A2026
(58,32,38)
#27171B
(39,23,27)
#140E10
(20,14,16)
#000000
(0,0,0)

Tints of #D2687E

#D2687E
(210,104,126)
#D67589
(214,117,137)
#DA8294
(218,130,148)
#DE8F9F
(222,143,159)
#E29CAA
(226,156,170)
#E6A9B5
(230,169,181)
#EAB6C0
(234,182,192)
#EEC3CB
(238,195,203)
#F2D0D6
(242,208,214)
#F6DDE1
(246,221,225)
#FAEAEC
(250,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2687E; }

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

This text font color is #D2687E.


Background Color

.myBgColor { background-color: #D2687E; }

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

This div background color is #D2687E.


Border color

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

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

This div border color is #D2687E.


Opacity

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

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

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

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

This text has shadow with #D2687E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2687E on black background.


Color preview on white background

This text has color #D2687E on white background.



Black color preview on #D2687E background

This text has black color on #D2687E background.


White color preview on #D2687E background

This text has white color on #D2687E background.