COLOR #FFCFB4

HEX: #FFCFB4
RGB: (255,207,180)

Color info

#FFCFB4 contains mainly red and green colors. Web safe color of #FFCFB4 is #FFCCCC (or #FCC).

RGB color model

#FFCFB4 color RGB value is (255,207,180).

  • red value is 255;
  • green value is 207;
  • blue value is 180.
RGB:
(255,207,180)
(100%,81%,71%)

RGB channels and saturation

R 255 of 255 = 100%
G 207 of 255 = 81%
B 180 of 255 = 71%

255
207
180

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

Portions of RGB colors in percentages

R + G + B =
255 + 207 + 180 = 642 (100%)
R 255 of 642 ~ 39.72%
G 207 of 642 ~ 32.24%
B 180 of 642 ~ 28.04%

%39.72
%32.24
%28.04

CMYK color model

#FFCFB4 color CMYK value is (0,19,29,0).

  • cyan value is 0.00%
  • magenta value is 18.82%
  • yellow value is 29.41%
  • key color value is 0.00%
CMYK:
(0,19,29,0)
C0M19Y29K0 
(0%,19%,29%,0%)
(0.00/0.19/0.29/0.00)	

CMYK percentages

%0
%18.82
%29.41
%0

Codes

Color #FFCFB4 in popluar color models

FFCFB4
RGB255207180
HSL22°100.00%85.29%
HSB/HSV22°29.41%100.00%
CMYK0.00%18.82%29.41%
0.00%

Color #FFCFB4 in popluar number systems.

HEXFFCFB4
Decimal255207180
Binary111111111100111110110100
Octal377317264

Shades and tints

Shades of #FFCFB4

#FFCFB4
(255,207,180)
#E8BDA4
(232,189,164)
#D1AB94
(209,171,148)
#BA9984
(186,153,132)
#A38774
(163,135,116)
#8C7564
(140,117,100)
#756354
(117,99,84)
#5E5144
(94,81,68)
#473F34
(71,63,52)
#302D24
(48,45,36)
#191B14
(25,27,20)
#000000
(0,0,0)

Tints of #FFCFB4

#FFCFB4
(255,207,180)
#FFD3BA
(255,211,186)
#FFD7C0
(255,215,192)
#FFDBC6
(255,219,198)
#FFDFCC
(255,223,204)
#FFE3D2
(255,227,210)
#FFE7D8
(255,231,216)
#FFEBDE
(255,235,222)
#FFEFE4
(255,239,228)
#FFF3EA
(255,243,234)
#FFF7F0
(255,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFCFB4 color. Also use rgb(255,207,180) instead hex code.

Text Font Color

.myTextColor { color: #FFCFB4; }

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

This text font color is #FFCFB4.


Background Color

.myBgColor { background-color: #FFCFB4; }

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

This div background color is #FFCFB4.


Border color

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

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

This div border color is #FFCFB4.


Opacity

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

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

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

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

This text has shadow with #FFCFB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFCFB4 on black background.


Color preview on white background

This text has color #FFCFB4 on white background.



Black color preview on #FFCFB4 background

This text has black color on #FFCFB4 background.


White color preview on #FFCFB4 background

This text has white color on #FFCFB4 background.