COLOR #D16BAE

HEX: #D16BAE RGB: (209,107,174)

Color info

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

RGB color model

#D16BAE color RGB value is (209,107,174).

RGB: (209,107,174) (82%, 42%, 68%)

RGB channels and saturation

R 209 of 255 = 82%
G 107 of 255 = 42%
B 174 of 255 = 68%

209
107
174

R + G + B ~ 64%. #D16BAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 107 + 174 = 490 (100%)
R 209 of 490 ~ 42.65%
G 107 of 490 ~ 21.84%
B 174 of 490 ~ 35.51'%

%42.65
%21.84
%35.51

CMYK color model

#D16BAE color CMYK value is (0,49,17,18).

  • cyan value is 0.00%
  • magenta value is 48.80%
  • yellow value is 16.75%
  • key color value is 18.04%

CMYK: (0,49,17,18)
C0M49Y17K18 (0%, 49%, 17%, 18%)
(0.00 / 0.49 / 0.17 / 0.18)

CMYK percentages

%0
%48.8
%16.75
%18.04

Codes

Color #D16BAE in popluar color models

D1 6B AE
RGB 209 107 174
HSL 321° 52.58% 61.96%
HSB/HSV 321° 48.80% 81.96%
CMYK 0.00% 48.80% 16.75%
18.04%

Color #D16BAE in popluar number systems.

HEX D1 6B AE
Decimal 209 107 174
Binary 11010001 1101011 10101110
Octal 321 153 256

Shades and tints

Shades of #D16BAE

#D16BAE
(209,107,174)
#BE629F
(190,98,159)
#AB5990
(171,89,144)
#985081
(152,80,129)
#854772
(133,71,114)
#723E63
(114,62,99)
#5F3554
(95,53,84)
#4C2C45
(76,44,69)
#392336
(57,35,54)
#261A27
(38,26,39)
#131118
(19,17,24)
#000000
(0,0,0)

Tints of #D16BAE

#D16BAE
(209,107,174)
#D578B5
(213,120,181)
#D985BC
(217,133,188)
#DD92C3
(221,146,195)
#E19FCA
(225,159,202)
#E5ACD1
(229,172,209)
#E9B9D8
(233,185,216)
#EDC6DF
(237,198,223)
#F1D3E6
(241,211,230)
#F5E0ED
(245,224,237)
#F9EDF4
(249,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D16BAE color. Also use rgb(209,107,174) instead hex code.

Text Font Color

.myTextColor { color: #D16BAE; }

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

This text font color is #D16BAE.

Background Color

.myBgColor { background-color: #D16BAE; }

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

This div background color is #D16BAE.

Border color

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

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

This div border color is #D16BAE.

Opacity

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

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

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

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

This text has shadow with #D16BAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D16BAE.

Preview

Color preview on black background

This text has color #D16BAE on black background.


Color preview on white background

This text has color #D16BAE on white background.


Black color preview on #D16BAE background

This text has black color on #D16BAE background.


White color preview on #D16BAE background

This text has white color on #D16BAE background.


Related colors

Complementary color

Complementary color for #hex is #2E9451.


I love getcolorcode.com

Triadic colors

1 #AED16B and #6BAED1 with #D16BAE are triadic colors.

2 #AE6BD1 and #6BD1AE with #D16BAE are triadic colors.