COLOR #D1849C

HEX: #D1849C
RGB: (209,132,156)

Color info

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

RGB color model

#D1849C color RGB value is (209,132,156).

  • red value is 209;
  • green value is 132;
  • blue value is 156.
RGB:
(209,132,156)
(82%,52%,61%)

RGB channels and saturation

R 209 of 255 = 82%
G 132 of 255 = 52%
B 156 of 255 = 61%

209
132
156

R + G + B ~ 65%. #D1849C is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 132 + 156 = 497 (100%)
R 209 of 497 ~ 42.05%
G 132 of 497 ~ 26.56%
B 156 of 497 ~ 31.39%

%42.05
%26.56
%31.39

CMYK color model

#D1849C color CMYK value is (0,37,25,18).

  • cyan value is 0.00%
  • magenta value is 36.84%
  • yellow value is 25.36%
  • key color value is 18.04%
CMYK:
(0,37,25,18)
C0M37Y25K18 
(0%,37%,25%,18%)
(0.00/0.37/0.25/0.18)	

CMYK percentages

%0
%36.84
%25.36
%18.04

Codes

Color #D1849C in popluar color models

D1849C
RGB209132156
HSL341°45.56%66.86%
HSB/HSV341°36.84%81.96%
CMYK0.00%36.84%25.36%
18.04%

Color #D1849C in popluar number systems.

HEXD1849C
Decimal209132156
Binary110100011000010010011100
Octal321204234

Shades and tints

Shades of #D1849C

#D1849C
(209,132,156)
#BE788E
(190,120,142)
#AB6C80
(171,108,128)
#986072
(152,96,114)
#855464
(133,84,100)
#724856
(114,72,86)
#5F3C48
(95,60,72)
#4C303A
(76,48,58)
#39242C
(57,36,44)
#26181E
(38,24,30)
#130C10
(19,12,16)
#000000
(0,0,0)

Tints of #D1849C

#D1849C
(209,132,156)
#D58FA5
(213,143,165)
#D99AAE
(217,154,174)
#DDA5B7
(221,165,183)
#E1B0C0
(225,176,192)
#E5BBC9
(229,187,201)
#E9C6D2
(233,198,210)
#EDD1DB
(237,209,219)
#F1DCE4
(241,220,228)
#F5E7ED
(245,231,237)
#F9F2F6
(249,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1849C color. Also use rgb(209,132,156) instead hex code.

Text Font Color

.myTextColor { color: #D1849C; }

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

This text font color is #D1849C.


Background Color

.myBgColor { background-color: #D1849C; }

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

This div background color is #D1849C.


Border color

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

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

This div border color is #D1849C.


Opacity

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

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

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

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

This text has shadow with #D1849C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1849C on black background.


Color preview on white background

This text has color #D1849C on white background.



Black color preview on #D1849C background

This text has black color on #D1849C background.


White color preview on #D1849C background

This text has white color on #D1849C background.