COLOR #D1828B

HEX: #D1828B
RGB: (209,130,139)

Color info

#D1828B contains mainly red color. Web safe color of #D1828B is #CC9999 (or #C99).

RGB color model

#D1828B color RGB value is (209,130,139).

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

RGB channels and saturation

R 209 of 255 = 82%
G 130 of 255 = 51%
B 139 of 255 = 55%

209
130
139

R + G + B ~ 63%. #D1828B is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 130 + 139 = 478 (100%)
R 209 of 478 ~ 43.72%
G 130 of 478 ~ 27.2%
B 139 of 478 ~ 29.08%

%43.72
%27.2
%29.08

CMYK color model

#D1828B color CMYK value is (0,38,33,18).

  • cyan value is 0.00%
  • magenta value is 37.80%
  • yellow value is 33.49%
  • key color value is 18.04%
CMYK:
(0,38,33,18)
C0M38Y33K18 
(0%,38%,33%,18%)
(0.00/0.38/0.33/0.18)	

CMYK percentages

%0
%37.8
%33.49
%18.04

Codes

Color #D1828B in popluar color models

D1828B
RGB209130139
HSL353°46.20%66.47%
HSB/HSV353°37.80%81.96%
CMYK0.00%37.80%33.49%
18.04%

Color #D1828B in popluar number systems.

HEXD1828B
Decimal209130139
Binary110100011000001010001011
Octal321202213

Shades and tints

Shades of #D1828B

#D1828B
(209,130,139)
#BE777F
(190,119,127)
#AB6C73
(171,108,115)
#986167
(152,97,103)
#85565B
(133,86,91)
#724B4F
(114,75,79)
#5F4043
(95,64,67)
#4C3537
(76,53,55)
#392A2B
(57,42,43)
#261F1F
(38,31,31)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #D1828B

#D1828B
(209,130,139)
#D58D95
(213,141,149)
#D9989F
(217,152,159)
#DDA3A9
(221,163,169)
#E1AEB3
(225,174,179)
#E5B9BD
(229,185,189)
#E9C4C7
(233,196,199)
#EDCFD1
(237,207,209)
#F1DADB
(241,218,219)
#F5E5E5
(245,229,229)
#F9F0EF
(249,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1828B; }

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

This text font color is #D1828B.


Background Color

.myBgColor { background-color: #D1828B; }

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

This div background color is #D1828B.


Border color

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

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

This div border color is #D1828B.


Opacity

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

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

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

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

This text has shadow with #D1828B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1828B on black background.


Color preview on white background

This text has color #D1828B on white background.



Black color preview on #D1828B background

This text has black color on #D1828B background.


White color preview on #D1828B background

This text has white color on #D1828B background.