COLOR #D06E6D

HEX: #D06E6D
RGB: (208,110,109)

Color info

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

RGB color model

#D06E6D color RGB value is (208,110,109).

  • red value is 208;
  • green value is 110;
  • blue value is 109.
RGB:
(208,110,109)
(82%,43%,43%)

RGB channels and saturation

R 208 of 255 = 82%
G 110 of 255 = 43%
B 109 of 255 = 43%

208
110
109

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

Portions of RGB colors in percentages

R + G + B =
208 + 110 + 109 = 427 (100%)
R 208 of 427 ~ 48.71%
G 110 of 427 ~ 25.76%
B 109 of 427 ~ 25.53%

%48.71
%25.76
%25.53

CMYK color model

#D06E6D color CMYK value is (0,47,48,18).

  • cyan value is 0.00%
  • magenta value is 47.12%
  • yellow value is 47.60%
  • key color value is 18.43%
CMYK:
(0,47,48,18)
C0M47Y48K18 
(0%,47%,48%,18%)
(0.00/0.47/0.48/0.18)	

CMYK percentages

%0
%47.12
%47.6
%18.43

Codes

Color #D06E6D in popluar color models

D06E6D
RGB208110109
HSL51.30%62.16%
HSB/HSV47.60%81.57%
CMYK0.00%47.12%47.60%
18.43%

Color #D06E6D in popluar number systems.

HEXD06E6D
Decimal208110109
Binary1101000011011101101101
Octal320156155

Shades and tints

Shades of #D06E6D

#D06E6D
(208,110,109)
#BE6464
(190,100,100)
#AC5A5B
(172,90,91)
#9A5052
(154,80,82)
#884649
(136,70,73)
#763C40
(118,60,64)
#643237
(100,50,55)
#52282E
(82,40,46)
#401E25
(64,30,37)
#2E141C
(46,20,28)
#1C0A13
(28,10,19)
#000000
(0,0,0)

Tints of #D06E6D

#D06E6D
(208,110,109)
#D47B7A
(212,123,122)
#D88887
(216,136,135)
#DC9594
(220,149,148)
#E0A2A1
(224,162,161)
#E4AFAE
(228,175,174)
#E8BCBB
(232,188,187)
#ECC9C8
(236,201,200)
#F0D6D5
(240,214,213)
#F4E3E2
(244,227,226)
#F8F0EF
(248,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D06E6D color. Also use rgb(208,110,109) instead hex code.

Text Font Color

.myTextColor { color: #D06E6D; }

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

This text font color is #D06E6D.


Background Color

.myBgColor { background-color: #D06E6D; }

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

This div background color is #D06E6D.


Border color

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

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

This div border color is #D06E6D.


Opacity

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

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

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

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

This text has shadow with #D06E6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D06E6D on black background.


Color preview on white background

This text has color #D06E6D on white background.



Black color preview on #D06E6D background

This text has black color on #D06E6D background.


White color preview on #D06E6D background

This text has white color on #D06E6D background.