COLOR #DEBEB6

HEX: #DEBEB6
RGB: (222,190,182)

Color info

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

RGB color model

#DEBEB6 color RGB value is (222,190,182).

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

RGB channels and saturation

R 222 of 255 = 87%
G 190 of 255 = 75%
B 182 of 255 = 71%

222
190
182

R + G + B ~ 78%. #DEBEB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 190 + 182 = 594 (100%)
R 222 of 594 ~ 37.37%
G 190 of 594 ~ 31.99%
B 182 of 594 ~ 30.64%

%37.37
%31.99
%30.64

CMYK color model

#DEBEB6 color CMYK value is (0,14,18,13).

  • cyan value is 0.00%
  • magenta value is 14.41%
  • yellow value is 18.02%
  • key color value is 12.94%
CMYK:
(0,14,18,13)
C0M14Y18K13 
(0%,14%,18%,13%)
(0.00/0.14/0.18/0.13)	

CMYK percentages

%0
%14.41
%18.02
%12.94

Codes

Color #DEBEB6 in popluar color models

DEBEB6
RGB222190182
HSL12°37.74%79.22%
HSB/HSV12°18.02%87.06%
CMYK0.00%14.41%18.02%
12.94%

Color #DEBEB6 in popluar number systems.

HEXDEBEB6
Decimal222190182
Binary110111101011111010110110
Octal336276266

Shades and tints

Shades of #DEBEB6

#DEBEB6
(222,190,182)
#CAADA6
(202,173,166)
#B69C96
(182,156,150)
#A28B86
(162,139,134)
#8E7A76
(142,122,118)
#7A6966
(122,105,102)
#665856
(102,88,86)
#524746
(82,71,70)
#3E3636
(62,54,54)
#2A2526
(42,37,38)
#161416
(22,20,22)
#000000
(0,0,0)

Tints of #DEBEB6

#DEBEB6
(222,190,182)
#E1C3BC
(225,195,188)
#E4C8C2
(228,200,194)
#E7CDC8
(231,205,200)
#EAD2CE
(234,210,206)
#EDD7D4
(237,215,212)
#F0DCDA
(240,220,218)
#F3E1E0
(243,225,224)
#F6E6E6
(246,230,230)
#F9EBEC
(249,235,236)
#FCF0F2
(252,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEBEB6; }

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

This text font color is #DEBEB6.


Background Color

.myBgColor { background-color: #DEBEB6; }

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

This div background color is #DEBEB6.


Border color

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

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

This div border color is #DEBEB6.


Opacity

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

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

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

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

This text has shadow with #DEBEB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEBEB6 on black background.


Color preview on white background

This text has color #DEBEB6 on white background.



Black color preview on #DEBEB6 background

This text has black color on #DEBEB6 background.


White color preview on #DEBEB6 background

This text has white color on #DEBEB6 background.