COLOR #DCCFAA

HEX: #DCCFAA
RGB: (220,207,170)

Color info

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

RGB color model

#DCCFAA color RGB value is (220,207,170).

  • red value is 220;
  • green value is 207;
  • blue value is 170.
RGB:
(220,207,170)
(86%,81%,67%)

RGB channels and saturation

R 220 of 255 = 86%
G 207 of 255 = 81%
B 170 of 255 = 67%

220
207
170

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

Portions of RGB colors in percentages

R + G + B =
220 + 207 + 170 = 597 (100%)
R 220 of 597 ~ 36.85%
G 207 of 597 ~ 34.67%
B 170 of 597 ~ 28.48%

%36.85
%34.67
%28.48

CMYK color model

#DCCFAA color CMYK value is (0,6,23,14).

  • cyan value is 0.00%
  • magenta value is 5.91%
  • yellow value is 22.73%
  • key color value is 13.73%
CMYK:
(0,6,23,14)
C0M6Y23K14 
(0%,6%,23%,14%)
(0.00/0.06/0.23/0.14)	

CMYK percentages

%0
%5.91
%22.73
%13.73

Codes

Color #DCCFAA in popluar color models

DCCFAA
RGB220207170
HSL44°41.67%76.47%
HSB/HSV44°22.73%86.27%
CMYK0.00%5.91%22.73%
13.73%

Color #DCCFAA in popluar number systems.

HEXDCCFAA
Decimal220207170
Binary110111001100111110101010
Octal334317252

Shades and tints

Shades of #DCCFAA

#DCCFAA
(220,207,170)
#C8BD9B
(200,189,155)
#B4AB8C
(180,171,140)
#A0997D
(160,153,125)
#8C876E
(140,135,110)
#78755F
(120,117,95)
#646350
(100,99,80)
#505141
(80,81,65)
#3C3F32
(60,63,50)
#282D23
(40,45,35)
#141B14
(20,27,20)
#000000
(0,0,0)

Tints of #DCCFAA

#DCCFAA
(220,207,170)
#DFD3B1
(223,211,177)
#E2D7B8
(226,215,184)
#E5DBBF
(229,219,191)
#E8DFC6
(232,223,198)
#EBE3CD
(235,227,205)
#EEE7D4
(238,231,212)
#F1EBDB
(241,235,219)
#F4EFE2
(244,239,226)
#F7F3E9
(247,243,233)
#FAF7F0
(250,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCCFAA color. Also use rgb(220,207,170) instead hex code.

Text Font Color

.myTextColor { color: #DCCFAA; }

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

This text font color is #DCCFAA.


Background Color

.myBgColor { background-color: #DCCFAA; }

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

This div background color is #DCCFAA.


Border color

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

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

This div border color is #DCCFAA.


Opacity

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

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

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

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

This text has shadow with #DCCFAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCCFAA on black background.


Color preview on white background

This text has color #DCCFAA on white background.



Black color preview on #DCCFAA background

This text has black color on #DCCFAA background.


White color preview on #DCCFAA background

This text has white color on #DCCFAA background.