COLOR #BBF27D

HEX: #BBF27D
RGB: (187,242,125)

Color info

#BBF27D contains mainly red and green colors. Web safe color of #BBF27D is #CCFF66 (or #CF6).

RGB color model

#BBF27D color RGB value is (187,242,125).

  • red value is 187;
  • green value is 242;
  • blue value is 125.
RGB:
(187,242,125)
(73%,95%,49%)

RGB channels and saturation

R 187 of 255 = 73%
G 242 of 255 = 95%
B 125 of 255 = 49%

187
242
125

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

Portions of RGB colors in percentages

R + G + B =
187 + 242 + 125 = 554 (100%)
R 187 of 554 ~ 33.75%
G 242 of 554 ~ 43.68%
B 125 of 554 ~ 22.56%

%33.75
%43.68
%22.56

CMYK color model

#BBF27D color CMYK value is (23,0,48,5).

  • cyan value is 22.73%
  • magenta value is 0.00%
  • yellow value is 48.35%
  • key color value is 5.10%
CMYK:
(23,0,48,5)
C23M0Y48K5 
(23%,0%,48%,5%)
(0.23/0.00/0.48/0.05)	

CMYK percentages

%22.73
%0
%48.35
%5.1

Codes

Color #BBF27D in popluar color models

BBF27D
RGB187242125
HSL88°81.82%71.96%
HSB/HSV88°48.35%94.90%
CMYK22.73%0.00%48.35%
5.10%

Color #BBF27D in popluar number systems.

HEXBBF27D
Decimal187242125
Binary10111011111100101111101
Octal273362175

Shades and tints

Shades of #BBF27D

#BBF27D
(187,242,125)
#AADC72
(170,220,114)
#99C667
(153,198,103)
#88B05C
(136,176,92)
#779A51
(119,154,81)
#668446
(102,132,70)
#556E3B
(85,110,59)
#445830
(68,88,48)
#334225
(51,66,37)
#222C1A
(34,44,26)
#11160F
(17,22,15)
#000000
(0,0,0)

Tints of #BBF27D

#BBF27D
(187,242,125)
#C1F388
(193,243,136)
#C7F493
(199,244,147)
#CDF59E
(205,245,158)
#D3F6A9
(211,246,169)
#D9F7B4
(217,247,180)
#DFF8BF
(223,248,191)
#E5F9CA
(229,249,202)
#EBFAD5
(235,250,213)
#F1FBE0
(241,251,224)
#F7FCEB
(247,252,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBF27D color. Also use rgb(187,242,125) instead hex code.

Text Font Color

.myTextColor { color: #BBF27D; }

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

This text font color is #BBF27D.


Background Color

.myBgColor { background-color: #BBF27D; }

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

This div background color is #BBF27D.


Border color

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

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

This div border color is #BBF27D.


Opacity

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

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

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

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

This text has shadow with #BBF27D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBF27D on black background.


Color preview on white background

This text has color #BBF27D on white background.



Black color preview on #BBF27D background

This text has black color on #BBF27D background.


White color preview on #BBF27D background

This text has white color on #BBF27D background.