COLOR #DEC4B4

HEX: #DEC4B4
RGB: (222,196,180)

Color info

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

RGB color model

#DEC4B4 color RGB value is (222,196,180).

  • red value is 222;
  • green value is 196;
  • blue value is 180.
RGB:
(222,196,180)
(87%,77%,71%)

RGB channels and saturation

R 222 of 255 = 87%
G 196 of 255 = 77%
B 180 of 255 = 71%

222
196
180

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

Portions of RGB colors in percentages

R + G + B =
222 + 196 + 180 = 598 (100%)
R 222 of 598 ~ 37.12%
G 196 of 598 ~ 32.78%
B 180 of 598 ~ 30.1%

%37.12
%32.78
%30.1

CMYK color model

#DEC4B4 color CMYK value is (0,12,19,13).

  • cyan value is 0.00%
  • magenta value is 11.71%
  • yellow value is 18.92%
  • key color value is 12.94%
CMYK:
(0,12,19,13)
C0M12Y19K13 
(0%,12%,19%,13%)
(0.00/0.12/0.19/0.13)	

CMYK percentages

%0
%11.71
%18.92
%12.94

Codes

Color #DEC4B4 in popluar color models

DEC4B4
RGB222196180
HSL23°38.89%78.82%
HSB/HSV23°18.92%87.06%
CMYK0.00%11.71%18.92%
12.94%

Color #DEC4B4 in popluar number systems.

HEXDEC4B4
Decimal222196180
Binary110111101100010010110100
Octal336304264

Shades and tints

Shades of #DEC4B4

#DEC4B4
(222,196,180)
#CAB3A4
(202,179,164)
#B6A294
(182,162,148)
#A29184
(162,145,132)
#8E8074
(142,128,116)
#7A6F64
(122,111,100)
#665E54
(102,94,84)
#524D44
(82,77,68)
#3E3C34
(62,60,52)
#2A2B24
(42,43,36)
#161A14
(22,26,20)
#000000
(0,0,0)

Tints of #DEC4B4

#DEC4B4
(222,196,180)
#E1C9BA
(225,201,186)
#E4CEC0
(228,206,192)
#E7D3C6
(231,211,198)
#EAD8CC
(234,216,204)
#EDDDD2
(237,221,210)
#F0E2D8
(240,226,216)
#F3E7DE
(243,231,222)
#F6ECE4
(246,236,228)
#F9F1EA
(249,241,234)
#FCF6F0
(252,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEC4B4; }

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

This text font color is #DEC4B4.


Background Color

.myBgColor { background-color: #DEC4B4; }

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

This div background color is #DEC4B4.


Border color

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

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

This div border color is #DEC4B4.


Opacity

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

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

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

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

This text has shadow with #DEC4B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEC4B4 on black background.


Color preview on white background

This text has color #DEC4B4 on white background.



Black color preview on #DEC4B4 background

This text has black color on #DEC4B4 background.


White color preview on #DEC4B4 background

This text has white color on #DEC4B4 background.