COLOR #D076B9

HEX: #D076B9
RGB: (208,118,185)

Color info

#D076B9 contains mainly red and blue colors. Web safe color of #D076B9 is #CC66CC (or #C6C).

RGB color model

#D076B9 color RGB value is (208,118,185).

  • red value is 208;
  • green value is 118;
  • blue value is 185.
RGB:
(208,118,185)
(82%,46%,73%)

RGB channels and saturation

R 208 of 255 = 82%
G 118 of 255 = 46%
B 185 of 255 = 73%

208
118
185

R + G + B ~ 67%. #D076B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 118 + 185 = 511 (100%)
R 208 of 511 ~ 40.7%
G 118 of 511 ~ 23.09%
B 185 of 511 ~ 36.2%

%40.7
%23.09
%36.2

CMYK color model

#D076B9 color CMYK value is (0,43,11,18).

  • cyan value is 0.00%
  • magenta value is 43.27%
  • yellow value is 11.06%
  • key color value is 18.43%
CMYK:
(0,43,11,18)
C0M43Y11K18 
(0%,43%,11%,18%)
(0.00/0.43/0.11/0.18)	

CMYK percentages

%0
%43.27
%11.06
%18.43

Codes

Color #D076B9 in popluar color models

D076B9
RGB208118185
HSL315°48.91%63.92%
HSB/HSV315°43.27%81.57%
CMYK0.00%43.27%11.06%
18.43%

Color #D076B9 in popluar number systems.

HEXD076B9
Decimal208118185
Binary11010000111011010111001
Octal320166271

Shades and tints

Shades of #D076B9

#D076B9
(208,118,185)
#BE6CA9
(190,108,169)
#AC6299
(172,98,153)
#9A5889
(154,88,137)
#884E79
(136,78,121)
#764469
(118,68,105)
#643A59
(100,58,89)
#523049
(82,48,73)
#402639
(64,38,57)
#2E1C29
(46,28,41)
#1C1219
(28,18,25)
#000000
(0,0,0)

Tints of #D076B9

#D076B9
(208,118,185)
#D482BF
(212,130,191)
#D88EC5
(216,142,197)
#DC9ACB
(220,154,203)
#E0A6D1
(224,166,209)
#E4B2D7
(228,178,215)
#E8BEDD
(232,190,221)
#ECCAE3
(236,202,227)
#F0D6E9
(240,214,233)
#F4E2EF
(244,226,239)
#F8EEF5
(248,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D076B9 color. Also use rgb(208,118,185) instead hex code.

Text Font Color

.myTextColor { color: #D076B9; }

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

This text font color is #D076B9.


Background Color

.myBgColor { background-color: #D076B9; }

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

This div background color is #D076B9.


Border color

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

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

This div border color is #D076B9.


Opacity

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

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

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

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

This text has shadow with #D076B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D076B9 on black background.


Color preview on white background

This text has color #D076B9 on white background.



Black color preview on #D076B9 background

This text has black color on #D076B9 background.


White color preview on #D076B9 background

This text has white color on #D076B9 background.