COLOR #D07664

HEX: #D07664
RGB: (208,118,100)

Color info

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

RGB color model

#D07664 color RGB value is (208,118,100).

  • red value is 208;
  • green value is 118;
  • blue value is 100.
RGB:
(208,118,100)
(82%,46%,39%)

RGB channels and saturation

R 208 of 255 = 82%
G 118 of 255 = 46%
B 100 of 255 = 39%

208
118
100

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

Portions of RGB colors in percentages

R + G + B =
208 + 118 + 100 = 426 (100%)
R 208 of 426 ~ 48.83%
G 118 of 426 ~ 27.7%
B 100 of 426 ~ 23.47%

%48.83
%27.7
%23.47

CMYK color model

#D07664 color CMYK value is (0,43,52,18).

  • cyan value is 0.00%
  • magenta value is 43.27%
  • yellow value is 51.92%
  • key color value is 18.43%
CMYK:
(0,43,52,18)
C0M43Y52K18 
(0%,43%,52%,18%)
(0.00/0.43/0.52/0.18)	

CMYK percentages

%0
%43.27
%51.92
%18.43

Codes

Color #D07664 in popluar color models

D07664
RGB208118100
HSL10°53.47%60.39%
HSB/HSV10°51.92%81.57%
CMYK0.00%43.27%51.92%
18.43%

Color #D07664 in popluar number systems.

HEXD07664
Decimal208118100
Binary1101000011101101100100
Octal320166144

Shades and tints

Shades of #D07664

#D07664
(208,118,100)
#BE6C5B
(190,108,91)
#AC6252
(172,98,82)
#9A5849
(154,88,73)
#884E40
(136,78,64)
#764437
(118,68,55)
#643A2E
(100,58,46)
#523025
(82,48,37)
#40261C
(64,38,28)
#2E1C13
(46,28,19)
#1C120A
(28,18,10)
#000000
(0,0,0)

Tints of #D07664

#D07664
(208,118,100)
#D48272
(212,130,114)
#D88E80
(216,142,128)
#DC9A8E
(220,154,142)
#E0A69C
(224,166,156)
#E4B2AA
(228,178,170)
#E8BEB8
(232,190,184)
#ECCAC6
(236,202,198)
#F0D6D4
(240,214,212)
#F4E2E2
(244,226,226)
#F8EEF0
(248,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D07664; }

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

This text font color is #D07664.


Background Color

.myBgColor { background-color: #D07664; }

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

This div background color is #D07664.


Border color

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

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

This div border color is #D07664.


Opacity

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

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

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

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

This text has shadow with #D07664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D07664 on black background.


Color preview on white background

This text has color #D07664 on white background.



Black color preview on #D07664 background

This text has black color on #D07664 background.


White color preview on #D07664 background

This text has white color on #D07664 background.