COLOR #FFB7DC

HEX: #FFB7DC RGB: (255,183,220)

Color info

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

RGB color model

#FFB7DC color RGB value is (255,183,220).

RGB: (255,183,220) (100%, 72%, 86%)

RGB channels and saturation

R 255 of 255 = 100%
G 183 of 255 = 72%
B 220 of 255 = 86%

255
183
220

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

Portions of RGB colors in percentages

R + G + B = 255 + 183 + 220 = 658 (100%)
R 255 of 658 ~ 38.75%
G 183 of 658 ~ 27.81%
B 220 of 658 ~ 33.43'%

%38.75
%27.81
%33.43

CMYK color model

#FFB7DC color CMYK value is (0,28,14,0).

  • cyan value is 0.00%
  • magenta value is 28.24%
  • yellow value is 13.73%
  • key color value is 0.00%

CMYK: (0,28,14,0)
C0M28Y14K0 (0%, 28%, 14%, 0%)
(0.00 / 0.28 / 0.14 / 0.00)

CMYK percentages

%0
%28.24
%13.73
%0

Codes

Color #FFB7DC in popluar color models

FF B7 DC
RGB 255 183 220
HSL 329° 100.00% 85.88%
HSB/HSV 329° 28.24% 100.00%
CMYK 0.00% 28.24% 13.73%
0.00%

Color #FFB7DC in popluar number systems.

HEX FF B7 DC
Decimal 255 183 220
Binary 11111111 10110111 11011100
Octal 377 267 334

Shades and tints

Shades of #FFB7DC

#FFB7DC
(255,183,220)
#E8A7C8
(232,167,200)
#D197B4
(209,151,180)
#BA87A0
(186,135,160)
#A3778C
(163,119,140)
#8C6778
(140,103,120)
#755764
(117,87,100)
#5E4750
(94,71,80)
#47373C
(71,55,60)
#302728
(48,39,40)
#191714
(25,23,20)
#000000
(0,0,0)

Tints of #FFB7DC

#FFB7DC
(255,183,220)
#FFBDDF
(255,189,223)
#FFC3E2
(255,195,226)
#FFC9E5
(255,201,229)
#FFCFE8
(255,207,232)
#FFD5EB
(255,213,235)
#FFDBEE
(255,219,238)
#FFE1F1
(255,225,241)
#FFE7F4
(255,231,244)
#FFEDF7
(255,237,247)
#FFF3FA
(255,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFB7DC; }

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

This text font color is #FFB7DC.

Background Color

.myBgColor { background-color: #FFB7DC; }

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

This div background color is #FFB7DC.

Border color

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

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

This div border color is #FFB7DC.

Opacity

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

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

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

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

This text has shadow with #FFB7DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFB7DC.

Preview

Color preview on black background

This text has color #FFB7DC on black background.


Color preview on white background

This text has color #FFB7DC on white background.


Black color preview on #FFB7DC background

This text has black color on #FFB7DC background.


White color preview on #FFB7DC background

This text has white color on #FFB7DC background.


Related colors

Complementary color

Complementary color for #hex is #004823.


I love getcolorcode.com

Triadic colors

1 #DCFFB7 and #B7DCFF with #FFB7DC are triadic colors.

2 #DCB7FF and #B7FFDC with #FFB7DC are triadic colors.