COLOR #D06B9A

HEX: #D06B9A
RGB: (208,107,154)

Color info

#D06B9A contains mainly red and blue colors. Web safe color of #D06B9A is #CC6699 (or #C69).

RGB color model

#D06B9A color RGB value is (208,107,154).

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

RGB channels and saturation

R 208 of 255 = 82%
G 107 of 255 = 42%
B 154 of 255 = 60%

208
107
154

R + G + B ~ 61%. #D06B9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 107 + 154 = 469 (100%)
R 208 of 469 ~ 44.35%
G 107 of 469 ~ 22.81%
B 154 of 469 ~ 32.84%

%44.35
%22.81
%32.84

CMYK color model

#D06B9A color CMYK value is (0,49,26,18).

  • cyan value is 0.00%
  • magenta value is 48.56%
  • yellow value is 25.96%
  • key color value is 18.43%
CMYK:
(0,49,26,18)
C0M49Y26K18 
(0%,49%,26%,18%)
(0.00/0.49/0.26/0.18)	

CMYK percentages

%0
%48.56
%25.96
%18.43

Codes

Color #D06B9A in popluar color models

D06B9A
RGB208107154
HSL332°51.79%61.76%
HSB/HSV332°48.56%81.57%
CMYK0.00%48.56%25.96%
18.43%

Color #D06B9A in popluar number systems.

HEXD06B9A
Decimal208107154
Binary11010000110101110011010
Octal320153232

Shades and tints

Shades of #D06B9A

#D06B9A
(208,107,154)
#BE628C
(190,98,140)
#AC597E
(172,89,126)
#9A5070
(154,80,112)
#884762
(136,71,98)
#763E54
(118,62,84)
#643546
(100,53,70)
#522C38
(82,44,56)
#40232A
(64,35,42)
#2E1A1C
(46,26,28)
#1C110E
(28,17,14)
#000000
(0,0,0)

Tints of #D06B9A

#D06B9A
(208,107,154)
#D478A3
(212,120,163)
#D885AC
(216,133,172)
#DC92B5
(220,146,181)
#E09FBE
(224,159,190)
#E4ACC7
(228,172,199)
#E8B9D0
(232,185,208)
#ECC6D9
(236,198,217)
#F0D3E2
(240,211,226)
#F4E0EB
(244,224,235)
#F8EDF4
(248,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D06B9A; }

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

This text font color is #D06B9A.


Background Color

.myBgColor { background-color: #D06B9A; }

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

This div background color is #D06B9A.


Border color

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

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

This div border color is #D06B9A.


Opacity

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

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

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

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

This text has shadow with #D06B9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D06B9A on black background.


Color preview on white background

This text has color #D06B9A on white background.



Black color preview on #D06B9A background

This text has black color on #D06B9A background.


White color preview on #D06B9A background

This text has white color on #D06B9A background.