COLOR #D18A90

HEX: #D18A90 RGB: (209,138,144)

Color info

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

RGB color model

#D18A90 color RGB value is (209,138,144).

RGB: (209,138,144) (82%, 54%, 56%)

RGB channels and saturation

R 209 of 255 = 82%
G 138 of 255 = 54%
B 144 of 255 = 56%

209
138
144

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

Portions of RGB colors in percentages

R + G + B = 209 + 138 + 144 = 491 (100%)
R 209 of 491 ~ 42.57%
G 138 of 491 ~ 28.11%
B 144 of 491 ~ 29.33'%

%42.57
%28.11
%29.33

CMYK color model

#D18A90 color CMYK value is (0,34,31,18).

  • cyan value is 0.00%
  • magenta value is 33.97%
  • yellow value is 31.10%
  • key color value is 18.04%
CMYK: (0,34,31,18) C0M34Y31K18 (0%,34%,31%,18%) (0.00/0.34/0.31/0.18) 

CMYK percentages

%0
%33.97
%31.1
%18.04

Codes

Color #D18A90 in popluar color models

D1 8A 90
RGB 209 138 144
HSL 355° 43.56% 68.04%
HSB/HSV 355° 33.97% 81.96%
CMYK 0.00% 33.97% 31.10%
18.04%

Color #D18A90 in popluar number systems.

HEX D1 8A 90
Decimal 209 138 144
Binary 11010001 10001010 10010000
Octal 321 212 220

Shades and tints

Shades of #D18A90

#D18A90
(209,138,144)
#BE7E83
(190,126,131)
#AB7276
(171,114,118)
#986669
(152,102,105)
#855A5C
(133,90,92)
#724E4F
(114,78,79)
#5F4242
(95,66,66)
#4C3635
(76,54,53)
#392A28
(57,42,40)
#261E1B
(38,30,27)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #D18A90

#D18A90
(209,138,144)
#D5949A
(213,148,154)
#D99EA4
(217,158,164)
#DDA8AE
(221,168,174)
#E1B2B8
(225,178,184)
#E5BCC2
(229,188,194)
#E9C6CC
(233,198,204)
#EDD0D6
(237,208,214)
#F1DAE0
(241,218,224)
#F5E4EA
(245,228,234)
#F9EEF4
(249,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D18A90; }

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

This text font color is #D18A90.

Background Color

.myBgColor { background-color: #D18A90; }

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

This div background color is #D18A90.

Border color

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

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

This div border color is #D18A90.

Opacity

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

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

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

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

This text has shadow with #D18A90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D18A90.

Preview

Color preview on black background

This text has color #D18A90 on black background.


Color preview on white background

This text has color #D18A90 on white background.


Black color preview on #D18A90 background

This text has black color on #D18A90 background.


White color preview on #D18A90 background

This text has white color on #D18A90 background.


Related colors

Complementary color

Complementary color for #hex is #2E756F.


I love getcolorcode.com

Triadic colors

1 #90D18A and #8A90D1 with #D18A90 are triadic colors.

2 #908AD1 and #8AD190 with #D18A90 are triadic colors.