COLOR #FFD7B7

HEX: #FFD7B7 RGB: (255,215,183)

Color info

#FFD7B7 contains mainly red and green colors. Web safe color of #FFD7B7 is #FFCCCC (or #FCC).

RGB color model

#FFD7B7 color RGB value is (255,215,183).

RGB: (255,215,183) (100%, 84%, 72%)

RGB channels and saturation

R 255 of 255 = 100%
G 215 of 255 = 84%
B 183 of 255 = 72%

255
215
183

R + G + B ~ 85%. #FFD7B7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 255 + 215 + 183 = 653 (100%)
R 255 of 653 ~ 39.05%
G 215 of 653 ~ 32.92%
B 183 of 653 ~ 28.02'%

%39.05
%32.92
%28.02

CMYK color model

#FFD7B7 color CMYK value is (0,16,28,0).

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

CMYK: (0,16,28,0)
C0M16Y28K0 (0%, 16%, 28%, 0%)
(0.00 / 0.16 / 0.28 / 0.00)

CMYK percentages

%0
%15.69
%28.24
%0

Codes

Color #FFD7B7 in popluar color models

FF D7 B7
RGB 255 215 183
HSL 27° 100.00% 85.88%
HSB/HSV 27° 28.24% 100.00%
CMYK 0.00% 15.69% 28.24%
0.00%

Color #FFD7B7 in popluar number systems.

HEX FF D7 B7
Decimal 255 215 183
Binary 11111111 11010111 10110111
Octal 377 327 267

Shades and tints

Shades of #FFD7B7

#FFD7B7
(255,215,183)
#E8C4A7
(232,196,167)
#D1B197
(209,177,151)
#BA9E87
(186,158,135)
#A38B77
(163,139,119)
#8C7867
(140,120,103)
#756557
(117,101,87)
#5E5247
(94,82,71)
#473F37
(71,63,55)
#302C27
(48,44,39)
#191917
(25,25,23)
#000000
(0,0,0)

Tints of #FFD7B7

#FFD7B7
(255,215,183)
#FFDABD
(255,218,189)
#FFDDC3
(255,221,195)
#FFE0C9
(255,224,201)
#FFE3CF
(255,227,207)
#FFE6D5
(255,230,213)
#FFE9DB
(255,233,219)
#FFECE1
(255,236,225)
#FFEFE7
(255,239,231)
#FFF2ED
(255,242,237)
#FFF5F3
(255,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD7B7; }

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

This text font color is #FFD7B7.

Background Color

.myBgColor { background-color: #FFD7B7; }

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

This div background color is #FFD7B7.

Border color

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

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

This div border color is #FFD7B7.

Opacity

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

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

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

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

This text has shadow with #FFD7B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFD7B7.

Preview

Color preview on black background

This text has color #FFD7B7 on black background.


Color preview on white background

This text has color #FFD7B7 on white background.


Black color preview on #FFD7B7 background

This text has black color on #FFD7B7 background.


White color preview on #FFD7B7 background

This text has white color on #FFD7B7 background.


Related colors

Complementary color

Complementary color for #hex is #002848.


I love getcolorcode.com

Triadic colors

1 #B7FFD7 and #D7B7FF with #FFD7B7 are triadic colors.

2 #B7D7FF and #D7FFB7 with #FFD7B7 are triadic colors.