COLOR #DEC6B4

HEX: #DEC6B4
RGB: (222,198,180)

Color info

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

RGB color model

#DEC6B4 color RGB value is (222,198,180).

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

RGB channels and saturation

R 222 of 255 = 87%
G 198 of 255 = 78%
B 180 of 255 = 71%

222
198
180

R + G + B ~ 79%. #DEC6B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 198 + 180 = 600 (100%)
R 222 of 600 ~ 37%
G 198 of 600 ~ 33%
B 180 of 600 ~ 30%

%37
%33
%30

CMYK color model

#DEC6B4 color CMYK value is (0,11,19,13).

  • cyan value is 0.00%
  • magenta value is 10.81%
  • yellow value is 18.92%
  • key color value is 12.94%
CMYK:
(0,11,19,13)
C0M11Y19K13 
(0%,11%,19%,13%)
(0.00/0.11/0.19/0.13)	

CMYK percentages

%0
%10.81
%18.92
%12.94

Codes

Color #DEC6B4 in popluar color models

DEC6B4
RGB222198180
HSL26°38.89%78.82%
HSB/HSV26°18.92%87.06%
CMYK0.00%10.81%18.92%
12.94%

Color #DEC6B4 in popluar number systems.

HEXDEC6B4
Decimal222198180
Binary110111101100011010110100
Octal336306264

Shades and tints

Shades of #DEC6B4

#DEC6B4
(222,198,180)
#CAB4A4
(202,180,164)
#B6A294
(182,162,148)
#A29084
(162,144,132)
#8E7E74
(142,126,116)
#7A6C64
(122,108,100)
#665A54
(102,90,84)
#524844
(82,72,68)
#3E3634
(62,54,52)
#2A2424
(42,36,36)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #DEC6B4

#DEC6B4
(222,198,180)
#E1CBBA
(225,203,186)
#E4D0C0
(228,208,192)
#E7D5C6
(231,213,198)
#EADACC
(234,218,204)
#EDDFD2
(237,223,210)
#F0E4D8
(240,228,216)
#F3E9DE
(243,233,222)
#F6EEE4
(246,238,228)
#F9F3EA
(249,243,234)
#FCF8F0
(252,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEC6B4; }

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

This text font color is #DEC6B4.


Background Color

.myBgColor { background-color: #DEC6B4; }

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

This div background color is #DEC6B4.


Border color

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

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

This div border color is #DEC6B4.


Opacity

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

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

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

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

This text has shadow with #DEC6B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEC6B4 on black background.


Color preview on white background

This text has color #DEC6B4 on white background.



Black color preview on #DEC6B4 background

This text has black color on #DEC6B4 background.


White color preview on #DEC6B4 background

This text has white color on #DEC6B4 background.