COLOR #DE9997

HEX: #DE9997 RGB: (222,153,151)

Color info

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

RGB color model

#DE9997 color RGB value is (222,153,151).

RGB: (222,153,151) (87%, 60%, 59%)

RGB channels and saturation

R 222 of 255 = 87%
G 153 of 255 = 60%
B 151 of 255 = 59%

222
153
151

R + G + B ~ 69%. #DE9997 is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 153 + 151 = 526 (100%)
R 222 of 526 ~ 42.21%
G 153 of 526 ~ 29.09%
B 151 of 526 ~ 28.71'%

%42.21
%29.09
%28.71

CMYK color model

#DE9997 color CMYK value is (0,31,32,13).

  • cyan value is 0.00%
  • magenta value is 31.08%
  • yellow value is 31.98%
  • key color value is 12.94%

CMYK: (0,31,32,13)
C0M31Y32K13 (0%, 31%, 32%, 13%)
(0.00 / 0.31 / 0.32 / 0.13)

CMYK percentages

%0
%31.08
%31.98
%12.94

Codes

Color #DE9997 in popluar color models

DE 99 97
RGB 222 153 151
HSL 51.82% 73.14%
HSB/HSV 31.98% 87.06%
CMYK 0.00% 31.08% 31.98%
12.94%

Color #DE9997 in popluar number systems.

HEX DE 99 97
Decimal 222 153 151
Binary 11011110 10011001 10010111
Octal 336 231 227

Shades and tints

Shades of #DE9997

#DE9997
(222,153,151)
#CA8C8A
(202,140,138)
#B67F7D
(182,127,125)
#A27270
(162,114,112)
#8E6563
(142,101,99)
#7A5856
(122,88,86)
#664B49
(102,75,73)
#523E3C
(82,62,60)
#3E312F
(62,49,47)
#2A2422
(42,36,34)
#161715
(22,23,21)
#000000
(0,0,0)

Tints of #DE9997

#DE9997
(222,153,151)
#E1A2A0
(225,162,160)
#E4ABA9
(228,171,169)
#E7B4B2
(231,180,178)
#EABDBB
(234,189,187)
#EDC6C4
(237,198,196)
#F0CFCD
(240,207,205)
#F3D8D6
(243,216,214)
#F6E1DF
(246,225,223)
#F9EAE8
(249,234,232)
#FCF3F1
(252,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DE9997; }

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

This text font color is #DE9997.

Background Color

.myBgColor { background-color: #DE9997; }

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

This div background color is #DE9997.

Border color

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

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

This div border color is #DE9997.

Opacity

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

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

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

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

This text has shadow with #DE9997 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DE9997.

Preview

Color preview on black background

This text has color #DE9997 on black background.


Color preview on white background

This text has color #DE9997 on white background.


Black color preview on #DE9997 background

This text has black color on #DE9997 background.


White color preview on #DE9997 background

This text has white color on #DE9997 background.


Related colors

Complementary color

Complementary color for #hex is #216668.


I love getcolorcode.com

Triadic colors

1 #97DE99 and #9997DE with #DE9997 are triadic colors.

2 #9799DE and #99DE97 with #DE9997 are triadic colors.