COLOR #D18A6A

HEX: #D18A6A
RGB: (209,138,106)

Color info

#D18A6A contains mainly red color. Web safe color of #D18A6A is #CC9966 (or #C96).

RGB color model

#D18A6A color RGB value is (209,138,106).

  • red value is 209;
  • green value is 138;
  • blue value is 106.
RGB:
(209,138,106)
(82%,54%,42%)

RGB channels and saturation

R 209 of 255 = 82%
G 138 of 255 = 54%
B 106 of 255 = 42%

209
138
106

R + G + B ~ 59%. #D18A6A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
209 + 138 + 106 = 453 (100%)
R 209 of 453 ~ 46.14%
G 138 of 453 ~ 30.46%
B 106 of 453 ~ 23.4%

%46.14
%30.46
%23.4

CMYK color model

#D18A6A color CMYK value is (0,34,49,18).

  • cyan value is 0.00%
  • magenta value is 33.97%
  • yellow value is 49.28%
  • key color value is 18.04%
CMYK:
(0,34,49,18)
C0M34Y49K18 
(0%,34%,49%,18%)
(0.00/0.34/0.49/0.18)	

CMYK percentages

%0
%33.97
%49.28
%18.04

Codes

Color #D18A6A in popluar color models

D18A6A
RGB209138106
HSL19°52.82%61.76%
HSB/HSV19°49.28%81.96%
CMYK0.00%33.97%49.28%
18.04%

Color #D18A6A in popluar number systems.

HEXD18A6A
Decimal209138106
Binary11010001100010101101010
Octal321212152

Shades and tints

Shades of #D18A6A

#D18A6A
(209,138,106)
#BE7E61
(190,126,97)
#AB7258
(171,114,88)
#98664F
(152,102,79)
#855A46
(133,90,70)
#724E3D
(114,78,61)
#5F4234
(95,66,52)
#4C362B
(76,54,43)
#392A22
(57,42,34)
#261E19
(38,30,25)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #D18A6A

#D18A6A
(209,138,106)
#D59477
(213,148,119)
#D99E84
(217,158,132)
#DDA891
(221,168,145)
#E1B29E
(225,178,158)
#E5BCAB
(229,188,171)
#E9C6B8
(233,198,184)
#EDD0C5
(237,208,197)
#F1DAD2
(241,218,210)
#F5E4DF
(245,228,223)
#F9EEEC
(249,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D18A6A; }

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

This text font color is #D18A6A.


Background Color

.myBgColor { background-color: #D18A6A; }

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

This div background color is #D18A6A.


Border color

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

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

This div border color is #D18A6A.


Opacity

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

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

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

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

This text has shadow with #D18A6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D18A6A on black background.


Color preview on white background

This text has color #D18A6A on white background.



Black color preview on #D18A6A background

This text has black color on #D18A6A background.


White color preview on #D18A6A background

This text has white color on #D18A6A background.