COLOR #D07C83

HEX: #D07C83
RGB: (208,124,131)

Color info

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

RGB color model

#D07C83 color RGB value is (208,124,131).

  • red value is 208;
  • green value is 124;
  • blue value is 131.
RGB:
(208,124,131)
(82%,49%,51%)

RGB channels and saturation

R 208 of 255 = 82%
G 124 of 255 = 49%
B 131 of 255 = 51%

208
124
131

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

Portions of RGB colors in percentages

R + G + B =
208 + 124 + 131 = 463 (100%)
R 208 of 463 ~ 44.92%
G 124 of 463 ~ 26.78%
B 131 of 463 ~ 28.29%

%44.92
%26.78
%28.29

CMYK color model

#D07C83 color CMYK value is (0,40,37,18).

  • cyan value is 0.00%
  • magenta value is 40.38%
  • yellow value is 37.02%
  • key color value is 18.43%
CMYK:
(0,40,37,18)
C0M40Y37K18 
(0%,40%,37%,18%)
(0.00/0.40/0.37/0.18)	

CMYK percentages

%0
%40.38
%37.02
%18.43

Codes

Color #D07C83 in popluar color models

D07C83
RGB208124131
HSL355°47.19%65.10%
HSB/HSV355°40.38%81.57%
CMYK0.00%40.38%37.02%
18.43%

Color #D07C83 in popluar number systems.

HEXD07C83
Decimal208124131
Binary11010000111110010000011
Octal320174203

Shades and tints

Shades of #D07C83

#D07C83
(208,124,131)
#BE7178
(190,113,120)
#AC666D
(172,102,109)
#9A5B62
(154,91,98)
#885057
(136,80,87)
#76454C
(118,69,76)
#643A41
(100,58,65)
#522F36
(82,47,54)
#40242B
(64,36,43)
#2E1920
(46,25,32)
#1C0E15
(28,14,21)
#000000
(0,0,0)

Tints of #D07C83

#D07C83
(208,124,131)
#D4878E
(212,135,142)
#D89299
(216,146,153)
#DC9DA4
(220,157,164)
#E0A8AF
(224,168,175)
#E4B3BA
(228,179,186)
#E8BEC5
(232,190,197)
#ECC9D0
(236,201,208)
#F0D4DB
(240,212,219)
#F4DFE6
(244,223,230)
#F8EAF1
(248,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D07C83 color. Also use rgb(208,124,131) instead hex code.

Text Font Color

.myTextColor { color: #D07C83; }

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

This text font color is #D07C83.


Background Color

.myBgColor { background-color: #D07C83; }

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

This div background color is #D07C83.


Border color

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

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

This div border color is #D07C83.


Opacity

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

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

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

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

This text has shadow with #D07C83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D07C83 on black background.


Color preview on white background

This text has color #D07C83 on white background.



Black color preview on #D07C83 background

This text has black color on #D07C83 background.


White color preview on #D07C83 background

This text has white color on #D07C83 background.