COLOR #FFCCB9

HEX: #FFCCB9
RGB: (255,204,185)

Color info

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

RGB color model

#FFCCB9 color RGB value is (255,204,185).

  • red value is 255;
  • green value is 204;
  • blue value is 185.
RGB:
(255,204,185)
(100%,80%,73%)

RGB channels and saturation

R 255 of 255 = 100%
G 204 of 255 = 80%
B 185 of 255 = 73%

255
204
185

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

Portions of RGB colors in percentages

R + G + B =
255 + 204 + 185 = 644 (100%)
R 255 of 644 ~ 39.6%
G 204 of 644 ~ 31.68%
B 185 of 644 ~ 28.73%

%39.6
%31.68
%28.73

CMYK color model

#FFCCB9 color CMYK value is (0,20,27,0).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 27.45%
  • key color value is 0.00%
CMYK:
(0,20,27,0)
C0M20Y27K0 
(0%,20%,27%,0%)
(0.00/0.20/0.27/0.00)	

CMYK percentages

%0
%20
%27.45
%0

Codes

Color #FFCCB9 in popluar color models

FFCCB9
RGB255204185
HSL16°100.00%86.27%
HSB/HSV16°27.45%100.00%
CMYK0.00%20.00%27.45%
0.00%

Color #FFCCB9 in popluar number systems.

HEXFFCCB9
Decimal255204185
Binary111111111100110010111001
Octal377314271

Shades and tints

Shades of #FFCCB9

#FFCCB9
(255,204,185)
#E8BAA9
(232,186,169)
#D1A899
(209,168,153)
#BA9689
(186,150,137)
#A38479
(163,132,121)
#8C7269
(140,114,105)
#756059
(117,96,89)
#5E4E49
(94,78,73)
#473C39
(71,60,57)
#302A29
(48,42,41)
#191819
(25,24,25)
#000000
(0,0,0)

Tints of #FFCCB9

#FFCCB9
(255,204,185)
#FFD0BF
(255,208,191)
#FFD4C5
(255,212,197)
#FFD8CB
(255,216,203)
#FFDCD1
(255,220,209)
#FFE0D7
(255,224,215)
#FFE4DD
(255,228,221)
#FFE8E3
(255,232,227)
#FFECE9
(255,236,233)
#FFF0EF
(255,240,239)
#FFF4F5
(255,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFCCB9 color. Also use rgb(255,204,185) instead hex code.

Text Font Color

.myTextColor { color: #FFCCB9; }

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

This text font color is #FFCCB9.


Background Color

.myBgColor { background-color: #FFCCB9; }

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

This div background color is #FFCCB9.


Border color

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

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

This div border color is #FFCCB9.


Opacity

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

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

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

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

This text has shadow with #FFCCB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFCCB9 on black background.


Color preview on white background

This text has color #FFCCB9 on white background.



Black color preview on #FFCCB9 background

This text has black color on #FFCCB9 background.


White color preview on #FFCCB9 background

This text has white color on #FFCCB9 background.