COLOR #D06B8E

HEX: #D06B8E
RGB: (208,107,142)

Color info

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

RGB color model

#D06B8E color RGB value is (208,107,142).

  • red value is 208;
  • green value is 107;
  • blue value is 142.
RGB:
(208,107,142)
(82%,42%,56%)

RGB channels and saturation

R 208 of 255 = 82%
G 107 of 255 = 42%
B 142 of 255 = 56%

208
107
142

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

Portions of RGB colors in percentages

R + G + B =
208 + 107 + 142 = 457 (100%)
R 208 of 457 ~ 45.51%
G 107 of 457 ~ 23.41%
B 142 of 457 ~ 31.07%

%45.51
%23.41
%31.07

CMYK color model

#D06B8E color CMYK value is (0,49,32,18).

  • cyan value is 0.00%
  • magenta value is 48.56%
  • yellow value is 31.73%
  • key color value is 18.43%
CMYK:
(0,49,32,18)
C0M49Y32K18 
(0%,49%,32%,18%)
(0.00/0.49/0.32/0.18)	

CMYK percentages

%0
%48.56
%31.73
%18.43

Codes

Color #D06B8E in popluar color models

D06B8E
RGB208107142
HSL339°51.79%61.76%
HSB/HSV339°48.56%81.57%
CMYK0.00%48.56%31.73%
18.43%

Color #D06B8E in popluar number systems.

HEXD06B8E
Decimal208107142
Binary11010000110101110001110
Octal320153216

Shades and tints

Shades of #D06B8E

#D06B8E
(208,107,142)
#BE6282
(190,98,130)
#AC5976
(172,89,118)
#9A506A
(154,80,106)
#88475E
(136,71,94)
#763E52
(118,62,82)
#643546
(100,53,70)
#522C3A
(82,44,58)
#40232E
(64,35,46)
#2E1A22
(46,26,34)
#1C1116
(28,17,22)
#000000
(0,0,0)

Tints of #D06B8E

#D06B8E
(208,107,142)
#D47898
(212,120,152)
#D885A2
(216,133,162)
#DC92AC
(220,146,172)
#E09FB6
(224,159,182)
#E4ACC0
(228,172,192)
#E8B9CA
(232,185,202)
#ECC6D4
(236,198,212)
#F0D3DE
(240,211,222)
#F4E0E8
(244,224,232)
#F8EDF2
(248,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D06B8E color. Also use rgb(208,107,142) instead hex code.

Text Font Color

.myTextColor { color: #D06B8E; }

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

This text font color is #D06B8E.


Background Color

.myBgColor { background-color: #D06B8E; }

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

This div background color is #D06B8E.


Border color

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

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

This div border color is #D06B8E.


Opacity

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

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

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

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

This text has shadow with #D06B8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D06B8E on black background.


Color preview on white background

This text has color #D06B8E on white background.



Black color preview on #D06B8E background

This text has black color on #D06B8E background.


White color preview on #D06B8E background

This text has white color on #D06B8E background.