COLOR #FFCFB0

HEX: #FFCFB0 RGB: (255,207,176)

Color info

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

RGB color model

#FFCFB0 color RGB value is (255,207,176).

RGB: (255,207,176) (100%, 81%, 69%)

RGB channels and saturation

R 255 of 255 = 100%
G 207 of 255 = 81%
B 176 of 255 = 69%

255
207
176

R + G + B ~ 83%. #FFCFB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 255 + 207 + 176 = 638 (100%)
R 255 of 638 ~ 39.97%
G 207 of 638 ~ 32.45%
B 176 of 638 ~ 27.59'%

%39.97
%32.45
%27.59

CMYK color model

#FFCFB0 color CMYK value is (0,19,31,0).

  • cyan value is 0.00%
  • magenta value is 18.82%
  • yellow value is 30.98%
  • key color value is 0.00%

CMYK: (0,19,31,0)
C0M19Y31K0 (0%, 19%, 31%, 0%)
(0.00 / 0.19 / 0.31 / 0.00)

CMYK percentages

%0
%18.82
%30.98
%0

Codes

Color #FFCFB0 in popluar color models

FF CF B0
RGB 255 207 176
HSL 24° 100.00% 84.51%
HSB/HSV 24° 30.98% 100.00%
CMYK 0.00% 18.82% 30.98%
0.00%

Color #FFCFB0 in popluar number systems.

HEX FF CF B0
Decimal 255 207 176
Binary 11111111 11001111 10110000
Octal 377 317 260

Shades and tints

Shades of #FFCFB0

#FFCFB0
(255,207,176)
#E8BDA0
(232,189,160)
#D1AB90
(209,171,144)
#BA9980
(186,153,128)
#A38770
(163,135,112)
#8C7560
(140,117,96)
#756350
(117,99,80)
#5E5140
(94,81,64)
#473F30
(71,63,48)
#302D20
(48,45,32)
#191B10
(25,27,16)
#000000
(0,0,0)

Tints of #FFCFB0

#FFCFB0
(255,207,176)
#FFD3B7
(255,211,183)
#FFD7BE
(255,215,190)
#FFDBC5
(255,219,197)
#FFDFCC
(255,223,204)
#FFE3D3
(255,227,211)
#FFE7DA
(255,231,218)
#FFEBE1
(255,235,225)
#FFEFE8
(255,239,232)
#FFF3EF
(255,243,239)
#FFF7F6
(255,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFCFB0; }

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

This text font color is #FFCFB0.

Background Color

.myBgColor { background-color: #FFCFB0; }

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

This div background color is #FFCFB0.

Border color

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

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

This div border color is #FFCFB0.

Opacity

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

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

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

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

This text has shadow with #FFCFB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFCFB0.

Preview

Color preview on black background

This text has color #FFCFB0 on black background.


Color preview on white background

This text has color #FFCFB0 on white background.


Black color preview on #FFCFB0 background

This text has black color on #FFCFB0 background.


White color preview on #FFCFB0 background

This text has white color on #FFCFB0 background.


Related colors

Complementary color

Complementary color for #hex is #00304F.


I love getcolorcode.com

Triadic colors

1 #B0FFCF and #CFB0FF with #FFCFB0 are triadic colors.

2 #B0CFFF and #CFFFB0 with #FFCFB0 are triadic colors.