COLOR #F3CB9D

HEX: #F3CB9D RGB: (243,203,157)

Color info

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

RGB color model

#F3CB9D color RGB value is (243,203,157).

RGB: (243,203,157) (95%, 80%, 62%)

RGB channels and saturation

R 243 of 255 = 95%
G 203 of 255 = 80%
B 157 of 255 = 62%

243
203
157

R + G + B ~ 79%. #F3CB9D is quite light color.

Portions of RGB colors in percentages

R + G + B = 243 + 203 + 157 = 603 (100%)
R 243 of 603 ~ 40.3%
G 203 of 603 ~ 33.67%
B 157 of 603 ~ 26.04'%

%40.3
%33.67
%26.04

CMYK color model

#F3CB9D color CMYK value is (0,16,35,5).

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

CMYK: (0,16,35,5)
C0M16Y35K5 (0%, 16%, 35%, 5%)
(0.00 / 0.16 / 0.35 / 0.05)

CMYK percentages

%0
%16.46
%35.39
%4.71

Codes

Color #F3CB9D in popluar color models

F3 CB 9D
RGB 243 203 157
HSL 32° 78.18% 78.43%
HSB/HSV 32° 35.39% 95.29%
CMYK 0.00% 16.46% 35.39%
4.71%

Color #F3CB9D in popluar number systems.

HEX F3 CB 9D
Decimal 243 203 157
Binary 11110011 11001011 10011101
Octal 363 313 235

Shades and tints

Shades of #F3CB9D

#F3CB9D
(243,203,157)
#DDB98F
(221,185,143)
#C7A781
(199,167,129)
#B19573
(177,149,115)
#9B8365
(155,131,101)
#857157
(133,113,87)
#6F5F49
(111,95,73)
#594D3B
(89,77,59)
#433B2D
(67,59,45)
#2D291F
(45,41,31)
#171711
(23,23,17)
#000000
(0,0,0)

Tints of #F3CB9D

#F3CB9D
(243,203,157)
#F4CFA5
(244,207,165)
#F5D3AD
(245,211,173)
#F6D7B5
(246,215,181)
#F7DBBD
(247,219,189)
#F8DFC5
(248,223,197)
#F9E3CD
(249,227,205)
#FAE7D5
(250,231,213)
#FBEBDD
(251,235,221)
#FCEFE5
(252,239,229)
#FDF3ED
(253,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3CB9D; }

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

This text font color is #F3CB9D.

Background Color

.myBgColor { background-color: #F3CB9D; }

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

This div background color is #F3CB9D.

Border color

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

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

This div border color is #F3CB9D.

Opacity

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

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

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

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

This text has shadow with #F3CB9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3CB9D.

Preview

Color preview on black background

This text has color #F3CB9D on black background.


Color preview on white background

This text has color #F3CB9D on white background.


Black color preview on #F3CB9D background

This text has black color on #F3CB9D background.


White color preview on #F3CB9D background

This text has white color on #F3CB9D background.


Related colors

Complementary color

Complementary color for #hex is #0C3462.


I love getcolorcode.com

Triadic colors

1 #9DF3CB and #CB9DF3 with #F3CB9D are triadic colors.

2 #9DCBF3 and #CBF39D with #F3CB9D are triadic colors.