COLOR #FFD0B0

HEX: #FFD0B0
RGB: (255,208,176)

Color info

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

RGB color model

#FFD0B0 color RGB value is (255,208,176).

  • red value is 255;
  • green value is 208;
  • blue value is 176.
RGB:
(255,208,176)
(100%,82%,69%)

RGB channels and saturation

R 255 of 255 = 100%
G 208 of 255 = 82%
B 176 of 255 = 69%

255
208
176

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

Portions of RGB colors in percentages

R + G + B =
255 + 208 + 176 = 639 (100%)
R 255 of 639 ~ 39.91%
G 208 of 639 ~ 32.55%
B 176 of 639 ~ 27.54%

%39.91
%32.55
%27.54

CMYK color model

#FFD0B0 color CMYK value is (0,18,31,0).

  • cyan value is 0.00%
  • magenta value is 18.43%
  • yellow value is 30.98%
  • key color value is 0.00%
CMYK:
(0,18,31,0)
C0M18Y31K0 
(0%,18%,31%,0%)
(0.00/0.18/0.31/0.00)	

CMYK percentages

%0
%18.43
%30.98
%0

Codes

Color #FFD0B0 in popluar color models

FFD0B0
RGB255208176
HSL24°100.00%84.51%
HSB/HSV24°30.98%100.00%
CMYK0.00%18.43%30.98%
0.00%

Color #FFD0B0 in popluar number systems.

HEXFFD0B0
Decimal255208176
Binary111111111101000010110000
Octal377320260

Shades and tints

Shades of #FFD0B0

#FFD0B0
(255,208,176)
#E8BEA0
(232,190,160)
#D1AC90
(209,172,144)
#BA9A80
(186,154,128)
#A38870
(163,136,112)
#8C7660
(140,118,96)
#756450
(117,100,80)
#5E5240
(94,82,64)
#474030
(71,64,48)
#302E20
(48,46,32)
#191C10
(25,28,16)
#000000
(0,0,0)

Tints of #FFD0B0

#FFD0B0
(255,208,176)
#FFD4B7
(255,212,183)
#FFD8BE
(255,216,190)
#FFDCC5
(255,220,197)
#FFE0CC
(255,224,204)
#FFE4D3
(255,228,211)
#FFE8DA
(255,232,218)
#FFECE1
(255,236,225)
#FFF0E8
(255,240,232)
#FFF4EF
(255,244,239)
#FFF8F6
(255,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD0B0; }

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

This text font color is #FFD0B0.


Background Color

.myBgColor { background-color: #FFD0B0; }

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

This div background color is #FFD0B0.


Border color

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

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

This div border color is #FFD0B0.


Opacity

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

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

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

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

This text has shadow with #FFD0B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD0B0 on black background.


Color preview on white background

This text has color #FFD0B0 on white background.



Black color preview on #FFD0B0 background

This text has black color on #FFD0B0 background.


White color preview on #FFD0B0 background

This text has white color on #FFD0B0 background.