COLOR #DEBCAA

HEX: #DEBCAA
RGB: (222,188,170)

Color info

#DEBCAA contains red, green and blue colors in about the same proportion. Web safe color of #DEBCAA is #CCCC99 (or #CC9).

RGB color model

#DEBCAA color RGB value is (222,188,170).

  • red value is 222;
  • green value is 188;
  • blue value is 170.
RGB:
(222,188,170)
(87%,74%,67%)

RGB channels and saturation

R 222 of 255 = 87%
G 188 of 255 = 74%
B 170 of 255 = 67%

222
188
170

R + G + B ~ 76%. #DEBCAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 188 + 170 = 580 (100%)
R 222 of 580 ~ 38.28%
G 188 of 580 ~ 32.41%
B 170 of 580 ~ 29.31%

%38.28
%32.41
%29.31

CMYK color model

#DEBCAA color CMYK value is (0,15,23,13).

  • cyan value is 0.00%
  • magenta value is 15.32%
  • yellow value is 23.42%
  • key color value is 12.94%
CMYK:
(0,15,23,13)
C0M15Y23K13 
(0%,15%,23%,13%)
(0.00/0.15/0.23/0.13)	

CMYK percentages

%0
%15.32
%23.42
%12.94

Codes

Color #DEBCAA in popluar color models

DEBCAA
RGB222188170
HSL21°44.07%76.86%
HSB/HSV21°23.42%87.06%
CMYK0.00%15.32%23.42%
12.94%

Color #DEBCAA in popluar number systems.

HEXDEBCAA
Decimal222188170
Binary110111101011110010101010
Octal336274252

Shades and tints

Shades of #DEBCAA

#DEBCAA
(222,188,170)
#CAAB9B
(202,171,155)
#B69A8C
(182,154,140)
#A2897D
(162,137,125)
#8E786E
(142,120,110)
#7A675F
(122,103,95)
#665650
(102,86,80)
#524541
(82,69,65)
#3E3432
(62,52,50)
#2A2323
(42,35,35)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #DEBCAA

#DEBCAA
(222,188,170)
#E1C2B1
(225,194,177)
#E4C8B8
(228,200,184)
#E7CEBF
(231,206,191)
#EAD4C6
(234,212,198)
#EDDACD
(237,218,205)
#F0E0D4
(240,224,212)
#F3E6DB
(243,230,219)
#F6ECE2
(246,236,226)
#F9F2E9
(249,242,233)
#FCF8F0
(252,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEBCAA color. Also use rgb(222,188,170) instead hex code.

Text Font Color

.myTextColor { color: #DEBCAA; }

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

This text font color is #DEBCAA.


Background Color

.myBgColor { background-color: #DEBCAA; }

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

This div background color is #DEBCAA.


Border color

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

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

This div border color is #DEBCAA.


Opacity

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

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

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

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

This text has shadow with #DEBCAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEBCAA on black background.


Color preview on white background

This text has color #DEBCAA on white background.



Black color preview on #DEBCAA background

This text has black color on #DEBCAA background.


White color preview on #DEBCAA background

This text has white color on #DEBCAA background.