COLOR #FBD182

HEX: #FBD182
RGB: (251,209,130)

Color info

#FBD182 contains mainly red and green colors. Web safe color of #FBD182 is #FFCC99 (or #FC9).

RGB color model

#FBD182 color RGB value is (251,209,130).

  • red value is 251;
  • green value is 209;
  • blue value is 130.
RGB:
(251,209,130)
(98%,82%,51%)

RGB channels and saturation

R 251 of 255 = 98%
G 209 of 255 = 82%
B 130 of 255 = 51%

251
209
130

R + G + B ~ 77%. #FBD182 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 209 + 130 = 590 (100%)
R 251 of 590 ~ 42.54%
G 209 of 590 ~ 35.42%
B 130 of 590 ~ 22.03%

%42.54
%35.42
%22.03

CMYK color model

#FBD182 color CMYK value is (0,17,48,2).

  • cyan value is 0.00%
  • magenta value is 16.73%
  • yellow value is 48.21%
  • key color value is 1.57%
CMYK:
(0,17,48,2)
C0M17Y48K2 
(0%,17%,48%,2%)
(0.00/0.17/0.48/0.02)	

CMYK percentages

%0
%16.73
%48.21
%1.57

Codes

Color #FBD182 in popluar color models

FBD182
RGB251209130
HSL39°93.80%74.71%
HSB/HSV39°48.21%98.43%
CMYK0.00%16.73%48.21%
1.57%

Color #FBD182 in popluar number systems.

HEXFBD182
Decimal251209130
Binary111110111101000110000010
Octal373321202

Shades and tints

Shades of #FBD182

#FBD182
(251,209,130)
#E5BE77
(229,190,119)
#CFAB6C
(207,171,108)
#B99861
(185,152,97)
#A38556
(163,133,86)
#8D724B
(141,114,75)
#775F40
(119,95,64)
#614C35
(97,76,53)
#4B392A
(75,57,42)
#35261F
(53,38,31)
#1F1314
(31,19,20)
#000000
(0,0,0)

Tints of #FBD182

#FBD182
(251,209,130)
#FBD58D
(251,213,141)
#FBD998
(251,217,152)
#FBDDA3
(251,221,163)
#FBE1AE
(251,225,174)
#FBE5B9
(251,229,185)
#FBE9C4
(251,233,196)
#FBEDCF
(251,237,207)
#FBF1DA
(251,241,218)
#FBF5E5
(251,245,229)
#FBF9F0
(251,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBD182 color. Also use rgb(251,209,130) instead hex code.

Text Font Color

.myTextColor { color: #FBD182; }

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

This text font color is #FBD182.


Background Color

.myBgColor { background-color: #FBD182; }

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

This div background color is #FBD182.


Border color

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

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

This div border color is #FBD182.


Opacity

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

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

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

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

This text has shadow with #FBD182 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBD182 on black background.


Color preview on white background

This text has color #FBD182 on white background.



Black color preview on #FBD182 background

This text has black color on #FBD182 background.


White color preview on #FBD182 background

This text has white color on #FBD182 background.