COLOR #D18BAE

HEX: #D18BAE RGB: (209,139,174)

Color info

#D18BAE contains mainly red and blue colors. Web safe color of #D18BAE is #CC9999 (or #C99).

RGB color model

#D18BAE color RGB value is (209,139,174).

RGB: (209,139,174) (82%, 55%, 68%)

RGB channels and saturation

R 209 of 255 = 82%
G 139 of 255 = 55%
B 174 of 255 = 68%

209
139
174

R + G + B ~ 68%. #D18BAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 139 + 174 = 522 (100%)
R 209 of 522 ~ 40.04%
G 139 of 522 ~ 26.63%
B 174 of 522 ~ 33.33'%

%40.04
%26.63
%33.33

CMYK color model

#D18BAE color CMYK value is (0,33,17,18).

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

CMYK: (0,33,17,18)
C0M33Y17K18 (0%, 33%, 17%, 18%)
(0.00 / 0.33 / 0.17 / 0.18)

CMYK percentages

%0
%33.49
%16.75
%18.04

Codes

Color #D18BAE in popluar color models

D1 8B AE
RGB 209 139 174
HSL 330° 43.21% 68.24%
HSB/HSV 330° 33.49% 81.96%
CMYK 0.00% 33.49% 16.75%
18.04%

Color #D18BAE in popluar number systems.

HEX D1 8B AE
Decimal 209 139 174
Binary 11010001 10001011 10101110
Octal 321 213 256

Shades and tints

Shades of #D18BAE

#D18BAE
(209,139,174)
#BE7F9F
(190,127,159)
#AB7390
(171,115,144)
#986781
(152,103,129)
#855B72
(133,91,114)
#724F63
(114,79,99)
#5F4354
(95,67,84)
#4C3745
(76,55,69)
#392B36
(57,43,54)
#261F27
(38,31,39)
#131318
(19,19,24)
#000000
(0,0,0)

Tints of #D18BAE

#D18BAE
(209,139,174)
#D595B5
(213,149,181)
#D99FBC
(217,159,188)
#DDA9C3
(221,169,195)
#E1B3CA
(225,179,202)
#E5BDD1
(229,189,209)
#E9C7D8
(233,199,216)
#EDD1DF
(237,209,223)
#F1DBE6
(241,219,230)
#F5E5ED
(245,229,237)
#F9EFF4
(249,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D18BAE; }

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

This text font color is #D18BAE.

Background Color

.myBgColor { background-color: #D18BAE; }

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

This div background color is #D18BAE.

Border color

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

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

This div border color is #D18BAE.

Opacity

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

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

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

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

This text has shadow with #D18BAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D18BAE.

Preview

Color preview on black background

This text has color #D18BAE on black background.


Color preview on white background

This text has color #D18BAE on white background.


Black color preview on #D18BAE background

This text has black color on #D18BAE background.


White color preview on #D18BAE background

This text has white color on #D18BAE background.


Related colors

Complementary color

Complementary color for #hex is #2E7451.


I love getcolorcode.com

Triadic colors

1 #AED18B and #8BAED1 with #D18BAE are triadic colors.

2 #AE8BD1 and #8BD1AE with #D18BAE are triadic colors.