COLOR #D180BB

HEX: #D180BB
RGB: (209,128,187)

Color info

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

RGB color model

#D180BB color RGB value is (209,128,187).

  • red value is 209;
  • green value is 128;
  • blue value is 187.
RGB:
(209,128,187)
(82%,50%,73%)

RGB channels and saturation

R 209 of 255 = 82%
G 128 of 255 = 50%
B 187 of 255 = 73%

209
128
187

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

Portions of RGB colors in percentages

R + G + B =
209 + 128 + 187 = 524 (100%)
R 209 of 524 ~ 39.89%
G 128 of 524 ~ 24.43%
B 187 of 524 ~ 35.69%

%39.89
%24.43
%35.69

CMYK color model

#D180BB color CMYK value is (0,39,11,18).

  • cyan value is 0.00%
  • magenta value is 38.76%
  • yellow value is 10.53%
  • key color value is 18.04%
CMYK:
(0,39,11,18)
C0M39Y11K18 
(0%,39%,11%,18%)
(0.00/0.39/0.11/0.18)	

CMYK percentages

%0
%38.76
%10.53
%18.04

Codes

Color #D180BB in popluar color models

D180BB
RGB209128187
HSL316°46.82%66.08%
HSB/HSV316°38.76%81.96%
CMYK0.00%38.76%10.53%
18.04%

Color #D180BB in popluar number systems.

HEXD180BB
Decimal209128187
Binary110100011000000010111011
Octal321200273

Shades and tints

Shades of #D180BB

#D180BB
(209,128,187)
#BE75AA
(190,117,170)
#AB6A99
(171,106,153)
#985F88
(152,95,136)
#855477
(133,84,119)
#724966
(114,73,102)
#5F3E55
(95,62,85)
#4C3344
(76,51,68)
#392833
(57,40,51)
#261D22
(38,29,34)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #D180BB

#D180BB
(209,128,187)
#D58BC1
(213,139,193)
#D996C7
(217,150,199)
#DDA1CD
(221,161,205)
#E1ACD3
(225,172,211)
#E5B7D9
(229,183,217)
#E9C2DF
(233,194,223)
#EDCDE5
(237,205,229)
#F1D8EB
(241,216,235)
#F5E3F1
(245,227,241)
#F9EEF7
(249,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D180BB color. Also use rgb(209,128,187) instead hex code.

Text Font Color

.myTextColor { color: #D180BB; }

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

This text font color is #D180BB.


Background Color

.myBgColor { background-color: #D180BB; }

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

This div background color is #D180BB.


Border color

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

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

This div border color is #D180BB.


Opacity

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

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

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

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

This text has shadow with #D180BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D180BB on black background.


Color preview on white background

This text has color #D180BB on white background.



Black color preview on #D180BB background

This text has black color on #D180BB background.


White color preview on #D180BB background

This text has white color on #D180BB background.