COLOR #FFC5B1

HEX: #FFC5B1
RGB: (255,197,177)

Color info

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

RGB color model

#FFC5B1 color RGB value is (255,197,177).

  • red value is 255;
  • green value is 197;
  • blue value is 177.
RGB:
(255,197,177)
(100%,77%,69%)

RGB channels and saturation

R 255 of 255 = 100%
G 197 of 255 = 77%
B 177 of 255 = 69%

255
197
177

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

Portions of RGB colors in percentages

R + G + B =
255 + 197 + 177 = 629 (100%)
R 255 of 629 ~ 40.54%
G 197 of 629 ~ 31.32%
B 177 of 629 ~ 28.14%

%40.54
%31.32
%28.14

CMYK color model

#FFC5B1 color CMYK value is (0,23,31,0).

  • cyan value is 0.00%
  • magenta value is 22.75%
  • yellow value is 30.59%
  • key color value is 0.00%
CMYK:
(0,23,31,0)
C0M23Y31K0 
(0%,23%,31%,0%)
(0.00/0.23/0.31/0.00)	

CMYK percentages

%0
%22.75
%30.59
%0

Codes

Color #FFC5B1 in popluar color models

FFC5B1
RGB255197177
HSL15°100.00%84.71%
HSB/HSV15°30.59%100.00%
CMYK0.00%22.75%30.59%
0.00%

Color #FFC5B1 in popluar number systems.

HEXFFC5B1
Decimal255197177
Binary111111111100010110110001
Octal377305261

Shades and tints

Shades of #FFC5B1

#FFC5B1
(255,197,177)
#E8B4A1
(232,180,161)
#D1A391
(209,163,145)
#BA9281
(186,146,129)
#A38171
(163,129,113)
#8C7061
(140,112,97)
#755F51
(117,95,81)
#5E4E41
(94,78,65)
#473D31
(71,61,49)
#302C21
(48,44,33)
#191B11
(25,27,17)
#000000
(0,0,0)

Tints of #FFC5B1

#FFC5B1
(255,197,177)
#FFCAB8
(255,202,184)
#FFCFBF
(255,207,191)
#FFD4C6
(255,212,198)
#FFD9CD
(255,217,205)
#FFDED4
(255,222,212)
#FFE3DB
(255,227,219)
#FFE8E2
(255,232,226)
#FFEDE9
(255,237,233)
#FFF2F0
(255,242,240)
#FFF7F7
(255,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFC5B1 color. Also use rgb(255,197,177) instead hex code.

Text Font Color

.myTextColor { color: #FFC5B1; }

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

This text font color is #FFC5B1.


Background Color

.myBgColor { background-color: #FFC5B1; }

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

This div background color is #FFC5B1.


Border color

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

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

This div border color is #FFC5B1.


Opacity

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

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

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

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

This text has shadow with #FFC5B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC5B1 on black background.


Color preview on white background

This text has color #FFC5B1 on white background.



Black color preview on #FFC5B1 background

This text has black color on #FFC5B1 background.


White color preview on #FFC5B1 background

This text has white color on #FFC5B1 background.