COLOR #DEBBB6

HEX: #DEBBB6
RGB: (222,187,182)

Color info

#DEBBB6 contains red, green and blue colors in about the same proportion. Web safe color of #DEBBB6 is #CCCCCC (or #CCC).

RGB color model

#DEBBB6 color RGB value is (222,187,182).

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

RGB channels and saturation

R 222 of 255 = 87%
G 187 of 255 = 73%
B 182 of 255 = 71%

222
187
182

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

Portions of RGB colors in percentages

R + G + B =
222 + 187 + 182 = 591 (100%)
R 222 of 591 ~ 37.56%
G 187 of 591 ~ 31.64%
B 182 of 591 ~ 30.8%

%37.56
%31.64
%30.8

CMYK color model

#DEBBB6 color CMYK value is (0,16,18,13).

  • cyan value is 0.00%
  • magenta value is 15.77%
  • yellow value is 18.02%
  • key color value is 12.94%
CMYK:
(0,16,18,13)
C0M16Y18K13 
(0%,16%,18%,13%)
(0.00/0.16/0.18/0.13)	

CMYK percentages

%0
%15.77
%18.02
%12.94

Codes

Color #DEBBB6 in popluar color models

DEBBB6
RGB222187182
HSL37.74%79.22%
HSB/HSV18.02%87.06%
CMYK0.00%15.77%18.02%
12.94%

Color #DEBBB6 in popluar number systems.

HEXDEBBB6
Decimal222187182
Binary110111101011101110110110
Octal336273266

Shades and tints

Shades of #DEBBB6

#DEBBB6
(222,187,182)
#CAAAA6
(202,170,166)
#B69996
(182,153,150)
#A28886
(162,136,134)
#8E7776
(142,119,118)
#7A6666
(122,102,102)
#665556
(102,85,86)
#524446
(82,68,70)
#3E3336
(62,51,54)
#2A2226
(42,34,38)
#161116
(22,17,22)
#000000
(0,0,0)

Tints of #DEBBB6

#DEBBB6
(222,187,182)
#E1C1BC
(225,193,188)
#E4C7C2
(228,199,194)
#E7CDC8
(231,205,200)
#EAD3CE
(234,211,206)
#EDD9D4
(237,217,212)
#F0DFDA
(240,223,218)
#F3E5E0
(243,229,224)
#F6EBE6
(246,235,230)
#F9F1EC
(249,241,236)
#FCF7F2
(252,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEBBB6; }

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

This text font color is #DEBBB6.


Background Color

.myBgColor { background-color: #DEBBB6; }

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

This div background color is #DEBBB6.


Border color

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

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

This div border color is #DEBBB6.


Opacity

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

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

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

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

This text has shadow with #DEBBB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEBBB6 on black background.


Color preview on white background

This text has color #DEBBB6 on white background.



Black color preview on #DEBBB6 background

This text has black color on #DEBBB6 background.


White color preview on #DEBBB6 background

This text has white color on #DEBBB6 background.