COLOR #FFB7DA

HEX: #FFB7DA
RGB: (255,183,218)

Color info

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

RGB color model

#FFB7DA color RGB value is (255,183,218).

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

RGB channels and saturation

R 255 of 255 = 100%
G 183 of 255 = 72%
B 218 of 255 = 85%

255
183
218

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

Portions of RGB colors in percentages

R + G + B =
255 + 183 + 218 = 656 (100%)
R 255 of 656 ~ 38.87%
G 183 of 656 ~ 27.9%
B 218 of 656 ~ 33.23%

%38.87
%27.9
%33.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.24%
  • yellow value is 14.51%
  • 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
%28.24
%14.51
%0

Codes

Color #FFB7DA in popluar color models

FFB7DA
RGB255183218
HSL331°100.00%85.88%
HSB/HSV331°28.24%100.00%
CMYK0.00%28.24%14.51%
0.00%

Color #FFB7DA in popluar number systems.

HEXFFB7DA
Decimal255183218
Binary111111111011011111011010
Octal377267332

Shades and tints

Shades of #FFB7DA

#FFB7DA
(255,183,218)
#E8A7C7
(232,167,199)
#D197B4
(209,151,180)
#BA87A1
(186,135,161)
#A3778E
(163,119,142)
#8C677B
(140,103,123)
#755768
(117,87,104)
#5E4755
(94,71,85)
#473742
(71,55,66)
#30272F
(48,39,47)
#19171C
(25,23,28)
#000000
(0,0,0)

Tints of #FFB7DA

#FFB7DA
(255,183,218)
#FFBDDD
(255,189,221)
#FFC3E0
(255,195,224)
#FFC9E3
(255,201,227)
#FFCFE6
(255,207,230)
#FFD5E9
(255,213,233)
#FFDBEC
(255,219,236)
#FFE1EF
(255,225,239)
#FFE7F2
(255,231,242)
#FFEDF5
(255,237,245)
#FFF3F8
(255,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFB7DA; }

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

This text font color is #FFB7DA.


Background Color

.myBgColor { background-color: #FFB7DA; }

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

This div background color is #FFB7DA.


Border color

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

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

This div border color is #FFB7DA.


Opacity

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

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

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

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

This text has shadow with #FFB7DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFB7DA on black background.


Color preview on white background

This text has color #FFB7DA on white background.



Black color preview on #FFB7DA background

This text has black color on #FFB7DA background.


White color preview on #FFB7DA background

This text has white color on #FFB7DA background.