COLOR #DEC7BC

HEX: #DEC7BC RGB: (222,199,188)

Color info

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

RGB color model

#DEC7BC color RGB value is (222,199,188).

RGB: (222,199,188) (87%, 78%, 74%)

RGB channels and saturation

R 222 of 255 = 87%
G 199 of 255 = 78%
B 188 of 255 = 74%

222
199
188

R + G + B ~ 80%. #DEC7BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 199 + 188 = 609 (100%)
R 222 of 609 ~ 36.45%
G 199 of 609 ~ 32.68%
B 188 of 609 ~ 30.87'%

%36.45
%32.68
%30.87

CMYK color model

#DEC7BC color CMYK value is (0,10,15,13).

  • cyan value is 0.00%
  • magenta value is 10.36%
  • yellow value is 15.32%
  • key color value is 12.94%

CMYK: (0,10,15,13)
C0M10Y15K13 (0%, 10%, 15%, 13%)
(0.00 / 0.10 / 0.15 / 0.13)

CMYK percentages

%0
%10.36
%15.32
%12.94

Codes

Color #DEC7BC in popluar color models

DE C7 BC
RGB 222 199 188
HSL 19° 34.00% 80.39%
HSB/HSV 19° 15.32% 87.06%
CMYK 0.00% 10.36% 15.32%
12.94%

Color #DEC7BC in popluar number systems.

HEX DE C7 BC
Decimal 222 199 188
Binary 11011110 11000111 10111100
Octal 336 307 274

Shades and tints

Shades of #DEC7BC

#DEC7BC
(222,199,188)
#CAB5AB
(202,181,171)
#B6A39A
(182,163,154)
#A29189
(162,145,137)
#8E7F78
(142,127,120)
#7A6D67
(122,109,103)
#665B56
(102,91,86)
#524945
(82,73,69)
#3E3734
(62,55,52)
#2A2523
(42,37,35)
#161312
(22,19,18)
#000000
(0,0,0)

Tints of #DEC7BC

#DEC7BC
(222,199,188)
#E1CCC2
(225,204,194)
#E4D1C8
(228,209,200)
#E7D6CE
(231,214,206)
#EADBD4
(234,219,212)
#EDE0DA
(237,224,218)
#F0E5E0
(240,229,224)
#F3EAE6
(243,234,230)
#F6EFEC
(246,239,236)
#F9F4F2
(249,244,242)
#FCF9F8
(252,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEC7BC color. Also use rgb(222,199,188) instead hex code.

Text Font Color

.myTextColor { color: #DEC7BC; }

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

This text font color is #DEC7BC.

Background Color

.myBgColor { background-color: #DEC7BC; }

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

This div background color is #DEC7BC.

Border color

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

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

This div border color is #DEC7BC.

Opacity

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

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

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

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

This text has shadow with #DEC7BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEC7BC.

Preview

Color preview on black background

This text has color #DEC7BC on black background.


Color preview on white background

This text has color #DEC7BC on white background.


Black color preview on #DEC7BC background

This text has black color on #DEC7BC background.


White color preview on #DEC7BC background

This text has white color on #DEC7BC background.


Related colors

Complementary color

Complementary color for #hex is #213843.


I love getcolorcode.com

Triadic colors

1 #BCDEC7 and #C7BCDE with #DEC7BC are triadic colors.

2 #BCC7DE and #C7DEBC with #DEC7BC are triadic colors.