COLOR #FFD7C5

HEX: #FFD7C5 RGB: (255,215,197)

Color info

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

RGB color model

#FFD7C5 color RGB value is (255,215,197).

RGB: (255,215,197) (100%, 84%, 77%)

RGB channels and saturation

R 255 of 255 = 100%
G 215 of 255 = 84%
B 197 of 255 = 77%

255
215
197

R + G + B ~ 87%. #FFD7C5 is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 215 + 197 = 667 (100%)
R 255 of 667 ~ 38.23%
G 215 of 667 ~ 32.23%
B 197 of 667 ~ 29.54'%

%38.23
%32.23
%29.54

CMYK color model

#FFD7C5 color CMYK value is (0,16,23,0).

  • cyan value is 0.00%
  • magenta value is 15.69%
  • yellow value is 22.75%
  • key color value is 0.00%

CMYK: (0,16,23,0)
C0M16Y23K0 (0%, 16%, 23%, 0%)
(0.00 / 0.16 / 0.23 / 0.00)

CMYK percentages

%0
%15.69
%22.75
%0

Codes

Color #FFD7C5 in popluar color models

FF D7 C5
RGB 255 215 197
HSL 19° 100.00% 88.63%
HSB/HSV 19° 22.75% 100.00%
CMYK 0.00% 15.69% 22.75%
0.00%

Color #FFD7C5 in popluar number systems.

HEX FF D7 C5
Decimal 255 215 197
Binary 11111111 11010111 11000101
Octal 377 327 305

Shades and tints

Shades of #FFD7C5

#FFD7C5
(255,215,197)
#E8C4B4
(232,196,180)
#D1B1A3
(209,177,163)
#BA9E92
(186,158,146)
#A38B81
(163,139,129)
#8C7870
(140,120,112)
#75655F
(117,101,95)
#5E524E
(94,82,78)
#473F3D
(71,63,61)
#302C2C
(48,44,44)
#19191B
(25,25,27)
#000000
(0,0,0)

Tints of #FFD7C5

#FFD7C5
(255,215,197)
#FFDACA
(255,218,202)
#FFDDCF
(255,221,207)
#FFE0D4
(255,224,212)
#FFE3D9
(255,227,217)
#FFE6DE
(255,230,222)
#FFE9E3
(255,233,227)
#FFECE8
(255,236,232)
#FFEFED
(255,239,237)
#FFF2F2
(255,242,242)
#FFF5F7
(255,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFD7C5 color. Also use rgb(255,215,197) instead hex code.

Text Font Color

.myTextColor { color: #FFD7C5; }

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

This text font color is #FFD7C5.

Background Color

.myBgColor { background-color: #FFD7C5; }

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

This div background color is #FFD7C5.

Border color

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

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

This div border color is #FFD7C5.

Opacity

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

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

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

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

This text has shadow with #FFD7C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFD7C5.

Preview

Color preview on black background

This text has color #FFD7C5 on black background.


Color preview on white background

This text has color #FFD7C5 on white background.


Black color preview on #FFD7C5 background

This text has black color on #FFD7C5 background.


White color preview on #FFD7C5 background

This text has white color on #FFD7C5 background.


Related colors

Complementary color

Complementary color for #hex is #00283A.


I love getcolorcode.com

Triadic colors

1 #C5FFD7 and #D7C5FF with #FFD7C5 are triadic colors.

2 #C5D7FF and #D7FFC5 with #FFD7C5 are triadic colors.