COLOR #D189AC

HEX: #D189AC
RGB: (209,137,172)

Color info

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

RGB color model

#D189AC color RGB value is (209,137,172).

  • red value is 209;
  • green value is 137;
  • blue value is 172.
RGB:
(209,137,172)
(82%,54%,67%)

RGB channels and saturation

R 209 of 255 = 82%
G 137 of 255 = 54%
B 172 of 255 = 67%

209
137
172

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

Portions of RGB colors in percentages

R + G + B =
209 + 137 + 172 = 518 (100%)
R 209 of 518 ~ 40.35%
G 137 of 518 ~ 26.45%
B 172 of 518 ~ 33.2%

%40.35
%26.45
%33.2

CMYK color model

#D189AC color CMYK value is (0,34,18,18).

  • cyan value is 0.00%
  • magenta value is 34.45%
  • yellow value is 17.70%
  • key color value is 18.04%
CMYK:
(0,34,18,18)
C0M34Y18K18 
(0%,34%,18%,18%)
(0.00/0.34/0.18/0.18)	

CMYK percentages

%0
%34.45
%17.7
%18.04

Codes

Color #D189AC in popluar color models

D189AC
RGB209137172
HSL331°43.90%67.84%
HSB/HSV331°34.45%81.96%
CMYK0.00%34.45%17.70%
18.04%

Color #D189AC in popluar number systems.

HEXD189AC
Decimal209137172
Binary110100011000100110101100
Octal321211254

Shades and tints

Shades of #D189AC

#D189AC
(209,137,172)
#BE7D9D
(190,125,157)
#AB718E
(171,113,142)
#98657F
(152,101,127)
#855970
(133,89,112)
#724D61
(114,77,97)
#5F4152
(95,65,82)
#4C3543
(76,53,67)
#392934
(57,41,52)
#261D25
(38,29,37)
#131116
(19,17,22)
#000000
(0,0,0)

Tints of #D189AC

#D189AC
(209,137,172)
#D593B3
(213,147,179)
#D99DBA
(217,157,186)
#DDA7C1
(221,167,193)
#E1B1C8
(225,177,200)
#E5BBCF
(229,187,207)
#E9C5D6
(233,197,214)
#EDCFDD
(237,207,221)
#F1D9E4
(241,217,228)
#F5E3EB
(245,227,235)
#F9EDF2
(249,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D189AC color. Also use rgb(209,137,172) instead hex code.

Text Font Color

.myTextColor { color: #D189AC; }

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

This text font color is #D189AC.


Background Color

.myBgColor { background-color: #D189AC; }

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

This div background color is #D189AC.


Border color

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

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

This div border color is #D189AC.


Opacity

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

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

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

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

This text has shadow with #D189AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D189AC on black background.


Color preview on white background

This text has color #D189AC on white background.



Black color preview on #D189AC background

This text has black color on #D189AC background.


White color preview on #D189AC background

This text has white color on #D189AC background.