COLOR #D07087

HEX: #D07087 RGB: (208,112,135)

Color info

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

RGB color model

#D07087 color RGB value is (208,112,135).

RGB: (208,112,135) (82%, 44%, 53%)

RGB channels and saturation

R 208 of 255 = 82%
G 112 of 255 = 44%
B 135 of 255 = 53%

208
112
135

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

Portions of RGB colors in percentages

R + G + B = 208 + 112 + 135 = 455 (100%)
R 208 of 455 ~ 45.71%
G 112 of 455 ~ 24.62%
B 135 of 455 ~ 29.67'%

%45.71
%24.62
%29.67

CMYK color model

#D07087 color CMYK value is (0,46,35,18).

  • cyan value is 0.00%
  • magenta value is 46.15%
  • yellow value is 35.10%
  • key color value is 18.43%

CMYK: (0,46,35,18)
C0M46Y35K18 (0%, 46%, 35%, 18%)
(0.00 / 0.46 / 0.35 / 0.18)

CMYK percentages

%0
%46.15
%35.1
%18.43

Codes

Color #D07087 in popluar color models

D0 70 87
RGB 208 112 135
HSL 346° 50.53% 62.75%
HSB/HSV 346° 46.15% 81.57%
CMYK 0.00% 46.15% 35.10%
18.43%

Color #D07087 in popluar number systems.

HEX D0 70 87
Decimal 208 112 135
Binary 11010000 1110000 10000111
Octal 320 160 207

Shades and tints

Shades of #D07087

#D07087
(208,112,135)
#BE667B
(190,102,123)
#AC5C6F
(172,92,111)
#9A5263
(154,82,99)
#884857
(136,72,87)
#763E4B
(118,62,75)
#64343F
(100,52,63)
#522A33
(82,42,51)
#402027
(64,32,39)
#2E161B
(46,22,27)
#1C0C0F
(28,12,15)
#000000
(0,0,0)

Tints of #D07087

#D07087
(208,112,135)
#D47D91
(212,125,145)
#D88A9B
(216,138,155)
#DC97A5
(220,151,165)
#E0A4AF
(224,164,175)
#E4B1B9
(228,177,185)
#E8BEC3
(232,190,195)
#ECCBCD
(236,203,205)
#F0D8D7
(240,216,215)
#F4E5E1
(244,229,225)
#F8F2EB
(248,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D07087 color. Also use rgb(208,112,135) instead hex code.

Text Font Color

.myTextColor { color: #D07087; }

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

This text font color is #D07087.

Background Color

.myBgColor { background-color: #D07087; }

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

This div background color is #D07087.

Border color

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

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

This div border color is #D07087.

Opacity

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

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

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

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

This text has shadow with #D07087 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D07087.

Preview

Color preview on black background

This text has color #D07087 on black background.


Color preview on white background

This text has color #D07087 on white background.


Black color preview on #D07087 background

This text has black color on #D07087 background.


White color preview on #D07087 background

This text has white color on #D07087 background.


Related colors

Complementary color

Complementary color for #hex is #2F8F78.


I love getcolorcode.com

Triadic colors

1 #87D070 and #7087D0 with #D07087 are triadic colors.

2 #8770D0 and #70D087 with #D07087 are triadic colors.