COLOR #D169B6

HEX: #D169B6
RGB: (209,105,182)

Color info

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

RGB color model

#D169B6 color RGB value is (209,105,182).

  • red value is 209;
  • green value is 105;
  • blue value is 182.
RGB:
(209,105,182)
(82%,41%,71%)

RGB channels and saturation

R 209 of 255 = 82%
G 105 of 255 = 41%
B 182 of 255 = 71%

209
105
182

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

Portions of RGB colors in percentages

R + G + B =
209 + 105 + 182 = 496 (100%)
R 209 of 496 ~ 42.14%
G 105 of 496 ~ 21.17%
B 182 of 496 ~ 36.69%

%42.14
%21.17
%36.69

CMYK color model

#D169B6 color CMYK value is (0,50,13,18).

  • cyan value is 0.00%
  • magenta value is 49.76%
  • yellow value is 12.92%
  • key color value is 18.04%
CMYK:
(0,50,13,18)
C0M50Y13K18 
(0%,50%,13%,18%)
(0.00/0.50/0.13/0.18)	

CMYK percentages

%0
%49.76
%12.92
%18.04

Codes

Color #D169B6 in popluar color models

D169B6
RGB209105182
HSL316°53.06%61.57%
HSB/HSV316°49.76%81.96%
CMYK0.00%49.76%12.92%
18.04%

Color #D169B6 in popluar number systems.

HEXD169B6
Decimal209105182
Binary11010001110100110110110
Octal321151266

Shades and tints

Shades of #D169B6

#D169B6
(209,105,182)
#BE60A6
(190,96,166)
#AB5796
(171,87,150)
#984E86
(152,78,134)
#854576
(133,69,118)
#723C66
(114,60,102)
#5F3356
(95,51,86)
#4C2A46
(76,42,70)
#392136
(57,33,54)
#261826
(38,24,38)
#130F16
(19,15,22)
#000000
(0,0,0)

Tints of #D169B6

#D169B6
(209,105,182)
#D576BC
(213,118,188)
#D983C2
(217,131,194)
#DD90C8
(221,144,200)
#E19DCE
(225,157,206)
#E5AAD4
(229,170,212)
#E9B7DA
(233,183,218)
#EDC4E0
(237,196,224)
#F1D1E6
(241,209,230)
#F5DEEC
(245,222,236)
#F9EBF2
(249,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D169B6 color. Also use rgb(209,105,182) instead hex code.

Text Font Color

.myTextColor { color: #D169B6; }

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

This text font color is #D169B6.


Background Color

.myBgColor { background-color: #D169B6; }

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

This div background color is #D169B6.


Border color

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

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

This div border color is #D169B6.


Opacity

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

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

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

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

This text has shadow with #D169B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D169B6 on black background.


Color preview on white background

This text has color #D169B6 on white background.



Black color preview on #D169B6 background

This text has black color on #D169B6 background.


White color preview on #D169B6 background

This text has white color on #D169B6 background.