COLOR #D182B8

HEX: #D182B8
RGB: (209,130,184)

Color info

#D182B8 contains mainly red and blue colors. Web safe color of #D182B8 is #CC99CC (or #C9C).

RGB color model

#D182B8 color RGB value is (209,130,184).

  • red value is 209;
  • green value is 130;
  • blue value is 184.
RGB:
(209,130,184)
(82%,51%,72%)

RGB channels and saturation

R 209 of 255 = 82%
G 130 of 255 = 51%
B 184 of 255 = 72%

209
130
184

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

Portions of RGB colors in percentages

R + G + B =
209 + 130 + 184 = 523 (100%)
R 209 of 523 ~ 39.96%
G 130 of 523 ~ 24.86%
B 184 of 523 ~ 35.18%

%39.96
%24.86
%35.18

CMYK color model

#D182B8 color CMYK value is (0,38,12,18).

  • cyan value is 0.00%
  • magenta value is 37.80%
  • yellow value is 11.96%
  • key color value is 18.04%
CMYK:
(0,38,12,18)
C0M38Y12K18 
(0%,38%,12%,18%)
(0.00/0.38/0.12/0.18)	

CMYK percentages

%0
%37.8
%11.96
%18.04

Codes

Color #D182B8 in popluar color models

D182B8
RGB209130184
HSL319°46.20%66.47%
HSB/HSV319°37.80%81.96%
CMYK0.00%37.80%11.96%
18.04%

Color #D182B8 in popluar number systems.

HEXD182B8
Decimal209130184
Binary110100011000001010111000
Octal321202270

Shades and tints

Shades of #D182B8

#D182B8
(209,130,184)
#BE77A8
(190,119,168)
#AB6C98
(171,108,152)
#986188
(152,97,136)
#855678
(133,86,120)
#724B68
(114,75,104)
#5F4058
(95,64,88)
#4C3548
(76,53,72)
#392A38
(57,42,56)
#261F28
(38,31,40)
#131418
(19,20,24)
#000000
(0,0,0)

Tints of #D182B8

#D182B8
(209,130,184)
#D58DBE
(213,141,190)
#D998C4
(217,152,196)
#DDA3CA
(221,163,202)
#E1AED0
(225,174,208)
#E5B9D6
(229,185,214)
#E9C4DC
(233,196,220)
#EDCFE2
(237,207,226)
#F1DAE8
(241,218,232)
#F5E5EE
(245,229,238)
#F9F0F4
(249,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D182B8; }

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

This text font color is #D182B8.


Background Color

.myBgColor { background-color: #D182B8; }

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

This div background color is #D182B8.


Border color

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

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

This div border color is #D182B8.


Opacity

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

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

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

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

This text has shadow with #D182B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D182B8 on black background.


Color preview on white background

This text has color #D182B8 on white background.



Black color preview on #D182B8 background

This text has black color on #D182B8 background.


White color preview on #D182B8 background

This text has white color on #D182B8 background.