COLOR #DCCEB3

HEX: #DCCEB3
RGB: (220,206,179)

Color info

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

RGB color model

#DCCEB3 color RGB value is (220,206,179).

  • red value is 220;
  • green value is 206;
  • blue value is 179.
RGB:
(220,206,179)
(86%,81%,70%)

RGB channels and saturation

R 220 of 255 = 86%
G 206 of 255 = 81%
B 179 of 255 = 70%

220
206
179

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

Portions of RGB colors in percentages

R + G + B =
220 + 206 + 179 = 605 (100%)
R 220 of 605 ~ 36.36%
G 206 of 605 ~ 34.05%
B 179 of 605 ~ 29.59%

%36.36
%34.05
%29.59

CMYK color model

#DCCEB3 color CMYK value is (0,6,19,14).

  • cyan value is 0.00%
  • magenta value is 6.36%
  • yellow value is 18.64%
  • key color value is 13.73%
CMYK:
(0,6,19,14)
C0M6Y19K14 
(0%,6%,19%,14%)
(0.00/0.06/0.19/0.14)	

CMYK percentages

%0
%6.36
%18.64
%13.73

Codes

Color #DCCEB3 in popluar color models

DCCEB3
RGB220206179
HSL40°36.94%78.24%
HSB/HSV40°18.64%86.27%
CMYK0.00%6.36%18.64%
13.73%

Color #DCCEB3 in popluar number systems.

HEXDCCEB3
Decimal220206179
Binary110111001100111010110011
Octal334316263

Shades and tints

Shades of #DCCEB3

#DCCEB3
(220,206,179)
#C8BCA3
(200,188,163)
#B4AA93
(180,170,147)
#A09883
(160,152,131)
#8C8673
(140,134,115)
#787463
(120,116,99)
#646253
(100,98,83)
#505043
(80,80,67)
#3C3E33
(60,62,51)
#282C23
(40,44,35)
#141A13
(20,26,19)
#000000
(0,0,0)

Tints of #DCCEB3

#DCCEB3
(220,206,179)
#DFD2B9
(223,210,185)
#E2D6BF
(226,214,191)
#E5DAC5
(229,218,197)
#E8DECB
(232,222,203)
#EBE2D1
(235,226,209)
#EEE6D7
(238,230,215)
#F1EADD
(241,234,221)
#F4EEE3
(244,238,227)
#F7F2E9
(247,242,233)
#FAF6EF
(250,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCCEB3; }

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

This text font color is #DCCEB3.


Background Color

.myBgColor { background-color: #DCCEB3; }

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

This div background color is #DCCEB3.


Border color

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

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

This div border color is #DCCEB3.


Opacity

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

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

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

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

This text has shadow with #DCCEB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCCEB3 on black background.


Color preview on white background

This text has color #DCCEB3 on white background.



Black color preview on #DCCEB3 background

This text has black color on #DCCEB3 background.


White color preview on #DCCEB3 background

This text has white color on #DCCEB3 background.