COLOR #DCCEAB

HEX: #DCCEAB RGB: (220,206,171)

Color info

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

RGB color model

#DCCEAB color RGB value is (220,206,171).

RGB: (220,206,171) (86%, 81%, 67%)

RGB channels and saturation

R 220 of 255 = 86%
G 206 of 255 = 81%
B 171 of 255 = 67%

220
206
171

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

Portions of RGB colors in percentages

R + G + B = 220 + 206 + 171 = 597 (100%)
R 220 of 597 ~ 36.85%
G 206 of 597 ~ 34.51%
B 171 of 597 ~ 28.64'%

%36.85
%34.51
%28.64

CMYK color model

#DCCEAB color CMYK value is (0,6,22,14).

  • cyan value is 0.00%
  • magenta value is 6.36%
  • yellow value is 22.27%
  • key color value is 13.73%

CMYK: (0,6,22,14)
C0M6Y22K14 (0%, 6%, 22%, 14%)
(0.00 / 0.06 / 0.22 / 0.14)

CMYK percentages

%0
%6.36
%22.27
%13.73

Codes

Color #DCCEAB in popluar color models

DC CE AB
RGB 220 206 171
HSL 43° 41.18% 76.67%
HSB/HSV 43° 22.27% 86.27%
CMYK 0.00% 6.36% 22.27%
13.73%

Color #DCCEAB in popluar number systems.

HEX DC CE AB
Decimal 220 206 171
Binary 11011100 11001110 10101011
Octal 334 316 253

Shades and tints

Shades of #DCCEAB

#DCCEAB
(220,206,171)
#C8BC9C
(200,188,156)
#B4AA8D
(180,170,141)
#A0987E
(160,152,126)
#8C866F
(140,134,111)
#787460
(120,116,96)
#646251
(100,98,81)
#505042
(80,80,66)
#3C3E33
(60,62,51)
#282C24
(40,44,36)
#141A15
(20,26,21)
#000000
(0,0,0)

Tints of #DCCEAB

#DCCEAB
(220,206,171)
#DFD2B2
(223,210,178)
#E2D6B9
(226,214,185)
#E5DAC0
(229,218,192)
#E8DEC7
(232,222,199)
#EBE2CE
(235,226,206)
#EEE6D5
(238,230,213)
#F1EADC
(241,234,220)
#F4EEE3
(244,238,227)
#F7F2EA
(247,242,234)
#FAF6F1
(250,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCCEAB color. Also use rgb(220,206,171) instead hex code.

Text Font Color

.myTextColor { color: #DCCEAB; }

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

This text font color is #DCCEAB.

Background Color

.myBgColor { background-color: #DCCEAB; }

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

This div background color is #DCCEAB.

Border color

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

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

This div border color is #DCCEAB.

Opacity

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

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

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

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

This text has shadow with #DCCEAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCCEAB.

Preview

Color preview on black background

This text has color #DCCEAB on black background.


Color preview on white background

This text has color #DCCEAB on white background.


Black color preview on #DCCEAB background

This text has black color on #DCCEAB background.


White color preview on #DCCEAB background

This text has white color on #DCCEAB background.


Related colors

Complementary color

Complementary color for #hex is #233154.


I love getcolorcode.com

Triadic colors

1 #ABDCCE and #CEABDC with #DCCEAB are triadic colors.

2 #ABCEDC and #CEDCAB with #DCCEAB are triadic colors.