COLOR #F7CDA5

HEX: #F7CDA5
RGB: (247,205,165)

Color info

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

RGB color model

#F7CDA5 color RGB value is (247,205,165).

  • red value is 247;
  • green value is 205;
  • blue value is 165.
RGB:
(247,205,165)
(97%,80%,65%)

RGB channels and saturation

R 247 of 255 = 97%
G 205 of 255 = 80%
B 165 of 255 = 65%

247
205
165

R + G + B ~ 81%. #F7CDA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 205 + 165 = 617 (100%)
R 247 of 617 ~ 40.03%
G 205 of 617 ~ 33.23%
B 165 of 617 ~ 26.74%

%40.03
%33.23
%26.74

CMYK color model

#F7CDA5 color CMYK value is (0,17,33,3).

  • cyan value is 0.00%
  • magenta value is 17.00%
  • yellow value is 33.20%
  • key color value is 3.14%
CMYK:
(0,17,33,3)
C0M17Y33K3 
(0%,17%,33%,3%)
(0.00/0.17/0.33/0.03)	

CMYK percentages

%0
%17
%33.2
%3.14

Codes

Color #F7CDA5 in popluar color models

F7CDA5
RGB247205165
HSL29°83.67%80.78%
HSB/HSV29°33.20%96.86%
CMYK0.00%17.00%33.20%
3.14%

Color #F7CDA5 in popluar number systems.

HEXF7CDA5
Decimal247205165
Binary111101111100110110100101
Octal367315245

Shades and tints

Shades of #F7CDA5

#F7CDA5
(247,205,165)
#E1BB96
(225,187,150)
#CBA987
(203,169,135)
#B59778
(181,151,120)
#9F8569
(159,133,105)
#89735A
(137,115,90)
#73614B
(115,97,75)
#5D4F3C
(93,79,60)
#473D2D
(71,61,45)
#312B1E
(49,43,30)
#1B190F
(27,25,15)
#000000
(0,0,0)

Tints of #F7CDA5

#F7CDA5
(247,205,165)
#F7D1AD
(247,209,173)
#F7D5B5
(247,213,181)
#F7D9BD
(247,217,189)
#F7DDC5
(247,221,197)
#F7E1CD
(247,225,205)
#F7E5D5
(247,229,213)
#F7E9DD
(247,233,221)
#F7EDE5
(247,237,229)
#F7F1ED
(247,241,237)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7CDA5 color. Also use rgb(247,205,165) instead hex code.

Text Font Color

.myTextColor { color: #F7CDA5; }

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

This text font color is #F7CDA5.


Background Color

.myBgColor { background-color: #F7CDA5; }

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

This div background color is #F7CDA5.


Border color

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

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

This div border color is #F7CDA5.


Opacity

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

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

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

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

This text has shadow with #F7CDA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7CDA5 on black background.


Color preview on white background

This text has color #F7CDA5 on white background.



Black color preview on #F7CDA5 background

This text has black color on #F7CDA5 background.


White color preview on #F7CDA5 background

This text has white color on #F7CDA5 background.