COLOR #D67070

HEX: #D67070 RGB: (214,112,112)

Color info

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

RGB color model

#D67070 color RGB value is (214,112,112).

RGB: (214,112,112) (84%, 44%, 44%)

RGB channels and saturation

R 214 of 255 = 84%
G 112 of 255 = 44%
B 112 of 255 = 44%

214
112
112

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

Portions of RGB colors in percentages

R + G + B = 214 + 112 + 112 = 438 (100%)
R 214 of 438 ~ 48.86%
G 112 of 438 ~ 25.57%
B 112 of 438 ~ 25.57'%

%48.86
%25.57
%25.57

CMYK color model

#D67070 color CMYK value is (0,48,48,16).

  • cyan value is 0.00%
  • magenta value is 47.66%
  • yellow value is 47.66%
  • key color value is 16.08%

CMYK: (0,48,48,16)
C0M48Y48K16 (0%, 48%, 48%, 16%)
(0.00 / 0.48 / 0.48 / 0.16)

CMYK percentages

%0
%47.66
%47.66
%16.08

Codes

Color #D67070 in popluar color models

D6 70 70
RGB 214 112 112
HSL 55.43% 63.92%
HSB/HSV 47.66% 83.92%
CMYK 0.00% 47.66% 47.66%
16.08%

Color #D67070 in popluar number systems.

HEX D6 70 70
Decimal 214 112 112
Binary 11010110 1110000 1110000
Octal 326 160 160

Shades and tints

Shades of #D67070

#D67070
(214,112,112)
#C36666
(195,102,102)
#B05C5C
(176,92,92)
#9D5252
(157,82,82)
#8A4848
(138,72,72)
#773E3E
(119,62,62)
#643434
(100,52,52)
#512A2A
(81,42,42)
#3E2020
(62,32,32)
#2B1616
(43,22,22)
#180C0C
(24,12,12)
#000000
(0,0,0)

Tints of #D67070

#D67070
(214,112,112)
#D97D7D
(217,125,125)
#DC8A8A
(220,138,138)
#DF9797
(223,151,151)
#E2A4A4
(226,164,164)
#E5B1B1
(229,177,177)
#E8BEBE
(232,190,190)
#EBCBCB
(235,203,203)
#EED8D8
(238,216,216)
#F1E5E5
(241,229,229)
#F4F2F2
(244,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D67070; }

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

This text font color is #D67070.

Background Color

.myBgColor { background-color: #D67070; }

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

This div background color is #D67070.

Border color

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

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

This div border color is #D67070.

Opacity

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

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

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

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

This text has shadow with #D67070 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D67070.

Preview

Color preview on black background

This text has color #D67070 on black background.


Color preview on white background

This text has color #D67070 on white background.


Black color preview on #D67070 background

This text has black color on #D67070 background.


White color preview on #D67070 background

This text has white color on #D67070 background.


Related colors

Complementary color

Complementary color for #hex is #298F8F.


I love getcolorcode.com