COLOR #F2DBB7

HEX: #F2DBB7
RGB: (242,219,183)

Color info

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

RGB color model

#F2DBB7 color RGB value is (242,219,183).

  • red value is 242;
  • green value is 219;
  • blue value is 183.
RGB:
(242,219,183)
(95%,86%,72%)

RGB channels and saturation

R 242 of 255 = 95%
G 219 of 255 = 86%
B 183 of 255 = 72%

242
219
183

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

Portions of RGB colors in percentages

R + G + B =
242 + 219 + 183 = 644 (100%)
R 242 of 644 ~ 37.58%
G 219 of 644 ~ 34.01%
B 183 of 644 ~ 28.42%

%37.58
%34.01
%28.42

CMYK color model

#F2DBB7 color CMYK value is (0,10,24,5).

  • cyan value is 0.00%
  • magenta value is 9.50%
  • yellow value is 24.38%
  • key color value is 5.10%
CMYK:
(0,10,24,5)
C0M10Y24K5 
(0%,10%,24%,5%)
(0.00/0.10/0.24/0.05)	

CMYK percentages

%0
%9.5
%24.38
%5.1

Codes

Color #F2DBB7 in popluar color models

F2DBB7
RGB242219183
HSL37°69.41%83.33%
HSB/HSV37°24.38%94.90%
CMYK0.00%9.50%24.38%
5.10%

Color #F2DBB7 in popluar number systems.

HEXF2DBB7
Decimal242219183
Binary111100101101101110110111
Octal362333267

Shades and tints

Shades of #F2DBB7

#F2DBB7
(242,219,183)
#DCC8A7
(220,200,167)
#C6B597
(198,181,151)
#B0A287
(176,162,135)
#9A8F77
(154,143,119)
#847C67
(132,124,103)
#6E6957
(110,105,87)
#585647
(88,86,71)
#424337
(66,67,55)
#2C3027
(44,48,39)
#161D17
(22,29,23)
#000000
(0,0,0)

Tints of #F2DBB7

#F2DBB7
(242,219,183)
#F3DEBD
(243,222,189)
#F4E1C3
(244,225,195)
#F5E4C9
(245,228,201)
#F6E7CF
(246,231,207)
#F7EAD5
(247,234,213)
#F8EDDB
(248,237,219)
#F9F0E1
(249,240,225)
#FAF3E7
(250,243,231)
#FBF6ED
(251,246,237)
#FCF9F3
(252,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2DBB7 color. Also use rgb(242,219,183) instead hex code.

Text Font Color

.myTextColor { color: #F2DBB7; }

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

This text font color is #F2DBB7.


Background Color

.myBgColor { background-color: #F2DBB7; }

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

This div background color is #F2DBB7.


Border color

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

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

This div border color is #F2DBB7.


Opacity

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

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

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

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

This text has shadow with #F2DBB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2DBB7 on black background.


Color preview on white background

This text has color #F2DBB7 on white background.



Black color preview on #F2DBB7 background

This text has black color on #F2DBB7 background.


White color preview on #F2DBB7 background

This text has white color on #F2DBB7 background.