COLOR #D07681

HEX: #D07681 RGB: (208,118,129)

Color info

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

RGB color model

#D07681 color RGB value is (208,118,129).

RGB: (208,118,129) (82%, 46%, 51%)

RGB channels and saturation

R 208 of 255 = 82%
G 118 of 255 = 46%
B 129 of 255 = 51%

208
118
129

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

Portions of RGB colors in percentages

R + G + B = 208 + 118 + 129 = 455 (100%)
R 208 of 455 ~ 45.71%
G 118 of 455 ~ 25.93%
B 129 of 455 ~ 28.35'%

%45.71
%25.93
%28.35

CMYK color model

#D07681 color CMYK value is (0,43,38,18).

  • cyan value is 0.00%
  • magenta value is 43.27%
  • yellow value is 37.98%
  • key color value is 18.43%
CMYK: (0,43,38,18) C0M43Y38K18 (0%,43%,38%,18%) (0.00/0.43/0.38/0.18) 

CMYK percentages

%0
%43.27
%37.98
%18.43

Codes

Color #D07681 in popluar color models

D0 76 81
RGB 208 118 129
HSL 353° 48.91% 63.92%
HSB/HSV 353° 43.27% 81.57%
CMYK 0.00% 43.27% 37.98%
18.43%

Color #D07681 in popluar number systems.

HEX D0 76 81
Decimal 208 118 129
Binary 11010000 1110110 10000001
Octal 320 166 201

Shades and tints

Shades of #D07681

#D07681
(208,118,129)
#BE6C76
(190,108,118)
#AC626B
(172,98,107)
#9A5860
(154,88,96)
#884E55
(136,78,85)
#76444A
(118,68,74)
#643A3F
(100,58,63)
#523034
(82,48,52)
#402629
(64,38,41)
#2E1C1E
(46,28,30)
#1C1213
(28,18,19)
#000000
(0,0,0)

Tints of #D07681

#D07681
(208,118,129)
#D4828C
(212,130,140)
#D88E97
(216,142,151)
#DC9AA2
(220,154,162)
#E0A6AD
(224,166,173)
#E4B2B8
(228,178,184)
#E8BEC3
(232,190,195)
#ECCACE
(236,202,206)
#F0D6D9
(240,214,217)
#F4E2E4
(244,226,228)
#F8EEEF
(248,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D07681 color. Also use rgb(208,118,129) instead hex code.

Text Font Color

.myTextColor { color: #D07681; }

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

This text font color is #D07681.

Background Color

.myBgColor { background-color: #D07681; }

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

This div background color is #D07681.

Border color

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

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

This div border color is #D07681.

Opacity

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

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

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

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

This text has shadow with #D07681 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D07681.

Preview

Color preview on black background

This text has color #D07681 on black background.


Color preview on white background

This text has color #D07681 on white background.


Black color preview on #D07681 background

This text has black color on #D07681 background.


White color preview on #D07681 background

This text has white color on #D07681 background.


Related colors

Complementary color

Complementary color for #hex is #2F897E.


I love getcolorcode.com

Triadic colors

1 #81D076 and #7681D0 with #D07681 are triadic colors.

2 #8176D0 and #76D081 with #D07681 are triadic colors.