COLOR #FFB8D9

HEX: #FFB8D9
RGB: (255,184,217)

Color info

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

RGB color model

#FFB8D9 color RGB value is (255,184,217).

  • red value is 255;
  • green value is 184;
  • blue value is 217.
RGB:
(255,184,217)
(100%,72%,85%)

RGB channels and saturation

R 255 of 255 = 100%
G 184 of 255 = 72%
B 217 of 255 = 85%

255
184
217

R + G + B ~ 86%. #FFB8D9 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 184 + 217 = 656 (100%)
R 255 of 656 ~ 38.87%
G 184 of 656 ~ 28.05%
B 217 of 656 ~ 33.08%

%38.87
%28.05
%33.08

CMYK color model

#FFB8D9 color CMYK value is (0,28,15,0).

  • cyan value is 0.00%
  • magenta value is 27.84%
  • yellow value is 14.90%
  • key color value is 0.00%
CMYK:
(0,28,15,0)
C0M28Y15K0 
(0%,28%,15%,0%)
(0.00/0.28/0.15/0.00)	

CMYK percentages

%0
%27.84
%14.9
%0

Codes

Color #FFB8D9 in popluar color models

FFB8D9
RGB255184217
HSL332°100.00%86.08%
HSB/HSV332°27.84%100.00%
CMYK0.00%27.84%14.90%
0.00%

Color #FFB8D9 in popluar number systems.

HEXFFB8D9
Decimal255184217
Binary111111111011100011011001
Octal377270331

Shades and tints

Shades of #FFB8D9

#FFB8D9
(255,184,217)
#E8A8C6
(232,168,198)
#D198B3
(209,152,179)
#BA88A0
(186,136,160)
#A3788D
(163,120,141)
#8C687A
(140,104,122)
#755867
(117,88,103)
#5E4854
(94,72,84)
#473841
(71,56,65)
#30282E
(48,40,46)
#19181B
(25,24,27)
#000000
(0,0,0)

Tints of #FFB8D9

#FFB8D9
(255,184,217)
#FFBEDC
(255,190,220)
#FFC4DF
(255,196,223)
#FFCAE2
(255,202,226)
#FFD0E5
(255,208,229)
#FFD6E8
(255,214,232)
#FFDCEB
(255,220,235)
#FFE2EE
(255,226,238)
#FFE8F1
(255,232,241)
#FFEEF4
(255,238,244)
#FFF4F7
(255,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFB8D9 color. Also use rgb(255,184,217) instead hex code.

Text Font Color

.myTextColor { color: #FFB8D9; }

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

This text font color is #FFB8D9.


Background Color

.myBgColor { background-color: #FFB8D9; }

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

This div background color is #FFB8D9.


Border color

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

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

This div border color is #FFB8D9.


Opacity

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

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

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

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

This text has shadow with #FFB8D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFB8D9 on black background.


Color preview on white background

This text has color #FFB8D9 on white background.



Black color preview on #FFB8D9 background

This text has black color on #FFB8D9 background.


White color preview on #FFB8D9 background

This text has white color on #FFB8D9 background.