COLOR #DE9978

HEX: #DE9978
RGB: (222,153,120)

Color info

#DE9978 contains mainly red color. Web safe color of #DE9978 is #CC9966 (or #C96).

RGB color model

#DE9978 color RGB value is (222,153,120).

  • red value is 222;
  • green value is 153;
  • blue value is 120.
RGB:
(222,153,120)
(87%,60%,47%)

RGB channels and saturation

R 222 of 255 = 87%
G 153 of 255 = 60%
B 120 of 255 = 47%

222
153
120

R + G + B ~ 65%. #DE9978 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 153 + 120 = 495 (100%)
R 222 of 495 ~ 44.85%
G 153 of 495 ~ 30.91%
B 120 of 495 ~ 24.24%

%44.85
%30.91
%24.24

CMYK color model

#DE9978 color CMYK value is (0,31,46,13).

  • cyan value is 0.00%
  • magenta value is 31.08%
  • yellow value is 45.95%
  • key color value is 12.94%
CMYK:
(0,31,46,13)
C0M31Y46K13 
(0%,31%,46%,13%)
(0.00/0.31/0.46/0.13)	

CMYK percentages

%0
%31.08
%45.95
%12.94

Codes

Color #DE9978 in popluar color models

DE9978
RGB222153120
HSL19°60.71%67.06%
HSB/HSV19°45.95%87.06%
CMYK0.00%31.08%45.95%
12.94%

Color #DE9978 in popluar number systems.

HEXDE9978
Decimal222153120
Binary11011110100110011111000
Octal336231170

Shades and tints

Shades of #DE9978

#DE9978
(222,153,120)
#CA8C6E
(202,140,110)
#B67F64
(182,127,100)
#A2725A
(162,114,90)
#8E6550
(142,101,80)
#7A5846
(122,88,70)
#664B3C
(102,75,60)
#523E32
(82,62,50)
#3E3128
(62,49,40)
#2A241E
(42,36,30)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #DE9978

#DE9978
(222,153,120)
#E1A284
(225,162,132)
#E4AB90
(228,171,144)
#E7B49C
(231,180,156)
#EABDA8
(234,189,168)
#EDC6B4
(237,198,180)
#F0CFC0
(240,207,192)
#F3D8CC
(243,216,204)
#F6E1D8
(246,225,216)
#F9EAE4
(249,234,228)
#FCF3F0
(252,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE9978 color. Also use rgb(222,153,120) instead hex code.

Text Font Color

.myTextColor { color: #DE9978; }

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

This text font color is #DE9978.


Background Color

.myBgColor { background-color: #DE9978; }

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

This div background color is #DE9978.


Border color

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

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

This div border color is #DE9978.


Opacity

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

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

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

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

This text has shadow with #DE9978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE9978 on black background.


Color preview on white background

This text has color #DE9978 on white background.



Black color preview on #DE9978 background

This text has black color on #DE9978 background.


White color preview on #DE9978 background

This text has white color on #DE9978 background.