COLOR #FFD3A5

HEX: #FFD3A5
RGB: (255,211,165)

Color info

#FFD3A5 contains mainly red and green colors. Web safe color of #FFD3A5 is #FFCC99 (or #FC9).

RGB color model

#FFD3A5 color RGB value is (255,211,165).

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

RGB channels and saturation

R 255 of 255 = 100%
G 211 of 255 = 83%
B 165 of 255 = 65%

255
211
165

R + G + B ~ 83%. #FFD3A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 211 + 165 = 631 (100%)
R 255 of 631 ~ 40.41%
G 211 of 631 ~ 33.44%
B 165 of 631 ~ 26.15%

%40.41
%33.44
%26.15

CMYK color model

#FFD3A5 color CMYK value is (0,17,35,0).

  • cyan value is 0.00%
  • magenta value is 17.25%
  • yellow value is 35.29%
  • key color value is 0.00%
CMYK:
(0,17,35,0)
C0M17Y35K0 
(0%,17%,35%,0%)
(0.00/0.17/0.35/0.00)	

CMYK percentages

%0
%17.25
%35.29
%0

Codes

Color #FFD3A5 in popluar color models

FFD3A5
RGB255211165
HSL31°100.00%82.35%
HSB/HSV31°35.29%100.00%
CMYK0.00%17.25%35.29%
0.00%

Color #FFD3A5 in popluar number systems.

HEXFFD3A5
Decimal255211165
Binary111111111101001110100101
Octal377323245

Shades and tints

Shades of #FFD3A5

#FFD3A5
(255,211,165)
#E8C096
(232,192,150)
#D1AD87
(209,173,135)
#BA9A78
(186,154,120)
#A38769
(163,135,105)
#8C745A
(140,116,90)
#75614B
(117,97,75)
#5E4E3C
(94,78,60)
#473B2D
(71,59,45)
#30281E
(48,40,30)
#19150F
(25,21,15)
#000000
(0,0,0)

Tints of #FFD3A5

#FFD3A5
(255,211,165)
#FFD7AD
(255,215,173)
#FFDBB5
(255,219,181)
#FFDFBD
(255,223,189)
#FFE3C5
(255,227,197)
#FFE7CD
(255,231,205)
#FFEBD5
(255,235,213)
#FFEFDD
(255,239,221)
#FFF3E5
(255,243,229)
#FFF7ED
(255,247,237)
#FFFBF5
(255,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD3A5; }

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

This text font color is #FFD3A5.


Background Color

.myBgColor { background-color: #FFD3A5; }

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

This div background color is #FFD3A5.


Border color

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

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

This div border color is #FFD3A5.


Opacity

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

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

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

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

This text has shadow with #FFD3A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD3A5 on black background.


Color preview on white background

This text has color #FFD3A5 on white background.



Black color preview on #FFD3A5 background

This text has black color on #FFD3A5 background.


White color preview on #FFD3A5 background

This text has white color on #FFD3A5 background.