COLOR #DEB4BE

HEX: #DEB4BE RGB: (222,180,190)

Color info

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

RGB color model

#DEB4BE color RGB value is (222,180,190).

RGB: (222,180,190) (87%, 71%, 75%)

RGB channels and saturation

R 222 of 255 = 87%
G 180 of 255 = 71%
B 190 of 255 = 75%

222
180
190

R + G + B ~ 78%. #DEB4BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 180 + 190 = 592 (100%)
R 222 of 592 ~ 37.5%
G 180 of 592 ~ 30.41%
B 190 of 592 ~ 32.09'%

%37.5
%30.41
%32.09

CMYK color model

#DEB4BE color CMYK value is (0,19,14,13).

  • cyan value is 0.00%
  • magenta value is 18.92%
  • yellow value is 14.41%
  • key color value is 12.94%

CMYK: (0,19,14,13)
C0M19Y14K13 (0%, 19%, 14%, 13%)
(0.00 / 0.19 / 0.14 / 0.13)

CMYK percentages

%0
%18.92
%14.41
%12.94

Codes

Color #DEB4BE in popluar color models

DE B4 BE
RGB 222 180 190
HSL 346° 38.89% 78.82%
HSB/HSV 346° 18.92% 87.06%
CMYK 0.00% 18.92% 14.41%
12.94%

Color #DEB4BE in popluar number systems.

HEX DE B4 BE
Decimal 222 180 190
Binary 11011110 10110100 10111110
Octal 336 264 276

Shades and tints

Shades of #DEB4BE

#DEB4BE
(222,180,190)
#CAA4AD
(202,164,173)
#B6949C
(182,148,156)
#A2848B
(162,132,139)
#8E747A
(142,116,122)
#7A6469
(122,100,105)
#665458
(102,84,88)
#524447
(82,68,71)
#3E3436
(62,52,54)
#2A2425
(42,36,37)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #DEB4BE

#DEB4BE
(222,180,190)
#E1BAC3
(225,186,195)
#E4C0C8
(228,192,200)
#E7C6CD
(231,198,205)
#EACCD2
(234,204,210)
#EDD2D7
(237,210,215)
#F0D8DC
(240,216,220)
#F3DEE1
(243,222,225)
#F6E4E6
(246,228,230)
#F9EAEB
(249,234,235)
#FCF0F0
(252,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEB4BE; }

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

This text font color is #DEB4BE.

Background Color

.myBgColor { background-color: #DEB4BE; }

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

This div background color is #DEB4BE.

Border color

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

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

This div border color is #DEB4BE.

Opacity

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

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

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

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

This text has shadow with #DEB4BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEB4BE.

Preview

Color preview on black background

This text has color #DEB4BE on black background.


Color preview on white background

This text has color #DEB4BE on white background.


Black color preview on #DEB4BE background

This text has black color on #DEB4BE background.


White color preview on #DEB4BE background

This text has white color on #DEB4BE background.


Related colors

Complementary color

Complementary color for #hex is #214B41.


I love getcolorcode.com

Triadic colors

1 #BEDEB4 and #B4BEDE with #DEB4BE are triadic colors.

2 #BEB4DE and #B4DEBE with #DEB4BE are triadic colors.