COLOR #D06F71

HEX: #D06F71
RGB: (208,111,113)

Color info

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

RGB color model

#D06F71 color RGB value is (208,111,113).

  • red value is 208;
  • green value is 111;
  • blue value is 113.
RGB:
(208,111,113)
(82%,44%,44%)

RGB channels and saturation

R 208 of 255 = 82%
G 111 of 255 = 44%
B 113 of 255 = 44%

208
111
113

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

Portions of RGB colors in percentages

R + G + B =
208 + 111 + 113 = 432 (100%)
R 208 of 432 ~ 48.15%
G 111 of 432 ~ 25.69%
B 113 of 432 ~ 26.16%

%48.15
%25.69
%26.16

CMYK color model

#D06F71 color CMYK value is (0,47,46,18).

  • cyan value is 0.00%
  • magenta value is 46.63%
  • yellow value is 45.67%
  • key color value is 18.43%
CMYK:
(0,47,46,18)
C0M47Y46K18 
(0%,47%,46%,18%)
(0.00/0.47/0.46/0.18)	

CMYK percentages

%0
%46.63
%45.67
%18.43

Codes

Color #D06F71 in popluar color models

D06F71
RGB208111113
HSL359°50.79%62.55%
HSB/HSV359°46.63%81.57%
CMYK0.00%46.63%45.67%
18.43%

Color #D06F71 in popluar number systems.

HEXD06F71
Decimal208111113
Binary1101000011011111110001
Octal320157161

Shades and tints

Shades of #D06F71

#D06F71
(208,111,113)
#BE6567
(190,101,103)
#AC5B5D
(172,91,93)
#9A5153
(154,81,83)
#884749
(136,71,73)
#763D3F
(118,61,63)
#643335
(100,51,53)
#52292B
(82,41,43)
#401F21
(64,31,33)
#2E1517
(46,21,23)
#1C0B0D
(28,11,13)
#000000
(0,0,0)

Tints of #D06F71

#D06F71
(208,111,113)
#D47C7D
(212,124,125)
#D88989
(216,137,137)
#DC9695
(220,150,149)
#E0A3A1
(224,163,161)
#E4B0AD
(228,176,173)
#E8BDB9
(232,189,185)
#ECCAC5
(236,202,197)
#F0D7D1
(240,215,209)
#F4E4DD
(244,228,221)
#F8F1E9
(248,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D06F71 color. Also use rgb(208,111,113) instead hex code.

Text Font Color

.myTextColor { color: #D06F71; }

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

This text font color is #D06F71.


Background Color

.myBgColor { background-color: #D06F71; }

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

This div background color is #D06F71.


Border color

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

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

This div border color is #D06F71.


Opacity

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

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

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

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

This text has shadow with #D06F71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D06F71 on black background.


Color preview on white background

This text has color #D06F71 on white background.



Black color preview on #D06F71 background

This text has black color on #D06F71 background.


White color preview on #D06F71 background

This text has white color on #D06F71 background.