COLOR #D07789

HEX: #D07789
RGB: (208,119,137)

Color info

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

RGB color model

#D07789 color RGB value is (208,119,137).

  • red value is 208;
  • green value is 119;
  • blue value is 137.
RGB:
(208,119,137)
(82%,47%,54%)

RGB channels and saturation

R 208 of 255 = 82%
G 119 of 255 = 47%
B 137 of 255 = 54%

208
119
137

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

Portions of RGB colors in percentages

R + G + B =
208 + 119 + 137 = 464 (100%)
R 208 of 464 ~ 44.83%
G 119 of 464 ~ 25.65%
B 137 of 464 ~ 29.53%

%44.83
%25.65
%29.53

CMYK color model

#D07789 color CMYK value is (0,43,34,18).

  • cyan value is 0.00%
  • magenta value is 42.79%
  • yellow value is 34.13%
  • key color value is 18.43%
CMYK:
(0,43,34,18)
C0M43Y34K18 
(0%,43%,34%,18%)
(0.00/0.43/0.34/0.18)	

CMYK percentages

%0
%42.79
%34.13
%18.43

Codes

Color #D07789 in popluar color models

D07789
RGB208119137
HSL348°48.63%64.12%
HSB/HSV348°42.79%81.57%
CMYK0.00%42.79%34.13%
18.43%

Color #D07789 in popluar number systems.

HEXD07789
Decimal208119137
Binary11010000111011110001001
Octal320167211

Shades and tints

Shades of #D07789

#D07789
(208,119,137)
#BE6D7D
(190,109,125)
#AC6371
(172,99,113)
#9A5965
(154,89,101)
#884F59
(136,79,89)
#76454D
(118,69,77)
#643B41
(100,59,65)
#523135
(82,49,53)
#402729
(64,39,41)
#2E1D1D
(46,29,29)
#1C1311
(28,19,17)
#000000
(0,0,0)

Tints of #D07789

#D07789
(208,119,137)
#D48393
(212,131,147)
#D88F9D
(216,143,157)
#DC9BA7
(220,155,167)
#E0A7B1
(224,167,177)
#E4B3BB
(228,179,187)
#E8BFC5
(232,191,197)
#ECCBCF
(236,203,207)
#F0D7D9
(240,215,217)
#F4E3E3
(244,227,227)
#F8EFED
(248,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D07789 color. Also use rgb(208,119,137) instead hex code.

Text Font Color

.myTextColor { color: #D07789; }

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

This text font color is #D07789.


Background Color

.myBgColor { background-color: #D07789; }

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

This div background color is #D07789.


Border color

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

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

This div border color is #D07789.


Opacity

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

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

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

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

This text has shadow with #D07789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D07789 on black background.


Color preview on white background

This text has color #D07789 on white background.



Black color preview on #D07789 background

This text has black color on #D07789 background.


White color preview on #D07789 background

This text has white color on #D07789 background.