COLOR #DEBAB8

HEX: #DEBAB8
RGB: (222,186,184)

Color info

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

RGB color model

#DEBAB8 color RGB value is (222,186,184).

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

RGB channels and saturation

R 222 of 255 = 87%
G 186 of 255 = 73%
B 184 of 255 = 72%

222
186
184

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

Portions of RGB colors in percentages

R + G + B =
222 + 186 + 184 = 592 (100%)
R 222 of 592 ~ 37.5%
G 186 of 592 ~ 31.42%
B 184 of 592 ~ 31.08%

%37.5
%31.42
%31.08

CMYK color model

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

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

Codes

Color #DEBAB8 in popluar color models

DEBAB8
RGB222186184
HSL36.54%79.61%
HSB/HSV17.12%87.06%
CMYK0.00%16.22%17.12%
12.94%

Color #DEBAB8 in popluar number systems.

HEXDEBAB8
Decimal222186184
Binary110111101011101010111000
Octal336272270

Shades and tints

Shades of #DEBAB8

#DEBAB8
(222,186,184)
#CAAAA8
(202,170,168)
#B69A98
(182,154,152)
#A28A88
(162,138,136)
#8E7A78
(142,122,120)
#7A6A68
(122,106,104)
#665A58
(102,90,88)
#524A48
(82,74,72)
#3E3A38
(62,58,56)
#2A2A28
(42,42,40)
#161A18
(22,26,24)
#000000
(0,0,0)

Tints of #DEBAB8

#DEBAB8
(222,186,184)
#E1C0BE
(225,192,190)
#E4C6C4
(228,198,196)
#E7CCCA
(231,204,202)
#EAD2D0
(234,210,208)
#EDD8D6
(237,216,214)
#F0DEDC
(240,222,220)
#F3E4E2
(243,228,226)
#F6EAE8
(246,234,232)
#F9F0EE
(249,240,238)
#FCF6F4
(252,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEBAB8 color. Also use rgb(222,186,184) instead hex code.

Text Font Color

.myTextColor { color: #DEBAB8; }

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

This text font color is #DEBAB8.


Background Color

.myBgColor { background-color: #DEBAB8; }

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

This div background color is #DEBAB8.


Border color

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

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

This div border color is #DEBAB8.


Opacity

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

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

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

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

This text has shadow with #DEBAB8 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DEBAB8 on black background.


Color preview on white background

This text has color #DEBAB8 on white background.



Black color preview on #DEBAB8 background

This text has black color on #DEBAB8 background.


White color preview on #DEBAB8 background

This text has white color on #DEBAB8 background.