COLOR #F4BDA7

HEX: #F4BDA7
RGB: (244,189,167)

Color info

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

RGB color model

#F4BDA7 color RGB value is (244,189,167).

  • red value is 244;
  • green value is 189;
  • blue value is 167.
RGB:
(244,189,167)
(96%,74%,65%)

RGB channels and saturation

R 244 of 255 = 96%
G 189 of 255 = 74%
B 167 of 255 = 65%

244
189
167

R + G + B ~ 78%. #F4BDA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 189 + 167 = 600 (100%)
R 244 of 600 ~ 40.67%
G 189 of 600 ~ 31.5%
B 167 of 600 ~ 27.83%

%40.67
%31.5
%27.83

CMYK color model

#F4BDA7 color CMYK value is (0,23,32,4).

  • cyan value is 0.00%
  • magenta value is 22.54%
  • yellow value is 31.56%
  • key color value is 4.31%
CMYK:
(0,23,32,4)
C0M23Y32K4 
(0%,23%,32%,4%)
(0.00/0.23/0.32/0.04)	

CMYK percentages

%0
%22.54
%31.56
%4.31

Codes

Color #F4BDA7 in popluar color models

F4BDA7
RGB244189167
HSL17°77.78%80.59%
HSB/HSV17°31.56%95.69%
CMYK0.00%22.54%31.56%
4.31%

Color #F4BDA7 in popluar number systems.

HEXF4BDA7
Decimal244189167
Binary111101001011110110100111
Octal364275247

Shades and tints

Shades of #F4BDA7

#F4BDA7
(244,189,167)
#DEAC98
(222,172,152)
#C89B89
(200,155,137)
#B28A7A
(178,138,122)
#9C796B
(156,121,107)
#86685C
(134,104,92)
#70574D
(112,87,77)
#5A463E
(90,70,62)
#44352F
(68,53,47)
#2E2420
(46,36,32)
#181311
(24,19,17)
#000000
(0,0,0)

Tints of #F4BDA7

#F4BDA7
(244,189,167)
#F5C3AF
(245,195,175)
#F6C9B7
(246,201,183)
#F7CFBF
(247,207,191)
#F8D5C7
(248,213,199)
#F9DBCF
(249,219,207)
#FAE1D7
(250,225,215)
#FBE7DF
(251,231,223)
#FCEDE7
(252,237,231)
#FDF3EF
(253,243,239)
#FEF9F7
(254,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4BDA7 color. Also use rgb(244,189,167) instead hex code.

Text Font Color

.myTextColor { color: #F4BDA7; }

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

This text font color is #F4BDA7.


Background Color

.myBgColor { background-color: #F4BDA7; }

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

This div background color is #F4BDA7.


Border color

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

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

This div border color is #F4BDA7.


Opacity

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

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

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

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

This text has shadow with #F4BDA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4BDA7 on black background.


Color preview on white background

This text has color #F4BDA7 on white background.



Black color preview on #F4BDA7 background

This text has black color on #F4BDA7 background.


White color preview on #F4BDA7 background

This text has white color on #F4BDA7 background.