COLOR #D076B8

HEX: #D076B8 RGB: (208,118,184)

Color info

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

RGB color model

#D076B8 color RGB value is (208,118,184).

RGB: (208,118,184) (82%, 46%, 72%)

RGB channels and saturation

R 208 of 255 = 82%
G 118 of 255 = 46%
B 184 of 255 = 72%

208
118
184

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

Portions of RGB colors in percentages

R + G + B = 208 + 118 + 184 = 510 (100%)
R 208 of 510 ~ 40.78%
G 118 of 510 ~ 23.14%
B 184 of 510 ~ 36.08'%

%40.78
%23.14
%36.08

CMYK color model

#D076B8 color CMYK value is (0,43,12,18).

  • cyan value is 0.00%
  • magenta value is 43.27%
  • yellow value is 11.54%
  • key color value is 18.43%
CMYK: (0,43,12,18) C0M43Y12K18 (0%,43%,12%,18%) (0.00/0.43/0.12/0.18) 

CMYK percentages

%0
%43.27
%11.54
%18.43

Codes

Color #D076B8 in popluar color models

D0 76 B8
RGB 208 118 184
HSL 316° 48.91% 63.92%
HSB/HSV 316° 43.27% 81.57%
CMYK 0.00% 43.27% 11.54%
18.43%

Color #D076B8 in popluar number systems.

HEX D0 76 B8
Decimal 208 118 184
Binary 11010000 1110110 10111000
Octal 320 166 270

Shades and tints

Shades of #D076B8

#D076B8
(208,118,184)
#BE6CA8
(190,108,168)
#AC6298
(172,98,152)
#9A5888
(154,88,136)
#884E78
(136,78,120)
#764468
(118,68,104)
#643A58
(100,58,88)
#523048
(82,48,72)
#402638
(64,38,56)
#2E1C28
(46,28,40)
#1C1218
(28,18,24)
#000000
(0,0,0)

Tints of #D076B8

#D076B8
(208,118,184)
#D482BE
(212,130,190)
#D88EC4
(216,142,196)
#DC9ACA
(220,154,202)
#E0A6D0
(224,166,208)
#E4B2D6
(228,178,214)
#E8BEDC
(232,190,220)
#ECCAE2
(236,202,226)
#F0D6E8
(240,214,232)
#F4E2EE
(244,226,238)
#F8EEF4
(248,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D076B8; }

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

This text font color is #D076B8.

Background Color

.myBgColor { background-color: #D076B8; }

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

This div background color is #D076B8.

Border color

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

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

This div border color is #D076B8.

Opacity

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

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

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

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

This text has shadow with #D076B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D076B8.

Preview

Color preview on black background

This text has color #D076B8 on black background.


Color preview on white background

This text has color #D076B8 on white background.


Black color preview on #D076B8 background

This text has black color on #D076B8 background.


White color preview on #D076B8 background

This text has white color on #D076B8 background.


Related colors

Complementary color

Complementary color for #hex is #2F8947.


I love getcolorcode.com

Triadic colors

1 #B8D076 and #76B8D0 with #D076B8 are triadic colors.

2 #B876D0 and #76D0B8 with #D076B8 are triadic colors.