COLOR #DEB19C

HEX: #DEB19C
RGB: (222,177,156)

Color info

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

RGB color model

#DEB19C color RGB value is (222,177,156).

  • red value is 222;
  • green value is 177;
  • blue value is 156.
RGB:
(222,177,156)
(87%,69%,61%)

RGB channels and saturation

R 222 of 255 = 87%
G 177 of 255 = 69%
B 156 of 255 = 61%

222
177
156

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

Portions of RGB colors in percentages

R + G + B =
222 + 177 + 156 = 555 (100%)
R 222 of 555 ~ 40%
G 177 of 555 ~ 31.89%
B 156 of 555 ~ 28.11%

%40
%31.89
%28.11

CMYK color model

#DEB19C color CMYK value is (0,20,30,13).

  • cyan value is 0.00%
  • magenta value is 20.27%
  • yellow value is 29.73%
  • key color value is 12.94%
CMYK:
(0,20,30,13)
C0M20Y30K13 
(0%,20%,30%,13%)
(0.00/0.20/0.30/0.13)	

CMYK percentages

%0
%20.27
%29.73
%12.94

Codes

Color #DEB19C in popluar color models

DEB19C
RGB222177156
HSL19°50.00%74.12%
HSB/HSV19°29.73%87.06%
CMYK0.00%20.27%29.73%
12.94%

Color #DEB19C in popluar number systems.

HEXDEB19C
Decimal222177156
Binary110111101011000110011100
Octal336261234

Shades and tints

Shades of #DEB19C

#DEB19C
(222,177,156)
#CAA18E
(202,161,142)
#B69180
(182,145,128)
#A28172
(162,129,114)
#8E7164
(142,113,100)
#7A6156
(122,97,86)
#665148
(102,81,72)
#52413A
(82,65,58)
#3E312C
(62,49,44)
#2A211E
(42,33,30)
#161110
(22,17,16)
#000000
(0,0,0)

Tints of #DEB19C

#DEB19C
(222,177,156)
#E1B8A5
(225,184,165)
#E4BFAE
(228,191,174)
#E7C6B7
(231,198,183)
#EACDC0
(234,205,192)
#EDD4C9
(237,212,201)
#F0DBD2
(240,219,210)
#F3E2DB
(243,226,219)
#F6E9E4
(246,233,228)
#F9F0ED
(249,240,237)
#FCF7F6
(252,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEB19C color. Also use rgb(222,177,156) instead hex code.

Text Font Color

.myTextColor { color: #DEB19C; }

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

This text font color is #DEB19C.


Background Color

.myBgColor { background-color: #DEB19C; }

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

This div background color is #DEB19C.


Border color

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

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

This div border color is #DEB19C.


Opacity

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

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

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

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

This text has shadow with #DEB19C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEB19C on black background.


Color preview on white background

This text has color #DEB19C on white background.



Black color preview on #DEB19C background

This text has black color on #DEB19C background.


White color preview on #DEB19C background

This text has white color on #DEB19C background.