COLOR #F2DCA7

HEX: #F2DCA7 RGB: (242,220,167)

Color info

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

RGB color model

#F2DCA7 color RGB value is (242,220,167).

RGB: (242,220,167) (95%, 86%, 65%)

RGB channels and saturation

R 242 of 255 = 95%
G 220 of 255 = 86%
B 167 of 255 = 65%

242
220
167

R + G + B ~ 82%. #F2DCA7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 242 + 220 + 167 = 629 (100%)
R 242 of 629 ~ 38.47%
G 220 of 629 ~ 34.98%
B 167 of 629 ~ 26.55'%

%38.47
%34.98
%26.55

CMYK color model

#F2DCA7 color CMYK value is (0,9,31,5).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 30.99%
  • key color value is 5.10%

CMYK: (0,9,31,5)
C0M9Y31K5 (0%, 9%, 31%, 5%)
(0.00 / 0.09 / 0.31 / 0.05)

CMYK percentages

%0
%9.09
%30.99
%5.1

Codes

Color #F2DCA7 in popluar color models

F2 DC A7
RGB 242 220 167
HSL 42° 74.26% 80.20%
HSB/HSV 42° 30.99% 94.90%
CMYK 0.00% 9.09% 30.99%
5.10%

Color #F2DCA7 in popluar number systems.

HEX F2 DC A7
Decimal 242 220 167
Binary 11110010 11011100 10100111
Octal 362 334 247

Shades and tints

Shades of #F2DCA7

#F2DCA7
(242,220,167)
#DCC898
(220,200,152)
#C6B489
(198,180,137)
#B0A07A
(176,160,122)
#9A8C6B
(154,140,107)
#84785C
(132,120,92)
#6E644D
(110,100,77)
#58503E
(88,80,62)
#423C2F
(66,60,47)
#2C2820
(44,40,32)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #F2DCA7

#F2DCA7
(242,220,167)
#F3DFAF
(243,223,175)
#F4E2B7
(244,226,183)
#F5E5BF
(245,229,191)
#F6E8C7
(246,232,199)
#F7EBCF
(247,235,207)
#F8EED7
(248,238,215)
#F9F1DF
(249,241,223)
#FAF4E7
(250,244,231)
#FBF7EF
(251,247,239)
#FCFAF7
(252,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2DCA7 color. Also use rgb(242,220,167) instead hex code.

Text Font Color

.myTextColor { color: #F2DCA7; }

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

This text font color is #F2DCA7.

Background Color

.myBgColor { background-color: #F2DCA7; }

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

This div background color is #F2DCA7.

Border color

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

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

This div border color is #F2DCA7.

Opacity

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

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

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

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

This text has shadow with #F2DCA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2DCA7.

Preview

Color preview on black background

This text has color #F2DCA7 on black background.


Color preview on white background

This text has color #F2DCA7 on white background.


Black color preview on #F2DCA7 background

This text has black color on #F2DCA7 background.


White color preview on #F2DCA7 background

This text has white color on #F2DCA7 background.


Related colors

Complementary color

Complementary color for #hex is #0D2358.


I love getcolorcode.com

Triadic colors

1 #A7F2DC and #DCA7F2 with #F2DCA7 are triadic colors.

2 #A7DCF2 and #DCF2A7 with #F2DCA7 are triadic colors.