COLOR #BBE08F

HEX: #BBE08F
RGB: (187,224,143)

Color info

#BBE08F contains mainly red and green colors. Web safe color of #BBE08F is #CCCC99 (or #CC9).

RGB color model

#BBE08F color RGB value is (187,224,143).

  • red value is 187;
  • green value is 224;
  • blue value is 143.
RGB:
(187,224,143)
(73%,88%,56%)

RGB channels and saturation

R 187 of 255 = 73%
G 224 of 255 = 88%
B 143 of 255 = 56%

187
224
143

R + G + B ~ 72%. #BBE08F is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 224 + 143 = 554 (100%)
R 187 of 554 ~ 33.75%
G 224 of 554 ~ 40.43%
B 143 of 554 ~ 25.81%

%33.75
%40.43
%25.81

CMYK color model

#BBE08F color CMYK value is (17,0,36,12).

  • cyan value is 16.52%
  • magenta value is 0.00%
  • yellow value is 36.16%
  • key color value is 12.16%
CMYK:
(17,0,36,12)
C17M0Y36K12 
(17%,0%,36%,12%)
(0.17/0.00/0.36/0.12)	

CMYK percentages

%16.52
%0
%36.16
%12.16

Codes

Color #BBE08F in popluar color models

BBE08F
RGB187224143
HSL87°56.64%71.96%
HSB/HSV87°36.16%87.84%
CMYK16.52%0.00%36.16%
12.16%

Color #BBE08F in popluar number systems.

HEXBBE08F
Decimal187224143
Binary101110111110000010001111
Octal273340217

Shades and tints

Shades of #BBE08F

#BBE08F
(187,224,143)
#AACC82
(170,204,130)
#99B875
(153,184,117)
#88A468
(136,164,104)
#77905B
(119,144,91)
#667C4E
(102,124,78)
#556841
(85,104,65)
#445434
(68,84,52)
#334027
(51,64,39)
#222C1A
(34,44,26)
#11180D
(17,24,13)
#000000
(0,0,0)

Tints of #BBE08F

#BBE08F
(187,224,143)
#C1E299
(193,226,153)
#C7E4A3
(199,228,163)
#CDE6AD
(205,230,173)
#D3E8B7
(211,232,183)
#D9EAC1
(217,234,193)
#DFECCB
(223,236,203)
#E5EED5
(229,238,213)
#EBF0DF
(235,240,223)
#F1F2E9
(241,242,233)
#F7F4F3
(247,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBE08F color. Also use rgb(187,224,143) instead hex code.

Text Font Color

.myTextColor { color: #BBE08F; }

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

This text font color is #BBE08F.


Background Color

.myBgColor { background-color: #BBE08F; }

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

This div background color is #BBE08F.


Border color

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

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

This div border color is #BBE08F.


Opacity

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

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

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

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

This text has shadow with #BBE08F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBE08F on black background.


Color preview on white background

This text has color #BBE08F on white background.



Black color preview on #BBE08F background

This text has black color on #BBE08F background.


White color preview on #BBE08F background

This text has white color on #BBE08F background.