COLOR #F3D7CB

HEX: #F3D7CB RGB: (243,215,203)

Color info

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

RGB color model

#F3D7CB color RGB value is (243,215,203).

RGB: (243,215,203) (95%, 84%, 80%)

RGB channels and saturation

R 243 of 255 = 95%
G 215 of 255 = 84%
B 203 of 255 = 80%

243
215
203

R + G + B ~ 86%. #F3D7CB is light color.

Portions of RGB colors in percentages

R + G + B = 243 + 215 + 203 = 661 (100%)
R 243 of 661 ~ 36.76%
G 215 of 661 ~ 32.53%
B 203 of 661 ~ 30.71'%

%36.76
%32.53
%30.71

CMYK color model

#F3D7CB color CMYK value is (0,12,16,5).

  • cyan value is 0.00%
  • magenta value is 11.52%
  • yellow value is 16.46%
  • key color value is 4.71%

CMYK: (0,12,16,5)
C0M12Y16K5 (0%, 12%, 16%, 5%)
(0.00 / 0.12 / 0.16 / 0.05)

CMYK percentages

%0
%11.52
%16.46
%4.71

Codes

Color #F3D7CB in popluar color models

F3 D7 CB
RGB 243 215 203
HSL 18° 62.50% 87.45%
HSB/HSV 18° 16.46% 95.29%
CMYK 0.00% 11.52% 16.46%
4.71%

Color #F3D7CB in popluar number systems.

HEX F3 D7 CB
Decimal 243 215 203
Binary 11110011 11010111 11001011
Octal 363 327 313

Shades and tints

Shades of #F3D7CB

#F3D7CB
(243,215,203)
#DDC4B9
(221,196,185)
#C7B1A7
(199,177,167)
#B19E95
(177,158,149)
#9B8B83
(155,139,131)
#857871
(133,120,113)
#6F655F
(111,101,95)
#59524D
(89,82,77)
#433F3B
(67,63,59)
#2D2C29
(45,44,41)
#171917
(23,25,23)
#000000
(0,0,0)

Tints of #F3D7CB

#F3D7CB
(243,215,203)
#F4DACF
(244,218,207)
#F5DDD3
(245,221,211)
#F6E0D7
(246,224,215)
#F7E3DB
(247,227,219)
#F8E6DF
(248,230,223)
#F9E9E3
(249,233,227)
#FAECE7
(250,236,231)
#FBEFEB
(251,239,235)
#FCF2EF
(252,242,239)
#FDF5F3
(253,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3D7CB color. Also use rgb(243,215,203) instead hex code.

Text Font Color

.myTextColor { color: #F3D7CB; }

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

This text font color is #F3D7CB.

Background Color

.myBgColor { background-color: #F3D7CB; }

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

This div background color is #F3D7CB.

Border color

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

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

This div border color is #F3D7CB.

Opacity

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

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

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

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

This text has shadow with #F3D7CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3D7CB.

Preview

Color preview on black background

This text has color #F3D7CB on black background.


Color preview on white background

This text has color #F3D7CB on white background.


Black color preview on #F3D7CB background

This text has black color on #F3D7CB background.


White color preview on #F3D7CB background

This text has white color on #F3D7CB background.


Related colors

Complementary color

Complementary color for #hex is #0C2834.


I love getcolorcode.com

Triadic colors

1 #CBF3D7 and #D7CBF3 with #F3D7CB are triadic colors.

2 #CBD7F3 and #D7F3CB with #F3D7CB are triadic colors.