COLOR #DEB2BD

HEX: #DEB2BD RGB: (222,178,189)

Color info

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

RGB color model

#DEB2BD color RGB value is (222,178,189).

RGB: (222,178,189) (87%, 70%, 74%)

RGB channels and saturation

R 222 of 255 = 87%
G 178 of 255 = 70%
B 189 of 255 = 74%

222
178
189

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

Portions of RGB colors in percentages

R + G + B = 222 + 178 + 189 = 589 (100%)
R 222 of 589 ~ 37.69%
G 178 of 589 ~ 30.22%
B 189 of 589 ~ 32.09'%

%37.69
%30.22
%32.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.82%
  • 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
%19.82
%14.86
%12.94

Codes

Color #DEB2BD in popluar color models

DE B2 BD
RGB 222 178 189
HSL 345° 40.00% 78.43%
HSB/HSV 345° 19.82% 87.06%
CMYK 0.00% 19.82% 14.86%
12.94%

Color #DEB2BD in popluar number systems.

HEX DE B2 BD
Decimal 222 178 189
Binary 11011110 10110010 10111101
Octal 336 262 275

Shades and tints

Shades of #DEB2BD

#DEB2BD
(222,178,189)
#CAA2AC
(202,162,172)
#B6929B
(182,146,155)
#A2828A
(162,130,138)
#8E7279
(142,114,121)
#7A6268
(122,98,104)
#665257
(102,82,87)
#524246
(82,66,70)
#3E3235
(62,50,53)
#2A2224
(42,34,36)
#161213
(22,18,19)
#000000
(0,0,0)

Tints of #DEB2BD

#DEB2BD
(222,178,189)
#E1B9C3
(225,185,195)
#E4C0C9
(228,192,201)
#E7C7CF
(231,199,207)
#EACED5
(234,206,213)
#EDD5DB
(237,213,219)
#F0DCE1
(240,220,225)
#F3E3E7
(243,227,231)
#F6EAED
(246,234,237)
#F9F1F3
(249,241,243)
#FCF8F9
(252,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEB2BD; }

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

This text font color is #DEB2BD.

Background Color

.myBgColor { background-color: #DEB2BD; }

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

This div background color is #DEB2BD.

Border color

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

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

This div border color is #DEB2BD.

Opacity

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

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

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

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

This text has shadow with #DEB2BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEB2BD.

Preview

Color preview on black background

This text has color #DEB2BD on black background.


Color preview on white background

This text has color #DEB2BD on white background.


Black color preview on #DEB2BD background

This text has black color on #DEB2BD background.


White color preview on #DEB2BD background

This text has white color on #DEB2BD background.


Related colors

Complementary color

Complementary color for #hex is #214D42.


I love getcolorcode.com

Triadic colors

1 #BDDEB2 and #B2BDDE with #DEB2BD are triadic colors.

2 #BDB2DE and #B2DEBD with #DEB2BD are triadic colors.