COLOR #D3677A

HEX: #D3677A
RGB: (211,103,122)

Color info

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

RGB color model

#D3677A color RGB value is (211,103,122).

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

RGB channels and saturation

R 211 of 255 = 83%
G 103 of 255 = 40%
B 122 of 255 = 48%

211
103
122

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

Portions of RGB colors in percentages

R + G + B =
211 + 103 + 122 = 436 (100%)
R 211 of 436 ~ 48.39%
G 103 of 436 ~ 23.62%
B 122 of 436 ~ 27.98%

%48.39
%23.62
%27.98

CMYK color model

#D3677A color CMYK value is (0,51,42,17).

  • cyan value is 0.00%
  • magenta value is 51.18%
  • yellow value is 42.18%
  • key color value is 17.25%
CMYK:
(0,51,42,17)
C0M51Y42K17 
(0%,51%,42%,17%)
(0.00/0.51/0.42/0.17)	

CMYK percentages

%0
%51.18
%42.18
%17.25

Codes

Color #D3677A in popluar color models

D3677A
RGB211103122
HSL349°55.10%61.57%
HSB/HSV349°51.18%82.75%
CMYK0.00%51.18%42.18%
17.25%

Color #D3677A in popluar number systems.

HEXD3677A
Decimal211103122
Binary1101001111001111111010
Octal323147172

Shades and tints

Shades of #D3677A

#D3677A
(211,103,122)
#C05E6F
(192,94,111)
#AD5564
(173,85,100)
#9A4C59
(154,76,89)
#87434E
(135,67,78)
#743A43
(116,58,67)
#613138
(97,49,56)
#4E282D
(78,40,45)
#3B1F22
(59,31,34)
#281617
(40,22,23)
#150D0C
(21,13,12)
#000000
(0,0,0)

Tints of #D3677A

#D3677A
(211,103,122)
#D77486
(215,116,134)
#DB8192
(219,129,146)
#DF8E9E
(223,142,158)
#E39BAA
(227,155,170)
#E7A8B6
(231,168,182)
#EBB5C2
(235,181,194)
#EFC2CE
(239,194,206)
#F3CFDA
(243,207,218)
#F7DCE6
(247,220,230)
#FBE9F2
(251,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3677A; }

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

This text font color is #D3677A.


Background Color

.myBgColor { background-color: #D3677A; }

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

This div background color is #D3677A.


Border color

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

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

This div border color is #D3677A.


Opacity

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

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

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

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

This text has shadow with #D3677A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3677A on black background.


Color preview on white background

This text has color #D3677A on white background.



Black color preview on #D3677A background

This text has black color on #D3677A background.


White color preview on #D3677A background

This text has white color on #D3677A background.