COLOR #DEBBB1

HEX: #DEBBB1
RGB: (222,187,177)

Color info

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

RGB color model

#DEBBB1 color RGB value is (222,187,177).

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

RGB channels and saturation

R 222 of 255 = 87%
G 187 of 255 = 73%
B 177 of 255 = 69%

222
187
177

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

Portions of RGB colors in percentages

R + G + B =
222 + 187 + 177 = 586 (100%)
R 222 of 586 ~ 37.88%
G 187 of 586 ~ 31.91%
B 177 of 586 ~ 30.2%

%37.88
%31.91
%30.2

CMYK color model

#DEBBB1 color CMYK value is (0,16,20,13).

  • cyan value is 0.00%
  • magenta value is 15.77%
  • yellow value is 20.27%
  • key color value is 12.94%
CMYK:
(0,16,20,13)
C0M16Y20K13 
(0%,16%,20%,13%)
(0.00/0.16/0.20/0.13)	

CMYK percentages

%0
%15.77
%20.27
%12.94

Codes

Color #DEBBB1 in popluar color models

DEBBB1
RGB222187177
HSL13°40.54%78.24%
HSB/HSV13°20.27%87.06%
CMYK0.00%15.77%20.27%
12.94%

Color #DEBBB1 in popluar number systems.

HEXDEBBB1
Decimal222187177
Binary110111101011101110110001
Octal336273261

Shades and tints

Shades of #DEBBB1

#DEBBB1
(222,187,177)
#CAAAA1
(202,170,161)
#B69991
(182,153,145)
#A28881
(162,136,129)
#8E7771
(142,119,113)
#7A6661
(122,102,97)
#665551
(102,85,81)
#524441
(82,68,65)
#3E3331
(62,51,49)
#2A2221
(42,34,33)
#161111
(22,17,17)
#000000
(0,0,0)

Tints of #DEBBB1

#DEBBB1
(222,187,177)
#E1C1B8
(225,193,184)
#E4C7BF
(228,199,191)
#E7CDC6
(231,205,198)
#EAD3CD
(234,211,205)
#EDD9D4
(237,217,212)
#F0DFDB
(240,223,219)
#F3E5E2
(243,229,226)
#F6EBE9
(246,235,233)
#F9F1F0
(249,241,240)
#FCF7F7
(252,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEBBB1; }

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

This text font color is #DEBBB1.


Background Color

.myBgColor { background-color: #DEBBB1; }

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

This div background color is #DEBBB1.


Border color

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

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

This div border color is #DEBBB1.


Opacity

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

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

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

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

This text has shadow with #DEBBB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEBBB1 on black background.


Color preview on white background

This text has color #DEBBB1 on white background.



Black color preview on #DEBBB1 background

This text has black color on #DEBBB1 background.


White color preview on #DEBBB1 background

This text has white color on #DEBBB1 background.