COLOR #F7BDB0

HEX: #F7BDB0 RGB: (247,189,176)

Color info

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

RGB color model

#F7BDB0 color RGB value is (247,189,176).

RGB: (247,189,176) (97%, 74%, 69%)

RGB channels and saturation

R 247 of 255 = 97%
G 189 of 255 = 74%
B 176 of 255 = 69%

247
189
176

R + G + B ~ 80%. #F7BDB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 247 + 189 + 176 = 612 (100%)
R 247 of 612 ~ 40.36%
G 189 of 612 ~ 30.88%
B 176 of 612 ~ 28.76'%

%40.36
%30.88
%28.76

CMYK color model

#F7BDB0 color CMYK value is (0,23,29,3).

  • cyan value is 0.00%
  • magenta value is 23.48%
  • yellow value is 28.74%
  • key color value is 3.14%

CMYK: (0,23,29,3)
C0M23Y29K3 (0%, 23%, 29%, 3%)
(0.00 / 0.23 / 0.29 / 0.03)

CMYK percentages

%0
%23.48
%28.74
%3.14

Codes

Color #F7BDB0 in popluar color models

F7 BD B0
RGB 247 189 176
HSL 11° 81.61% 82.94%
HSB/HSV 11° 28.74% 96.86%
CMYK 0.00% 23.48% 28.74%
3.14%

Color #F7BDB0 in popluar number systems.

HEX F7 BD B0
Decimal 247 189 176
Binary 11110111 10111101 10110000
Octal 367 275 260

Shades and tints

Shades of #F7BDB0

#F7BDB0
(247,189,176)
#E1ACA0
(225,172,160)
#CB9B90
(203,155,144)
#B58A80
(181,138,128)
#9F7970
(159,121,112)
#896860
(137,104,96)
#735750
(115,87,80)
#5D4640
(93,70,64)
#473530
(71,53,48)
#312420
(49,36,32)
#1B1310
(27,19,16)
#000000
(0,0,0)

Tints of #F7BDB0

#F7BDB0
(247,189,176)
#F7C3B7
(247,195,183)
#F7C9BE
(247,201,190)
#F7CFC5
(247,207,197)
#F7D5CC
(247,213,204)
#F7DBD3
(247,219,211)
#F7E1DA
(247,225,218)
#F7E7E1
(247,231,225)
#F7EDE8
(247,237,232)
#F7F3EF
(247,243,239)
#F7F9F6
(247,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7BDB0 color. Also use rgb(247,189,176) instead hex code.

Text Font Color

.myTextColor { color: #F7BDB0; }

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

This text font color is #F7BDB0.

Background Color

.myBgColor { background-color: #F7BDB0; }

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

This div background color is #F7BDB0.

Border color

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

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

This div border color is #F7BDB0.

Opacity

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

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

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

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

This text has shadow with #F7BDB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7BDB0.

Preview

Color preview on black background

This text has color #F7BDB0 on black background.


Color preview on white background

This text has color #F7BDB0 on white background.


Black color preview on #F7BDB0 background

This text has black color on #F7BDB0 background.


White color preview on #F7BDB0 background

This text has white color on #F7BDB0 background.


Related colors

Complementary color

Complementary color for #hex is #08424F.


I love getcolorcode.com

Triadic colors

1 #B0F7BD and #BDB0F7 with #F7BDB0 are triadic colors.

2 #B0BDF7 and #BDF7B0 with #F7BDB0 are triadic colors.