COLOR #DEBBB7

HEX: #DEBBB7
RGB: (222,187,183)

Color info

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

RGB color model

#DEBBB7 color RGB value is (222,187,183).

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

RGB channels and saturation

R 222 of 255 = 87%
G 187 of 255 = 73%
B 183 of 255 = 72%

222
187
183

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

Portions of RGB colors in percentages

R + G + B =
222 + 187 + 183 = 592 (100%)
R 222 of 592 ~ 37.5%
G 187 of 592 ~ 31.59%
B 183 of 592 ~ 30.91%

%37.5
%31.59
%30.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.77%
  • yellow value is 17.57%
  • 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
%17.57
%12.94

Codes

Color #DEBBB7 in popluar color models

DEBBB7
RGB222187183
HSL37.14%79.41%
HSB/HSV17.57%87.06%
CMYK0.00%15.77%17.57%
12.94%

Color #DEBBB7 in popluar number systems.

HEXDEBBB7
Decimal222187183
Binary110111101011101110110111
Octal336273267

Shades and tints

Shades of #DEBBB7

#DEBBB7
(222,187,183)
#CAAAA7
(202,170,167)
#B69997
(182,153,151)
#A28887
(162,136,135)
#8E7777
(142,119,119)
#7A6667
(122,102,103)
#665557
(102,85,87)
#524447
(82,68,71)
#3E3337
(62,51,55)
#2A2227
(42,34,39)
#161117
(22,17,23)
#000000
(0,0,0)

Tints of #DEBBB7

#DEBBB7
(222,187,183)
#E1C1BD
(225,193,189)
#E4C7C3
(228,199,195)
#E7CDC9
(231,205,201)
#EAD3CF
(234,211,207)
#EDD9D5
(237,217,213)
#F0DFDB
(240,223,219)
#F3E5E1
(243,229,225)
#F6EBE7
(246,235,231)
#F9F1ED
(249,241,237)
#FCF7F3
(252,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEBBB7; }

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

This text font color is #DEBBB7.


Background Color

.myBgColor { background-color: #DEBBB7; }

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

This div background color is #DEBBB7.


Border color

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

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

This div border color is #DEBBB7.


Opacity

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

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

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

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

This text has shadow with #DEBBB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEBBB7 on black background.


Color preview on white background

This text has color #DEBBB7 on white background.



Black color preview on #DEBBB7 background

This text has black color on #DEBBB7 background.


White color preview on #DEBBB7 background

This text has white color on #DEBBB7 background.