COLOR #DE7F66

HEX: #DE7F66
RGB: (222,127,102)

Color info

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

RGB color model

#DE7F66 color RGB value is (222,127,102).

  • red value is 222;
  • green value is 127;
  • blue value is 102.
RGB:
(222,127,102)
(87%,50%,40%)

RGB channels and saturation

R 222 of 255 = 87%
G 127 of 255 = 50%
B 102 of 255 = 40%

222
127
102

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

Portions of RGB colors in percentages

R + G + B =
222 + 127 + 102 = 451 (100%)
R 222 of 451 ~ 49.22%
G 127 of 451 ~ 28.16%
B 102 of 451 ~ 22.62%

%49.22
%28.16
%22.62

CMYK color model

#DE7F66 color CMYK value is (0,43,54,13).

  • cyan value is 0.00%
  • magenta value is 42.79%
  • yellow value is 54.05%
  • key color value is 12.94%
CMYK:
(0,43,54,13)
C0M43Y54K13 
(0%,43%,54%,13%)
(0.00/0.43/0.54/0.13)	

CMYK percentages

%0
%42.79
%54.05
%12.94

Codes

Color #DE7F66 in popluar color models

DE7F66
RGB222127102
HSL13°64.52%63.53%
HSB/HSV13°54.05%87.06%
CMYK0.00%42.79%54.05%
12.94%

Color #DE7F66 in popluar number systems.

HEXDE7F66
Decimal222127102
Binary1101111011111111100110
Octal336177146

Shades and tints

Shades of #DE7F66

#DE7F66
(222,127,102)
#CA745D
(202,116,93)
#B66954
(182,105,84)
#A25E4B
(162,94,75)
#8E5342
(142,83,66)
#7A4839
(122,72,57)
#663D30
(102,61,48)
#523227
(82,50,39)
#3E271E
(62,39,30)
#2A1C15
(42,28,21)
#16110C
(22,17,12)
#000000
(0,0,0)

Tints of #DE7F66

#DE7F66
(222,127,102)
#E18A73
(225,138,115)
#E49580
(228,149,128)
#E7A08D
(231,160,141)
#EAAB9A
(234,171,154)
#EDB6A7
(237,182,167)
#F0C1B4
(240,193,180)
#F3CCC1
(243,204,193)
#F6D7CE
(246,215,206)
#F9E2DB
(249,226,219)
#FCEDE8
(252,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE7F66 color. Also use rgb(222,127,102) instead hex code.

Text Font Color

.myTextColor { color: #DE7F66; }

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

This text font color is #DE7F66.


Background Color

.myBgColor { background-color: #DE7F66; }

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

This div background color is #DE7F66.


Border color

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

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

This div border color is #DE7F66.


Opacity

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

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

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

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

This text has shadow with #DE7F66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE7F66 on black background.


Color preview on white background

This text has color #DE7F66 on white background.



Black color preview on #DE7F66 background

This text has black color on #DE7F66 background.


White color preview on #DE7F66 background

This text has white color on #DE7F66 background.