COLOR #F3D9BB

HEX: #F3D9BB RGB: (243,217,187)

Color info

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

RGB color model

#F3D9BB color RGB value is (243,217,187).

RGB: (243,217,187) (95%, 85%, 73%)

RGB channels and saturation

R 243 of 255 = 95%
G 217 of 255 = 85%
B 187 of 255 = 73%

243
217
187

R + G + B ~ 84%. #F3D9BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 243 + 217 + 187 = 647 (100%)
R 243 of 647 ~ 37.56%
G 217 of 647 ~ 33.54%
B 187 of 647 ~ 28.9'%

%37.56
%33.54
%28.9

CMYK color model

#F3D9BB color CMYK value is (0,11,23,5).

  • cyan value is 0.00%
  • magenta value is 10.70%
  • yellow value is 23.05%
  • key color value is 4.71%
CMYK: (0,11,23,5) C0M11Y23K5 (0%,11%,23%,5%) (0.00/0.11/0.23/0.05) 

CMYK percentages

%0
%10.7
%23.05
%4.71

Codes

Color #F3D9BB in popluar color models

F3 D9 BB
RGB 243 217 187
HSL 32° 70.00% 84.31%
HSB/HSV 32° 23.05% 95.29%
CMYK 0.00% 10.70% 23.05%
4.71%

Color #F3D9BB in popluar number systems.

HEX F3 D9 BB
Decimal 243 217 187
Binary 11110011 11011001 10111011
Octal 363 331 273

Shades and tints

Shades of #F3D9BB

#F3D9BB
(243,217,187)
#DDC6AA
(221,198,170)
#C7B399
(199,179,153)
#B1A088
(177,160,136)
#9B8D77
(155,141,119)
#857A66
(133,122,102)
#6F6755
(111,103,85)
#595444
(89,84,68)
#434133
(67,65,51)
#2D2E22
(45,46,34)
#171B11
(23,27,17)
#000000
(0,0,0)

Tints of #F3D9BB

#F3D9BB
(243,217,187)
#F4DCC1
(244,220,193)
#F5DFC7
(245,223,199)
#F6E2CD
(246,226,205)
#F7E5D3
(247,229,211)
#F8E8D9
(248,232,217)
#F9EBDF
(249,235,223)
#FAEEE5
(250,238,229)
#FBF1EB
(251,241,235)
#FCF4F1
(252,244,241)
#FDF7F7
(253,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3D9BB color. Also use rgb(243,217,187) instead hex code.

Text Font Color

.myTextColor { color: #F3D9BB; }

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

This text font color is #F3D9BB.

Background Color

.myBgColor { background-color: #F3D9BB; }

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

This div background color is #F3D9BB.

Border color

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

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

This div border color is #F3D9BB.

Opacity

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

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

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

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

This text has shadow with #F3D9BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3D9BB.

Preview

Color preview on black background

This text has color #F3D9BB on black background.


Color preview on white background

This text has color #F3D9BB on white background.


Black color preview on #F3D9BB background

This text has black color on #F3D9BB background.


White color preview on #F3D9BB background

This text has white color on #F3D9BB background.


Related colors

Complementary color

Complementary color for #hex is #0C2644.


I love getcolorcode.com

Triadic colors

1 #BBF3D9 and #D9BBF3 with #F3D9BB are triadic colors.

2 #BBD9F3 and #D9F3BB with #F3D9BB are triadic colors.