COLOR #FFC5B7

HEX: #FFC5B7
RGB: (255,197,183)

Color info

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

RGB color model

#FFC5B7 color RGB value is (255,197,183).

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

RGB channels and saturation

R 255 of 255 = 100%
G 197 of 255 = 77%
B 183 of 255 = 72%

255
197
183

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

Portions of RGB colors in percentages

R + G + B =
255 + 197 + 183 = 635 (100%)
R 255 of 635 ~ 40.16%
G 197 of 635 ~ 31.02%
B 183 of 635 ~ 28.82%

%40.16
%31.02
%28.82

CMYK color model

#FFC5B7 color CMYK value is (0,23,28,0).

  • cyan value is 0.00%
  • magenta value is 22.75%
  • yellow value is 28.24%
  • key color value is 0.00%
CMYK:
(0,23,28,0)
C0M23Y28K0 
(0%,23%,28%,0%)
(0.00/0.23/0.28/0.00)	

CMYK percentages

%0
%22.75
%28.24
%0

Codes

Color #FFC5B7 in popluar color models

FFC5B7
RGB255197183
HSL12°100.00%85.88%
HSB/HSV12°28.24%100.00%
CMYK0.00%22.75%28.24%
0.00%

Color #FFC5B7 in popluar number systems.

HEXFFC5B7
Decimal255197183
Binary111111111100010110110111
Octal377305267

Shades and tints

Shades of #FFC5B7

#FFC5B7
(255,197,183)
#E8B4A7
(232,180,167)
#D1A397
(209,163,151)
#BA9287
(186,146,135)
#A38177
(163,129,119)
#8C7067
(140,112,103)
#755F57
(117,95,87)
#5E4E47
(94,78,71)
#473D37
(71,61,55)
#302C27
(48,44,39)
#191B17
(25,27,23)
#000000
(0,0,0)

Tints of #FFC5B7

#FFC5B7
(255,197,183)
#FFCABD
(255,202,189)
#FFCFC3
(255,207,195)
#FFD4C9
(255,212,201)
#FFD9CF
(255,217,207)
#FFDED5
(255,222,213)
#FFE3DB
(255,227,219)
#FFE8E1
(255,232,225)
#FFEDE7
(255,237,231)
#FFF2ED
(255,242,237)
#FFF7F3
(255,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFC5B7; }

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

This text font color is #FFC5B7.


Background Color

.myBgColor { background-color: #FFC5B7; }

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

This div background color is #FFC5B7.


Border color

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

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

This div border color is #FFC5B7.


Opacity

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

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

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

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

This text has shadow with #FFC5B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC5B7 on black background.


Color preview on white background

This text has color #FFC5B7 on white background.



Black color preview on #FFC5B7 background

This text has black color on #FFC5B7 background.


White color preview on #FFC5B7 background

This text has white color on #FFC5B7 background.