COLOR #DEBBB9

HEX: #DEBBB9
RGB: (222,187,185)

Color info

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

RGB color model

#DEBBB9 color RGB value is (222,187,185).

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

RGB channels and saturation

R 222 of 255 = 87%
G 187 of 255 = 73%
B 185 of 255 = 73%

222
187
185

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

Portions of RGB colors in percentages

R + G + B =
222 + 187 + 185 = 594 (100%)
R 222 of 594 ~ 37.37%
G 187 of 594 ~ 31.48%
B 185 of 594 ~ 31.14%

%37.37
%31.48
%31.14

CMYK color model

#DEBBB9 color CMYK value is (0,16,17,13).

  • cyan value is 0.00%
  • magenta value is 15.77%
  • yellow value is 16.67%
  • key color value is 12.94%
CMYK:
(0,16,17,13)
C0M16Y17K13 
(0%,16%,17%,13%)
(0.00/0.16/0.17/0.13)	

CMYK percentages

%0
%15.77
%16.67
%12.94

Codes

Color #DEBBB9 in popluar color models

DEBBB9
RGB222187185
HSL35.92%79.80%
HSB/HSV16.67%87.06%
CMYK0.00%15.77%16.67%
12.94%

Color #DEBBB9 in popluar number systems.

HEXDEBBB9
Decimal222187185
Binary110111101011101110111001
Octal336273271

Shades and tints

Shades of #DEBBB9

#DEBBB9
(222,187,185)
#CAAAA9
(202,170,169)
#B69999
(182,153,153)
#A28889
(162,136,137)
#8E7779
(142,119,121)
#7A6669
(122,102,105)
#665559
(102,85,89)
#524449
(82,68,73)
#3E3339
(62,51,57)
#2A2229
(42,34,41)
#161119
(22,17,25)
#000000
(0,0,0)

Tints of #DEBBB9

#DEBBB9
(222,187,185)
#E1C1BF
(225,193,191)
#E4C7C5
(228,199,197)
#E7CDCB
(231,205,203)
#EAD3D1
(234,211,209)
#EDD9D7
(237,217,215)
#F0DFDD
(240,223,221)
#F3E5E3
(243,229,227)
#F6EBE9
(246,235,233)
#F9F1EF
(249,241,239)
#FCF7F5
(252,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEBBB9; }

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

This text font color is #DEBBB9.


Background Color

.myBgColor { background-color: #DEBBB9; }

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

This div background color is #DEBBB9.


Border color

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

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

This div border color is #DEBBB9.


Opacity

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

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

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

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

This text has shadow with #DEBBB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEBBB9 on black background.


Color preview on white background

This text has color #DEBBB9 on white background.



Black color preview on #DEBBB9 background

This text has black color on #DEBBB9 background.


White color preview on #DEBBB9 background

This text has white color on #DEBBB9 background.