COLOR #DEB1BD

HEX: #DEB1BD RGB: (222,177,189)

Color info

#DEB1BD contains red, green and blue colors in about the same proportion. Web safe color of #DEB1BD is #CC99CC (or #C9C).

RGB color model

#DEB1BD color RGB value is (222,177,189).

RGB: (222,177,189) (87%, 69%, 74%)

RGB channels and saturation

R 222 of 255 = 87%
G 177 of 255 = 69%
B 189 of 255 = 74%

222
177
189

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

Portions of RGB colors in percentages

R + G + B = 222 + 177 + 189 = 588 (100%)
R 222 of 588 ~ 37.76%
G 177 of 588 ~ 30.1%
B 189 of 588 ~ 32.14'%

%37.76
%30.1
%32.14

CMYK color model

#DEB1BD color CMYK value is (0,20,15,13).

  • cyan value is 0.00%
  • magenta value is 20.27%
  • yellow value is 14.86%
  • key color value is 12.94%
CMYK: (0,20,15,13) C0M20Y15K13 (0%,20%,15%,13%) (0.00/0.20/0.15/0.13) 

CMYK percentages

%0
%20.27
%14.86
%12.94

Codes

Color #DEB1BD in popluar color models

DE B1 BD
RGB 222 177 189
HSL 344° 40.54% 78.24%
HSB/HSV 344° 20.27% 87.06%
CMYK 0.00% 20.27% 14.86%
12.94%

Color #DEB1BD in popluar number systems.

HEX DE B1 BD
Decimal 222 177 189
Binary 11011110 10110001 10111101
Octal 336 261 275

Shades and tints

Shades of #DEB1BD

#DEB1BD
(222,177,189)
#CAA1AC
(202,161,172)
#B6919B
(182,145,155)
#A2818A
(162,129,138)
#8E7179
(142,113,121)
#7A6168
(122,97,104)
#665157
(102,81,87)
#524146
(82,65,70)
#3E3135
(62,49,53)
#2A2124
(42,33,36)
#161113
(22,17,19)
#000000
(0,0,0)

Tints of #DEB1BD

#DEB1BD
(222,177,189)
#E1B8C3
(225,184,195)
#E4BFC9
(228,191,201)
#E7C6CF
(231,198,207)
#EACDD5
(234,205,213)
#EDD4DB
(237,212,219)
#F0DBE1
(240,219,225)
#F3E2E7
(243,226,231)
#F6E9ED
(246,233,237)
#F9F0F3
(249,240,243)
#FCF7F9
(252,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEB1BD; }

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

This text font color is #DEB1BD.

Background Color

.myBgColor { background-color: #DEB1BD; }

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

This div background color is #DEB1BD.

Border color

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

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

This div border color is #DEB1BD.

Opacity

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

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

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

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

This text has shadow with #DEB1BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEB1BD.

Preview

Color preview on black background

This text has color #DEB1BD on black background.


Color preview on white background

This text has color #DEB1BD on white background.


Black color preview on #DEB1BD background

This text has black color on #DEB1BD background.


White color preview on #DEB1BD background

This text has white color on #DEB1BD background.


Related colors

Complementary color

Complementary color for #hex is #214E42.


I love getcolorcode.com

Triadic colors

1 #BDDEB1 and #B1BDDE with #DEB1BD are triadic colors.

2 #BDB1DE and #B1DEBD with #DEB1BD are triadic colors.