COLOR #D07C92

HEX: #D07C92
RGB: (208,124,146)

Color info

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

RGB color model

#D07C92 color RGB value is (208,124,146).

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

RGB channels and saturation

R 208 of 255 = 82%
G 124 of 255 = 49%
B 146 of 255 = 57%

208
124
146

R + G + B ~ 63%. #D07C92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 124 + 146 = 478 (100%)
R 208 of 478 ~ 43.51%
G 124 of 478 ~ 25.94%
B 146 of 478 ~ 30.54%

%43.51
%25.94
%30.54

CMYK color model

#D07C92 color CMYK value is (0,40,30,18).

  • cyan value is 0.00%
  • magenta value is 40.38%
  • yellow value is 29.81%
  • key color value is 18.43%
CMYK:
(0,40,30,18)
C0M40Y30K18 
(0%,40%,30%,18%)
(0.00/0.40/0.30/0.18)	

CMYK percentages

%0
%40.38
%29.81
%18.43

Codes

Color #D07C92 in popluar color models

D07C92
RGB208124146
HSL344°47.19%65.10%
HSB/HSV344°40.38%81.57%
CMYK0.00%40.38%29.81%
18.43%

Color #D07C92 in popluar number systems.

HEXD07C92
Decimal208124146
Binary11010000111110010010010
Octal320174222

Shades and tints

Shades of #D07C92

#D07C92
(208,124,146)
#BE7185
(190,113,133)
#AC6678
(172,102,120)
#9A5B6B
(154,91,107)
#88505E
(136,80,94)
#764551
(118,69,81)
#643A44
(100,58,68)
#522F37
(82,47,55)
#40242A
(64,36,42)
#2E191D
(46,25,29)
#1C0E10
(28,14,16)
#000000
(0,0,0)

Tints of #D07C92

#D07C92
(208,124,146)
#D4879B
(212,135,155)
#D892A4
(216,146,164)
#DC9DAD
(220,157,173)
#E0A8B6
(224,168,182)
#E4B3BF
(228,179,191)
#E8BEC8
(232,190,200)
#ECC9D1
(236,201,209)
#F0D4DA
(240,212,218)
#F4DFE3
(244,223,227)
#F8EAEC
(248,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D07C92; }

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

This text font color is #D07C92.


Background Color

.myBgColor { background-color: #D07C92; }

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

This div background color is #D07C92.


Border color

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

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

This div border color is #D07C92.


Opacity

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

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

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

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

This text has shadow with #D07C92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D07C92 on black background.


Color preview on white background

This text has color #D07C92 on white background.



Black color preview on #D07C92 background

This text has black color on #D07C92 background.


White color preview on #D07C92 background

This text has white color on #D07C92 background.