COLOR #DEBDB3

HEX: #DEBDB3
RGB: (222,189,179)

Color info

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

RGB color model

#DEBDB3 color RGB value is (222,189,179).

  • red value is 222;
  • green value is 189;
  • blue value is 179.
RGB:
(222,189,179)
(87%,74%,70%)

RGB channels and saturation

R 222 of 255 = 87%
G 189 of 255 = 74%
B 179 of 255 = 70%

222
189
179

R + G + B ~ 77%. #DEBDB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 189 + 179 = 590 (100%)
R 222 of 590 ~ 37.63%
G 189 of 590 ~ 32.03%
B 179 of 590 ~ 30.34%

%37.63
%32.03
%30.34

CMYK color model

#DEBDB3 color CMYK value is (0,15,19,13).

  • cyan value is 0.00%
  • magenta value is 14.86%
  • yellow value is 19.37%
  • key color value is 12.94%
CMYK:
(0,15,19,13)
C0M15Y19K13 
(0%,15%,19%,13%)
(0.00/0.15/0.19/0.13)	

CMYK percentages

%0
%14.86
%19.37
%12.94

Codes

Color #DEBDB3 in popluar color models

DEBDB3
RGB222189179
HSL14°39.45%78.63%
HSB/HSV14°19.37%87.06%
CMYK0.00%14.86%19.37%
12.94%

Color #DEBDB3 in popluar number systems.

HEXDEBDB3
Decimal222189179
Binary110111101011110110110011
Octal336275263

Shades and tints

Shades of #DEBDB3

#DEBDB3
(222,189,179)
#CAACA3
(202,172,163)
#B69B93
(182,155,147)
#A28A83
(162,138,131)
#8E7973
(142,121,115)
#7A6863
(122,104,99)
#665753
(102,87,83)
#524643
(82,70,67)
#3E3533
(62,53,51)
#2A2423
(42,36,35)
#161313
(22,19,19)
#000000
(0,0,0)

Tints of #DEBDB3

#DEBDB3
(222,189,179)
#E1C3B9
(225,195,185)
#E4C9BF
(228,201,191)
#E7CFC5
(231,207,197)
#EAD5CB
(234,213,203)
#EDDBD1
(237,219,209)
#F0E1D7
(240,225,215)
#F3E7DD
(243,231,221)
#F6EDE3
(246,237,227)
#F9F3E9
(249,243,233)
#FCF9EF
(252,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEBDB3 color. Also use rgb(222,189,179) instead hex code.

Text Font Color

.myTextColor { color: #DEBDB3; }

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

This text font color is #DEBDB3.


Background Color

.myBgColor { background-color: #DEBDB3; }

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

This div background color is #DEBDB3.


Border color

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

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

This div border color is #DEBDB3.


Opacity

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

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

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

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

This text has shadow with #DEBDB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEBDB3 on black background.


Color preview on white background

This text has color #DEBDB3 on white background.



Black color preview on #DEBDB3 background

This text has black color on #DEBDB3 background.


White color preview on #DEBDB3 background

This text has white color on #DEBDB3 background.