COLOR #DEAF99

HEX: #DEAF99 RGB: (222,175,153)

Color info

#DEAF99 contains mainly red and green colors. Web safe color of #DEAF99 is #CC9999 (or #C99).

RGB color model

#DEAF99 color RGB value is (222,175,153).

RGB: (222,175,153) (87%, 69%, 60%)

RGB channels and saturation

R 222 of 255 = 87%
G 175 of 255 = 69%
B 153 of 255 = 60%

222
175
153

R + G + B ~ 72%. #DEAF99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 175 + 153 = 550 (100%)
R 222 of 550 ~ 40.36%
G 175 of 550 ~ 31.82%
B 153 of 550 ~ 27.82'%

%40.36
%31.82
%27.82

CMYK color model

#DEAF99 color CMYK value is (0,21,31,13).

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

CMYK: (0,21,31,13)
C0M21Y31K13 (0%, 21%, 31%, 13%)
(0.00 / 0.21 / 0.31 / 0.13)

CMYK percentages

%0
%21.17
%31.08
%12.94

Codes

Color #DEAF99 in popluar color models

DE AF 99
RGB 222 175 153
HSL 19° 51.11% 73.53%
HSB/HSV 19° 31.08% 87.06%
CMYK 0.00% 21.17% 31.08%
12.94%

Color #DEAF99 in popluar number systems.

HEX DE AF 99
Decimal 222 175 153
Binary 11011110 10101111 10011001
Octal 336 257 231

Shades and tints

Shades of #DEAF99

#DEAF99
(222,175,153)
#CAA08C
(202,160,140)
#B6917F
(182,145,127)
#A28272
(162,130,114)
#8E7365
(142,115,101)
#7A6458
(122,100,88)
#66554B
(102,85,75)
#52463E
(82,70,62)
#3E3731
(62,55,49)
#2A2824
(42,40,36)
#161917
(22,25,23)
#000000
(0,0,0)

Tints of #DEAF99

#DEAF99
(222,175,153)
#E1B6A2
(225,182,162)
#E4BDAB
(228,189,171)
#E7C4B4
(231,196,180)
#EACBBD
(234,203,189)
#EDD2C6
(237,210,198)
#F0D9CF
(240,217,207)
#F3E0D8
(243,224,216)
#F6E7E1
(246,231,225)
#F9EEEA
(249,238,234)
#FCF5F3
(252,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEAF99; }

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

This text font color is #DEAF99.

Background Color

.myBgColor { background-color: #DEAF99; }

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

This div background color is #DEAF99.

Border color

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

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

This div border color is #DEAF99.

Opacity

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

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

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

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

This text has shadow with #DEAF99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEAF99.

Preview

Color preview on black background

This text has color #DEAF99 on black background.


Color preview on white background

This text has color #DEAF99 on white background.


Black color preview on #DEAF99 background

This text has black color on #DEAF99 background.


White color preview on #DEAF99 background

This text has white color on #DEAF99 background.


Related colors

Complementary color

Complementary color for #hex is #215066.


I love getcolorcode.com

Triadic colors

1 #99DEAF and #AF99DE with #DEAF99 are triadic colors.

2 #99AFDE and #AFDE99 with #DEAF99 are triadic colors.