COLOR #DEBEA5

HEX: #DEBEA5 RGB: (222,190,165)

Color info

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

RGB color model

#DEBEA5 color RGB value is (222,190,165).

RGB: (222,190,165) (87%, 75%, 65%)

RGB channels and saturation

R 222 of 255 = 87%
G 190 of 255 = 75%
B 165 of 255 = 65%

222
190
165

R + G + B ~ 76%. #DEBEA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 190 + 165 = 577 (100%)
R 222 of 577 ~ 38.47%
G 190 of 577 ~ 32.93%
B 165 of 577 ~ 28.6'%

%38.47
%32.93
%28.6

CMYK color model

#DEBEA5 color CMYK value is (0,14,26,13).

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

CMYK: (0,14,26,13)
C0M14Y26K13 (0%, 14%, 26%, 13%)
(0.00 / 0.14 / 0.26 / 0.13)

CMYK percentages

%0
%14.41
%25.68
%12.94

Codes

Color #DEBEA5 in popluar color models

DE BE A5
RGB 222 190 165
HSL 26° 46.34% 75.88%
HSB/HSV 26° 25.68% 87.06%
CMYK 0.00% 14.41% 25.68%
12.94%

Color #DEBEA5 in popluar number systems.

HEX DE BE A5
Decimal 222 190 165
Binary 11011110 10111110 10100101
Octal 336 276 245

Shades and tints

Shades of #DEBEA5

#DEBEA5
(222,190,165)
#CAAD96
(202,173,150)
#B69C87
(182,156,135)
#A28B78
(162,139,120)
#8E7A69
(142,122,105)
#7A695A
(122,105,90)
#66584B
(102,88,75)
#52473C
(82,71,60)
#3E362D
(62,54,45)
#2A251E
(42,37,30)
#16140F
(22,20,15)
#000000
(0,0,0)

Tints of #DEBEA5

#DEBEA5
(222,190,165)
#E1C3AD
(225,195,173)
#E4C8B5
(228,200,181)
#E7CDBD
(231,205,189)
#EAD2C5
(234,210,197)
#EDD7CD
(237,215,205)
#F0DCD5
(240,220,213)
#F3E1DD
(243,225,221)
#F6E6E5
(246,230,229)
#F9EBED
(249,235,237)
#FCF0F5
(252,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEBEA5; }

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

This text font color is #DEBEA5.

Background Color

.myBgColor { background-color: #DEBEA5; }

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

This div background color is #DEBEA5.

Border color

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

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

This div border color is #DEBEA5.

Opacity

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

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

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

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

This text has shadow with #DEBEA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEBEA5.

Preview

Color preview on black background

This text has color #DEBEA5 on black background.


Color preview on white background

This text has color #DEBEA5 on white background.


Black color preview on #DEBEA5 background

This text has black color on #DEBEA5 background.


White color preview on #DEBEA5 background

This text has white color on #DEBEA5 background.


Related colors

Complementary color

Complementary color for #hex is #21415A.


I love getcolorcode.com

Triadic colors

1 #A5DEBE and #BEA5DE with #DEBEA5 are triadic colors.

2 #A5BEDE and #BEDEA5 with #DEBEA5 are triadic colors.