COLOR #DEBEB1

HEX: #DEBEB1
RGB: (222,190,177)

Color info

#DEBEB1 contains red, green and blue colors in about the same proportion. Web safe color of #DEBEB1 is #CCCC99 (or #CC9).

RGB color model

#DEBEB1 color RGB value is (222,190,177).

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

RGB channels and saturation

R 222 of 255 = 87%
G 190 of 255 = 75%
B 177 of 255 = 69%

222
190
177

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

Portions of RGB colors in percentages

R + G + B =
222 + 190 + 177 = 589 (100%)
R 222 of 589 ~ 37.69%
G 190 of 589 ~ 32.26%
B 177 of 589 ~ 30.05%

%37.69
%32.26
%30.05

CMYK color model

#DEBEB1 color CMYK value is (0,14,20,13).

  • cyan value is 0.00%
  • magenta value is 14.41%
  • yellow value is 20.27%
  • key color value is 12.94%
CMYK:
(0,14,20,13)
C0M14Y20K13 
(0%,14%,20%,13%)
(0.00/0.14/0.20/0.13)	

CMYK percentages

%0
%14.41
%20.27
%12.94

Codes

Color #DEBEB1 in popluar color models

DEBEB1
RGB222190177
HSL17°40.54%78.24%
HSB/HSV17°20.27%87.06%
CMYK0.00%14.41%20.27%
12.94%

Color #DEBEB1 in popluar number systems.

HEXDEBEB1
Decimal222190177
Binary110111101011111010110001
Octal336276261

Shades and tints

Shades of #DEBEB1

#DEBEB1
(222,190,177)
#CAADA1
(202,173,161)
#B69C91
(182,156,145)
#A28B81
(162,139,129)
#8E7A71
(142,122,113)
#7A6961
(122,105,97)
#665851
(102,88,81)
#524741
(82,71,65)
#3E3631
(62,54,49)
#2A2521
(42,37,33)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #DEBEB1

#DEBEB1
(222,190,177)
#E1C3B8
(225,195,184)
#E4C8BF
(228,200,191)
#E7CDC6
(231,205,198)
#EAD2CD
(234,210,205)
#EDD7D4
(237,215,212)
#F0DCDB
(240,220,219)
#F3E1E2
(243,225,226)
#F6E6E9
(246,230,233)
#F9EBF0
(249,235,240)
#FCF0F7
(252,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEBEB1; }

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

This text font color is #DEBEB1.


Background Color

.myBgColor { background-color: #DEBEB1; }

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

This div background color is #DEBEB1.


Border color

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

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

This div border color is #DEBEB1.


Opacity

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

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

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

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

This text has shadow with #DEBEB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEBEB1 on black background.


Color preview on white background

This text has color #DEBEB1 on white background.



Black color preview on #DEBEB1 background

This text has black color on #DEBEB1 background.


White color preview on #DEBEB1 background

This text has white color on #DEBEB1 background.