COLOR #D0747B

HEX: #D0747B
RGB: (208,116,123)

Color info

#D0747B contains mainly red color. Web safe color of #D0747B is #CC6666 (or #C66).

RGB color model

#D0747B color RGB value is (208,116,123).

  • red value is 208;
  • green value is 116;
  • blue value is 123.
RGB:
(208,116,123)
(82%,45%,48%)

RGB channels and saturation

R 208 of 255 = 82%
G 116 of 255 = 45%
B 123 of 255 = 48%

208
116
123

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

Portions of RGB colors in percentages

R + G + B =
208 + 116 + 123 = 447 (100%)
R 208 of 447 ~ 46.53%
G 116 of 447 ~ 25.95%
B 123 of 447 ~ 27.52%

%46.53
%25.95
%27.52

CMYK color model

#D0747B color CMYK value is (0,44,41,18).

  • cyan value is 0.00%
  • magenta value is 44.23%
  • yellow value is 40.87%
  • key color value is 18.43%
CMYK:
(0,44,41,18)
C0M44Y41K18 
(0%,44%,41%,18%)
(0.00/0.44/0.41/0.18)	

CMYK percentages

%0
%44.23
%40.87
%18.43

Codes

Color #D0747B in popluar color models

D0747B
RGB208116123
HSL355°49.46%63.53%
HSB/HSV355°44.23%81.57%
CMYK0.00%44.23%40.87%
18.43%

Color #D0747B in popluar number systems.

HEXD0747B
Decimal208116123
Binary1101000011101001111011
Octal320164173

Shades and tints

Shades of #D0747B

#D0747B
(208,116,123)
#BE6A70
(190,106,112)
#AC6065
(172,96,101)
#9A565A
(154,86,90)
#884C4F
(136,76,79)
#764244
(118,66,68)
#643839
(100,56,57)
#522E2E
(82,46,46)
#402423
(64,36,35)
#2E1A18
(46,26,24)
#1C100D
(28,16,13)
#000000
(0,0,0)

Tints of #D0747B

#D0747B
(208,116,123)
#D48087
(212,128,135)
#D88C93
(216,140,147)
#DC989F
(220,152,159)
#E0A4AB
(224,164,171)
#E4B0B7
(228,176,183)
#E8BCC3
(232,188,195)
#ECC8CF
(236,200,207)
#F0D4DB
(240,212,219)
#F4E0E7
(244,224,231)
#F8ECF3
(248,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0747B color. Also use rgb(208,116,123) instead hex code.

Text Font Color

.myTextColor { color: #D0747B; }

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

This text font color is #D0747B.


Background Color

.myBgColor { background-color: #D0747B; }

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

This div background color is #D0747B.


Border color

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

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

This div border color is #D0747B.


Opacity

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

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

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

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

This text has shadow with #D0747B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0747B on black background.


Color preview on white background

This text has color #D0747B on white background.



Black color preview on #D0747B background

This text has black color on #D0747B background.


White color preview on #D0747B background

This text has white color on #D0747B background.