COLOR #FFBD7B

HEX: #FFBD7B
RGB: (255,189,123)

Color info

#FFBD7B contains mainly red color. Web safe color of #FFBD7B is #FFCC66 (or #FC6).

RGB color model

#FFBD7B color RGB value is (255,189,123).

  • red value is 255;
  • green value is 189;
  • blue value is 123.
RGB:
(255,189,123)
(100%,74%,48%)

RGB channels and saturation

R 255 of 255 = 100%
G 189 of 255 = 74%
B 123 of 255 = 48%

255
189
123

R + G + B ~ 74%. #FFBD7B is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 189 + 123 = 567 (100%)
R 255 of 567 ~ 44.97%
G 189 of 567 ~ 33.33%
B 123 of 567 ~ 21.69%

%44.97
%33.33
%21.69

CMYK color model

#FFBD7B color CMYK value is (0,26,52,0).

  • cyan value is 0.00%
  • magenta value is 25.88%
  • yellow value is 51.76%
  • key color value is 0.00%
CMYK:
(0,26,52,0)
C0M26Y52K0 
(0%,26%,52%,0%)
(0.00/0.26/0.52/0.00)	

CMYK percentages

%0
%25.88
%51.76
%0

Codes

Color #FFBD7B in popluar color models

FFBD7B
RGB255189123
HSL30°100.00%74.12%
HSB/HSV30°51.76%100.00%
CMYK0.00%25.88%51.76%
0.00%

Color #FFBD7B in popluar number systems.

HEXFFBD7B
Decimal255189123
Binary11111111101111011111011
Octal377275173

Shades and tints

Shades of #FFBD7B

#FFBD7B
(255,189,123)
#E8AC70
(232,172,112)
#D19B65
(209,155,101)
#BA8A5A
(186,138,90)
#A3794F
(163,121,79)
#8C6844
(140,104,68)
#755739
(117,87,57)
#5E462E
(94,70,46)
#473523
(71,53,35)
#302418
(48,36,24)
#19130D
(25,19,13)
#000000
(0,0,0)

Tints of #FFBD7B

#FFBD7B
(255,189,123)
#FFC387
(255,195,135)
#FFC993
(255,201,147)
#FFCF9F
(255,207,159)
#FFD5AB
(255,213,171)
#FFDBB7
(255,219,183)
#FFE1C3
(255,225,195)
#FFE7CF
(255,231,207)
#FFEDDB
(255,237,219)
#FFF3E7
(255,243,231)
#FFF9F3
(255,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFBD7B color. Also use rgb(255,189,123) instead hex code.

Text Font Color

.myTextColor { color: #FFBD7B; }

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

This text font color is #FFBD7B.


Background Color

.myBgColor { background-color: #FFBD7B; }

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

This div background color is #FFBD7B.


Border color

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

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

This div border color is #FFBD7B.


Opacity

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

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

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

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

This text has shadow with #FFBD7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFBD7B on black background.


Color preview on white background

This text has color #FFBD7B on white background.



Black color preview on #FFBD7B background

This text has black color on #FFBD7B background.


White color preview on #FFBD7B background

This text has white color on #FFBD7B background.