COLOR #D16CB8

HEX: #D16CB8
RGB: (209,108,184)

Color info

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

RGB color model

#D16CB8 color RGB value is (209,108,184).

  • red value is 209;
  • green value is 108;
  • blue value is 184.
RGB:
(209,108,184)
(82%,42%,72%)

RGB channels and saturation

R 209 of 255 = 82%
G 108 of 255 = 42%
B 184 of 255 = 72%

209
108
184

R + G + B ~ 65%. #D16CB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 108 + 184 = 501 (100%)
R 209 of 501 ~ 41.72%
G 108 of 501 ~ 21.56%
B 184 of 501 ~ 36.73%

%41.72
%21.56
%36.73

CMYK color model

#D16CB8 color CMYK value is (0,48,12,18).

  • cyan value is 0.00%
  • magenta value is 48.33%
  • yellow value is 11.96%
  • key color value is 18.04%
CMYK:
(0,48,12,18)
C0M48Y12K18 
(0%,48%,12%,18%)
(0.00/0.48/0.12/0.18)	

CMYK percentages

%0
%48.33
%11.96
%18.04

Codes

Color #D16CB8 in popluar color models

D16CB8
RGB209108184
HSL315°52.33%62.16%
HSB/HSV315°48.33%81.96%
CMYK0.00%48.33%11.96%
18.04%

Color #D16CB8 in popluar number systems.

HEXD16CB8
Decimal209108184
Binary11010001110110010111000
Octal321154270

Shades and tints

Shades of #D16CB8

#D16CB8
(209,108,184)
#BE63A8
(190,99,168)
#AB5A98
(171,90,152)
#985188
(152,81,136)
#854878
(133,72,120)
#723F68
(114,63,104)
#5F3658
(95,54,88)
#4C2D48
(76,45,72)
#392438
(57,36,56)
#261B28
(38,27,40)
#131218
(19,18,24)
#000000
(0,0,0)

Tints of #D16CB8

#D16CB8
(209,108,184)
#D579BE
(213,121,190)
#D986C4
(217,134,196)
#DD93CA
(221,147,202)
#E1A0D0
(225,160,208)
#E5ADD6
(229,173,214)
#E9BADC
(233,186,220)
#EDC7E2
(237,199,226)
#F1D4E8
(241,212,232)
#F5E1EE
(245,225,238)
#F9EEF4
(249,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D16CB8 color. Also use rgb(209,108,184) instead hex code.

Text Font Color

.myTextColor { color: #D16CB8; }

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

This text font color is #D16CB8.


Background Color

.myBgColor { background-color: #D16CB8; }

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

This div background color is #D16CB8.


Border color

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

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

This div border color is #D16CB8.


Opacity

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

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

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

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

This text has shadow with #D16CB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D16CB8 on black background.


Color preview on white background

This text has color #D16CB8 on white background.



Black color preview on #D16CB8 background

This text has black color on #D16CB8 background.


White color preview on #D16CB8 background

This text has white color on #D16CB8 background.