COLOR #FFD3CC

HEX: #FFD3CC
RGB: (255,211,204)

Color info

#FFD3CC contains red, green and blue colors in about the same proportion. Web safe color of #FFD3CC is #FFCCCC (or #FCC).

RGB color model

#FFD3CC color RGB value is (255,211,204).

  • red value is 255;
  • green value is 211;
  • blue value is 204.
RGB:
(255,211,204)
(100%,83%,80%)

RGB channels and saturation

R 255 of 255 = 100%
G 211 of 255 = 83%
B 204 of 255 = 80%

255
211
204

R + G + B ~ 88%. #FFD3CC is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 211 + 204 = 670 (100%)
R 255 of 670 ~ 38.06%
G 211 of 670 ~ 31.49%
B 204 of 670 ~ 30.45%

%38.06
%31.49
%30.45

CMYK color model

#FFD3CC color CMYK value is (0,17,20,0).

  • cyan value is 0.00%
  • magenta value is 17.25%
  • yellow value is 20.00%
  • key color value is 0.00%
CMYK:
(0,17,20,0)
C0M17Y20K0 
(0%,17%,20%,0%)
(0.00/0.17/0.20/0.00)	

CMYK percentages

%0
%17.25
%20
%0

Codes

Color #FFD3CC in popluar color models

FFD3CC
RGB255211204
HSL100.00%90.00%
HSB/HSV20.00%100.00%
CMYK0.00%17.25%20.00%
0.00%

Color #FFD3CC in popluar number systems.

HEXFFD3CC
Decimal255211204
Binary111111111101001111001100
Octal377323314

Shades and tints

Shades of #FFD3CC

#FFD3CC
(255,211,204)
#E8C0BA
(232,192,186)
#D1ADA8
(209,173,168)
#BA9A96
(186,154,150)
#A38784
(163,135,132)
#8C7472
(140,116,114)
#756160
(117,97,96)
#5E4E4E
(94,78,78)
#473B3C
(71,59,60)
#30282A
(48,40,42)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #FFD3CC

#FFD3CC
(255,211,204)
#FFD7D0
(255,215,208)
#FFDBD4
(255,219,212)
#FFDFD8
(255,223,216)
#FFE3DC
(255,227,220)
#FFE7E0
(255,231,224)
#FFEBE4
(255,235,228)
#FFEFE8
(255,239,232)
#FFF3EC
(255,243,236)
#FFF7F0
(255,247,240)
#FFFBF4
(255,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFD3CC color. Also use rgb(255,211,204) instead hex code.

Text Font Color

.myTextColor { color: #FFD3CC; }

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

This text font color is #FFD3CC.


Background Color

.myBgColor { background-color: #FFD3CC; }

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

This div background color is #FFD3CC.


Border color

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

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

This div border color is #FFD3CC.


Opacity

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

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

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

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

This text has shadow with #FFD3CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD3CC on black background.


Color preview on white background

This text has color #FFD3CC on white background.



Black color preview on #FFD3CC background

This text has black color on #FFD3CC background.


White color preview on #FFD3CC background

This text has white color on #FFD3CC background.