COLOR #D1677A

HEX: #D1677A
RGB: (209,103,122)

Color info

#D1677A contains mainly red color. Web safe color of #D1677A is #CC6666 (or #C66).

RGB color model

#D1677A color RGB value is (209,103,122).

  • red value is 209;
  • green value is 103;
  • blue value is 122.
RGB:
(209,103,122)
(82%,40%,48%)

RGB channels and saturation

R 209 of 255 = 82%
G 103 of 255 = 40%
B 122 of 255 = 48%

209
103
122

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

Portions of RGB colors in percentages

R + G + B =
209 + 103 + 122 = 434 (100%)
R 209 of 434 ~ 48.16%
G 103 of 434 ~ 23.73%
B 122 of 434 ~ 28.11%

%48.16
%23.73
%28.11

CMYK color model

#D1677A color CMYK value is (0,51,42,18).

  • cyan value is 0.00%
  • magenta value is 50.72%
  • yellow value is 41.63%
  • key color value is 18.04%
CMYK:
(0,51,42,18)
C0M51Y42K18 
(0%,51%,42%,18%)
(0.00/0.51/0.42/0.18)	

CMYK percentages

%0
%50.72
%41.63
%18.04

Codes

Color #D1677A in popluar color models

D1677A
RGB209103122
HSL349°53.54%61.18%
HSB/HSV349°50.72%81.96%
CMYK0.00%50.72%41.63%
18.04%

Color #D1677A in popluar number systems.

HEXD1677A
Decimal209103122
Binary1101000111001111111010
Octal321147172

Shades and tints

Shades of #D1677A

#D1677A
(209,103,122)
#BE5E6F
(190,94,111)
#AB5564
(171,85,100)
#984C59
(152,76,89)
#85434E
(133,67,78)
#723A43
(114,58,67)
#5F3138
(95,49,56)
#4C282D
(76,40,45)
#391F22
(57,31,34)
#261617
(38,22,23)
#130D0C
(19,13,12)
#000000
(0,0,0)

Tints of #D1677A

#D1677A
(209,103,122)
#D57486
(213,116,134)
#D98192
(217,129,146)
#DD8E9E
(221,142,158)
#E19BAA
(225,155,170)
#E5A8B6
(229,168,182)
#E9B5C2
(233,181,194)
#EDC2CE
(237,194,206)
#F1CFDA
(241,207,218)
#F5DCE6
(245,220,230)
#F9E9F2
(249,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1677A; }

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

This text font color is #D1677A.


Background Color

.myBgColor { background-color: #D1677A; }

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

This div background color is #D1677A.


Border color

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

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

This div border color is #D1677A.


Opacity

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

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

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

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

This text has shadow with #D1677A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1677A on black background.


Color preview on white background

This text has color #D1677A on white background.



Black color preview on #D1677A background

This text has black color on #D1677A background.


White color preview on #D1677A background

This text has white color on #D1677A background.