COLOR #D67676

HEX: #D67676
RGB: (214,118,118)

Color info

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

RGB color model

#D67676 color RGB value is (214,118,118).

  • red value is 214;
  • green value is 118;
  • blue value is 118.
RGB:
(214,118,118)
(84%,46%,46%)

RGB channels and saturation

R 214 of 255 = 84%
G 118 of 255 = 46%
B 118 of 255 = 46%

214
118
118

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

Portions of RGB colors in percentages

R + G + B =
214 + 118 + 118 = 450 (100%)
R 214 of 450 ~ 47.56%
G 118 of 450 ~ 26.22%
B 118 of 450 ~ 26.22%

%47.56
%26.22
%26.22

CMYK color model

#D67676 color CMYK value is (0,45,45,16).

  • cyan value is 0.00%
  • magenta value is 44.86%
  • yellow value is 44.86%
  • key color value is 16.08%
CMYK:
(0,45,45,16)
C0M45Y45K16 
(0%,45%,45%,16%)
(0.00/0.45/0.45/0.16)	

CMYK percentages

%0
%44.86
%44.86
%16.08

Codes

Color #D67676 in popluar color models

D67676
RGB214118118
HSL53.93%65.10%
HSB/HSV44.86%83.92%
CMYK0.00%44.86%44.86%
16.08%

Color #D67676 in popluar number systems.

HEXD67676
Decimal214118118
Binary1101011011101101110110
Octal326166166

Shades and tints

Shades of #D67676

#D67676
(214,118,118)
#C36C6C
(195,108,108)
#B06262
(176,98,98)
#9D5858
(157,88,88)
#8A4E4E
(138,78,78)
#774444
(119,68,68)
#643A3A
(100,58,58)
#513030
(81,48,48)
#3E2626
(62,38,38)
#2B1C1C
(43,28,28)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #D67676

#D67676
(214,118,118)
#D98282
(217,130,130)
#DC8E8E
(220,142,142)
#DF9A9A
(223,154,154)
#E2A6A6
(226,166,166)
#E5B2B2
(229,178,178)
#E8BEBE
(232,190,190)
#EBCACA
(235,202,202)
#EED6D6
(238,214,214)
#F1E2E2
(241,226,226)
#F4EEEE
(244,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D67676 color. Also use rgb(214,118,118) instead hex code.

Text Font Color

.myTextColor { color: #D67676; }

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

This text font color is #D67676.


Background Color

.myBgColor { background-color: #D67676; }

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

This div background color is #D67676.


Border color

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

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

This div border color is #D67676.


Opacity

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

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

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

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

This text has shadow with #D67676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D67676 on black background.


Color preview on white background

This text has color #D67676 on white background.



Black color preview on #D67676 background

This text has black color on #D67676 background.


White color preview on #D67676 background

This text has white color on #D67676 background.