COLOR #DE9F8D

HEX: #DE9F8D RGB: (222,159,141)

Color info

#DE9F8D contains mainly red color. Web safe color of #DE9F8D is #CC9999 (or #C99).

RGB color model

#DE9F8D color RGB value is (222,159,141).

RGB: (222,159,141) (87%, 62%, 55%)

RGB channels and saturation

R 222 of 255 = 87%
G 159 of 255 = 62%
B 141 of 255 = 55%

222
159
141

R + G + B ~ 68%. #DE9F8D is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 159 + 141 = 522 (100%)
R 222 of 522 ~ 42.53%
G 159 of 522 ~ 30.46%
B 141 of 522 ~ 27.01'%

%42.53
%30.46
%27.01

CMYK color model

#DE9F8D color CMYK value is (0,28,36,13).

  • cyan value is 0.00%
  • magenta value is 28.38%
  • yellow value is 36.49%
  • key color value is 12.94%

CMYK: (0,28,36,13)
C0M28Y36K13 (0%, 28%, 36%, 13%)
(0.00 / 0.28 / 0.36 / 0.13)

CMYK percentages

%0
%28.38
%36.49
%12.94

Codes

Color #DE9F8D in popluar color models

DE 9F 8D
RGB 222 159 141
HSL 13° 55.10% 71.18%
HSB/HSV 13° 36.49% 87.06%
CMYK 0.00% 28.38% 36.49%
12.94%

Color #DE9F8D in popluar number systems.

HEX DE 9F 8D
Decimal 222 159 141
Binary 11011110 10011111 10001101
Octal 336 237 215

Shades and tints

Shades of #DE9F8D

#DE9F8D
(222,159,141)
#CA9181
(202,145,129)
#B68375
(182,131,117)
#A27569
(162,117,105)
#8E675D
(142,103,93)
#7A5951
(122,89,81)
#664B45
(102,75,69)
#523D39
(82,61,57)
#3E2F2D
(62,47,45)
#2A2121
(42,33,33)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #DE9F8D

#DE9F8D
(222,159,141)
#E1A797
(225,167,151)
#E4AFA1
(228,175,161)
#E7B7AB
(231,183,171)
#EABFB5
(234,191,181)
#EDC7BF
(237,199,191)
#F0CFC9
(240,207,201)
#F3D7D3
(243,215,211)
#F6DFDD
(246,223,221)
#F9E7E7
(249,231,231)
#FCEFF1
(252,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE9F8D color. Also use rgb(222,159,141) instead hex code.

Text Font Color

.myTextColor { color: #DE9F8D; }

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

This text font color is #DE9F8D.

Background Color

.myBgColor { background-color: #DE9F8D; }

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

This div background color is #DE9F8D.

Border color

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

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

This div border color is #DE9F8D.

Opacity

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

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

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

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

This text has shadow with #DE9F8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DE9F8D.

Preview

Color preview on black background

This text has color #DE9F8D on black background.


Color preview on white background

This text has color #DE9F8D on white background.


Black color preview on #DE9F8D background

This text has black color on #DE9F8D background.


White color preview on #DE9F8D background

This text has white color on #DE9F8D background.


Related colors

Complementary color

Complementary color for #hex is #216072.


I love getcolorcode.com

Triadic colors

1 #8DDE9F and #9F8DDE with #DE9F8D are triadic colors.

2 #8D9FDE and #9FDE8D with #DE9F8D are triadic colors.