COLOR #D18686

HEX: #D18686
RGB: (209,134,134)

Color info

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

RGB color model

#D18686 color RGB value is (209,134,134).

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

RGB channels and saturation

R 209 of 255 = 82%
G 134 of 255 = 53%
B 134 of 255 = 53%

209
134
134

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

Portions of RGB colors in percentages

R + G + B =
209 + 134 + 134 = 477 (100%)
R 209 of 477 ~ 43.82%
G 134 of 477 ~ 28.09%
B 134 of 477 ~ 28.09%

%43.82
%28.09
%28.09

CMYK color model

#D18686 color CMYK value is (0,36,36,18).

  • cyan value is 0.00%
  • magenta value is 35.89%
  • yellow value is 35.89%
  • key color value is 18.04%
CMYK:
(0,36,36,18)
C0M36Y36K18 
(0%,36%,36%,18%)
(0.00/0.36/0.36/0.18)	

CMYK percentages

%0
%35.89
%35.89
%18.04

Codes

Color #D18686 in popluar color models

D18686
RGB209134134
HSL44.91%67.25%
HSB/HSV35.89%81.96%
CMYK0.00%35.89%35.89%
18.04%

Color #D18686 in popluar number systems.

HEXD18686
Decimal209134134
Binary110100011000011010000110
Octal321206206

Shades and tints

Shades of #D18686

#D18686
(209,134,134)
#BE7A7A
(190,122,122)
#AB6E6E
(171,110,110)
#986262
(152,98,98)
#855656
(133,86,86)
#724A4A
(114,74,74)
#5F3E3E
(95,62,62)
#4C3232
(76,50,50)
#392626
(57,38,38)
#261A1A
(38,26,26)
#130E0E
(19,14,14)
#000000
(0,0,0)

Tints of #D18686

#D18686
(209,134,134)
#D59191
(213,145,145)
#D99C9C
(217,156,156)
#DDA7A7
(221,167,167)
#E1B2B2
(225,178,178)
#E5BDBD
(229,189,189)
#E9C8C8
(233,200,200)
#EDD3D3
(237,211,211)
#F1DEDE
(241,222,222)
#F5E9E9
(245,233,233)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D18686; }

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

This text font color is #D18686.


Background Color

.myBgColor { background-color: #D18686; }

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

This div background color is #D18686.


Border color

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

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

This div border color is #D18686.


Opacity

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

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

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

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

This text has shadow with #D18686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D18686 on black background.


Color preview on white background

This text has color #D18686 on white background.



Black color preview on #D18686 background

This text has black color on #D18686 background.


White color preview on #D18686 background

This text has white color on #D18686 background.