COLOR #D18790

HEX: #D18790
RGB: (209,135,144)

Color info

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

RGB color model

#D18790 color RGB value is (209,135,144).

  • red value is 209;
  • green value is 135;
  • blue value is 144.
RGB:
(209,135,144)
(82%,53%,56%)

RGB channels and saturation

R 209 of 255 = 82%
G 135 of 255 = 53%
B 144 of 255 = 56%

209
135
144

R + G + B ~ 64%. #D18790 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 135 + 144 = 488 (100%)
R 209 of 488 ~ 42.83%
G 135 of 488 ~ 27.66%
B 144 of 488 ~ 29.51%

%42.83
%27.66
%29.51

CMYK color model

#D18790 color CMYK value is (0,35,31,18).

  • cyan value is 0.00%
  • magenta value is 35.41%
  • yellow value is 31.10%
  • key color value is 18.04%
CMYK:
(0,35,31,18)
C0M35Y31K18 
(0%,35%,31%,18%)
(0.00/0.35/0.31/0.18)	

CMYK percentages

%0
%35.41
%31.1
%18.04

Codes

Color #D18790 in popluar color models

D18790
RGB209135144
HSL353°44.58%67.45%
HSB/HSV353°35.41%81.96%
CMYK0.00%35.41%31.10%
18.04%

Color #D18790 in popluar number systems.

HEXD18790
Decimal209135144
Binary110100011000011110010000
Octal321207220

Shades and tints

Shades of #D18790

#D18790
(209,135,144)
#BE7B83
(190,123,131)
#AB6F76
(171,111,118)
#986369
(152,99,105)
#85575C
(133,87,92)
#724B4F
(114,75,79)
#5F3F42
(95,63,66)
#4C3335
(76,51,53)
#392728
(57,39,40)
#261B1B
(38,27,27)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #D18790

#D18790
(209,135,144)
#D5919A
(213,145,154)
#D99BA4
(217,155,164)
#DDA5AE
(221,165,174)
#E1AFB8
(225,175,184)
#E5B9C2
(229,185,194)
#E9C3CC
(233,195,204)
#EDCDD6
(237,205,214)
#F1D7E0
(241,215,224)
#F5E1EA
(245,225,234)
#F9EBF4
(249,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D18790 color. Also use rgb(209,135,144) instead hex code.

Text Font Color

.myTextColor { color: #D18790; }

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

This text font color is #D18790.


Background Color

.myBgColor { background-color: #D18790; }

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

This div background color is #D18790.


Border color

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

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

This div border color is #D18790.


Opacity

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

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

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

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

This text has shadow with #D18790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D18790 on black background.


Color preview on white background

This text has color #D18790 on white background.



Black color preview on #D18790 background

This text has black color on #D18790 background.


White color preview on #D18790 background

This text has white color on #D18790 background.