COLOR #D17BB8

HEX: #D17BB8 RGB: (209,123,184)

Color info

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

RGB color model

#D17BB8 color RGB value is (209,123,184).

RGB: (209,123,184) (82%, 48%, 72%)

RGB channels and saturation

R 209 of 255 = 82%
G 123 of 255 = 48%
B 184 of 255 = 72%

209
123
184

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

Portions of RGB colors in percentages

R + G + B = 209 + 123 + 184 = 516 (100%)
R 209 of 516 ~ 40.5%
G 123 of 516 ~ 23.84%
B 184 of 516 ~ 35.66'%

%40.5
%23.84
%35.66

CMYK color model

#D17BB8 color CMYK value is (0,41,12,18).

  • cyan value is 0.00%
  • magenta value is 41.15%
  • yellow value is 11.96%
  • key color value is 18.04%
CMYK: (0,41,12,18) C0M41Y12K18 (0%,41%,12%,18%) (0.00/0.41/0.12/0.18) 

CMYK percentages

%0
%41.15
%11.96
%18.04

Codes

Color #D17BB8 in popluar color models

D1 7B B8
RGB 209 123 184
HSL 317° 48.31% 65.10%
HSB/HSV 317° 41.15% 81.96%
CMYK 0.00% 41.15% 11.96%
18.04%

Color #D17BB8 in popluar number systems.

HEX D1 7B B8
Decimal 209 123 184
Binary 11010001 1111011 10111000
Octal 321 173 270

Shades and tints

Shades of #D17BB8

#D17BB8
(209,123,184)
#BE70A8
(190,112,168)
#AB6598
(171,101,152)
#985A88
(152,90,136)
#854F78
(133,79,120)
#724468
(114,68,104)
#5F3958
(95,57,88)
#4C2E48
(76,46,72)
#392338
(57,35,56)
#261828
(38,24,40)
#130D18
(19,13,24)
#000000
(0,0,0)

Tints of #D17BB8

#D17BB8
(209,123,184)
#D587BE
(213,135,190)
#D993C4
(217,147,196)
#DD9FCA
(221,159,202)
#E1ABD0
(225,171,208)
#E5B7D6
(229,183,214)
#E9C3DC
(233,195,220)
#EDCFE2
(237,207,226)
#F1DBE8
(241,219,232)
#F5E7EE
(245,231,238)
#F9F3F4
(249,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D17BB8; }

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

This text font color is #D17BB8.

Background Color

.myBgColor { background-color: #D17BB8; }

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

This div background color is #D17BB8.

Border color

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

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

This div border color is #D17BB8.

Opacity

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

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

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

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

This text has shadow with #D17BB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D17BB8.

Preview

Color preview on black background

This text has color #D17BB8 on black background.


Color preview on white background

This text has color #D17BB8 on white background.


Black color preview on #D17BB8 background

This text has black color on #D17BB8 background.


White color preview on #D17BB8 background

This text has white color on #D17BB8 background.


Related colors

Complementary color

Complementary color for #hex is #2E8447.


I love getcolorcode.com

Triadic colors

1 #B8D17B and #7BB8D1 with #D17BB8 are triadic colors.

2 #B87BD1 and #7BD1B8 with #D17BB8 are triadic colors.