COLOR #FFB7BE

HEX: #FFB7BE
RGB: (255,183,190)

Color info

#FFB7BE contains mainly red color. Web safe color of #FFB7BE is #FFCCCC (or #FCC).

RGB color model

#FFB7BE color RGB value is (255,183,190).

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

RGB channels and saturation

R 255 of 255 = 100%
G 183 of 255 = 72%
B 190 of 255 = 75%

255
183
190

R + G + B ~ 82%. #FFB7BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 183 + 190 = 628 (100%)
R 255 of 628 ~ 40.61%
G 183 of 628 ~ 29.14%
B 190 of 628 ~ 30.25%

%40.61
%29.14
%30.25

CMYK color model

#FFB7BE color CMYK value is (0,28,25,0).

  • cyan value is 0.00%
  • magenta value is 28.24%
  • yellow value is 25.49%
  • key color value is 0.00%
CMYK:
(0,28,25,0)
C0M28Y25K0 
(0%,28%,25%,0%)
(0.00/0.28/0.25/0.00)	

CMYK percentages

%0
%28.24
%25.49
%0

Codes

Color #FFB7BE in popluar color models

FFB7BE
RGB255183190
HSL354°100.00%85.88%
HSB/HSV354°28.24%100.00%
CMYK0.00%28.24%25.49%
0.00%

Color #FFB7BE in popluar number systems.

HEXFFB7BE
Decimal255183190
Binary111111111011011110111110
Octal377267276

Shades and tints

Shades of #FFB7BE

#FFB7BE
(255,183,190)
#E8A7AD
(232,167,173)
#D1979C
(209,151,156)
#BA878B
(186,135,139)
#A3777A
(163,119,122)
#8C6769
(140,103,105)
#755758
(117,87,88)
#5E4747
(94,71,71)
#473736
(71,55,54)
#302725
(48,39,37)
#191714
(25,23,20)
#000000
(0,0,0)

Tints of #FFB7BE

#FFB7BE
(255,183,190)
#FFBDC3
(255,189,195)
#FFC3C8
(255,195,200)
#FFC9CD
(255,201,205)
#FFCFD2
(255,207,210)
#FFD5D7
(255,213,215)
#FFDBDC
(255,219,220)
#FFE1E1
(255,225,225)
#FFE7E6
(255,231,230)
#FFEDEB
(255,237,235)
#FFF3F0
(255,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFB7BE; }

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

This text font color is #FFB7BE.


Background Color

.myBgColor { background-color: #FFB7BE; }

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

This div background color is #FFB7BE.


Border color

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

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

This div border color is #FFB7BE.


Opacity

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

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

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

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

This text has shadow with #FFB7BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFB7BE on black background.


Color preview on white background

This text has color #FFB7BE on white background.



Black color preview on #FFB7BE background

This text has black color on #FFB7BE background.


White color preview on #FFB7BE background

This text has white color on #FFB7BE background.