COLOR #DE9B80

HEX: #DE9B80 RGB: (222,155,128)

Color info

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

RGB color model

#DE9B80 color RGB value is (222,155,128).

RGB: (222,155,128) (87%, 61%, 50%)

RGB channels and saturation

R 222 of 255 = 87%
G 155 of 255 = 61%
B 128 of 255 = 50%

222
155
128

R + G + B ~ 66%. #DE9B80 is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 155 + 128 = 505 (100%)
R 222 of 505 ~ 43.96%
G 155 of 505 ~ 30.69%
B 128 of 505 ~ 25.35'%

%43.96
%30.69
%25.35

CMYK color model

#DE9B80 color CMYK value is (0,30,42,13).

  • cyan value is 0.00%
  • magenta value is 30.18%
  • yellow value is 42.34%
  • key color value is 12.94%

CMYK: (0,30,42,13)
C0M30Y42K13 (0%, 30%, 42%, 13%)
(0.00 / 0.30 / 0.42 / 0.13)

CMYK percentages

%0
%30.18
%42.34
%12.94

Codes

Color #DE9B80 in popluar color models

DE 9B 80
RGB 222 155 128
HSL 17° 58.75% 68.63%
HSB/HSV 17° 42.34% 87.06%
CMYK 0.00% 30.18% 42.34%
12.94%

Color #DE9B80 in popluar number systems.

HEX DE 9B 80
Decimal 222 155 128
Binary 11011110 10011011 10000000
Octal 336 233 200

Shades and tints

Shades of #DE9B80

#DE9B80
(222,155,128)
#CA8D75
(202,141,117)
#B67F6A
(182,127,106)
#A2715F
(162,113,95)
#8E6354
(142,99,84)
#7A5549
(122,85,73)
#66473E
(102,71,62)
#523933
(82,57,51)
#3E2B28
(62,43,40)
#2A1D1D
(42,29,29)
#160F12
(22,15,18)
#000000
(0,0,0)

Tints of #DE9B80

#DE9B80
(222,155,128)
#E1A48B
(225,164,139)
#E4AD96
(228,173,150)
#E7B6A1
(231,182,161)
#EABFAC
(234,191,172)
#EDC8B7
(237,200,183)
#F0D1C2
(240,209,194)
#F3DACD
(243,218,205)
#F6E3D8
(246,227,216)
#F9ECE3
(249,236,227)
#FCF5EE
(252,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE9B80 color. Also use rgb(222,155,128) instead hex code.

Text Font Color

.myTextColor { color: #DE9B80; }

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

This text font color is #DE9B80.

Background Color

.myBgColor { background-color: #DE9B80; }

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

This div background color is #DE9B80.

Border color

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

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

This div border color is #DE9B80.

Opacity

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

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

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

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

This text has shadow with #DE9B80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DE9B80.

Preview

Color preview on black background

This text has color #DE9B80 on black background.


Color preview on white background

This text has color #DE9B80 on white background.


Black color preview on #DE9B80 background

This text has black color on #DE9B80 background.


White color preview on #DE9B80 background

This text has white color on #DE9B80 background.


Related colors

Complementary color

Complementary color for #hex is #21647F.


I love getcolorcode.com

Triadic colors

1 #80DE9B and #9B80DE with #DE9B80 are triadic colors.

2 #809BDE and #9BDE80 with #DE9B80 are triadic colors.