COLOR #BBE07D

HEX: #BBE07D RGB: (187,224,125)

Color info

#BBE07D contains mainly red and green colors. Web safe color of #BBE07D is #CCCC66 (or #CC6).

RGB color model

#BBE07D color RGB value is (187,224,125).

RGB: (187,224,125) (73%, 88%, 49%)

RGB channels and saturation

R 187 of 255 = 73%
G 224 of 255 = 88%
B 125 of 255 = 49%

187
224
125

R + G + B ~ 70%. #BBE07D is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 224 + 125 = 536 (100%)
R 187 of 536 ~ 34.89%
G 224 of 536 ~ 41.79%
B 125 of 536 ~ 23.32'%

%34.89
%41.79
%23.32

CMYK color model

#BBE07D color CMYK value is (17,0,44,12).

  • cyan value is 16.52%
  • magenta value is 0.00%
  • yellow value is 44.20%
  • key color value is 12.16%

CMYK: (17,0,44,12)
C17M0Y44K12 (17%, 0%, 44%, 12%)
(0.17 / 0.00 / 0.44 / 0.12)

CMYK percentages

%16.52
%0
%44.2
%12.16

Codes

Color #BBE07D in popluar color models

BB E0 7D
RGB 187 224 125
HSL 82° 61.49% 68.43%
HSB/HSV 82° 44.20% 87.84%
CMYK 16.52% 0.00% 44.20%
12.16%

Color #BBE07D in popluar number systems.

HEX BB E0 7D
Decimal 187 224 125
Binary 10111011 11100000 1111101
Octal 273 340 175

Shades and tints

Shades of #BBE07D

#BBE07D
(187,224,125)
#AACC72
(170,204,114)
#99B867
(153,184,103)
#88A45C
(136,164,92)
#779051
(119,144,81)
#667C46
(102,124,70)
#55683B
(85,104,59)
#445430
(68,84,48)
#334025
(51,64,37)
#222C1A
(34,44,26)
#11180F
(17,24,15)
#000000
(0,0,0)

Tints of #BBE07D

#BBE07D
(187,224,125)
#C1E288
(193,226,136)
#C7E493
(199,228,147)
#CDE69E
(205,230,158)
#D3E8A9
(211,232,169)
#D9EAB4
(217,234,180)
#DFECBF
(223,236,191)
#E5EECA
(229,238,202)
#EBF0D5
(235,240,213)
#F1F2E0
(241,242,224)
#F7F4EB
(247,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBE07D; }

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

This text font color is #BBE07D.

Background Color

.myBgColor { background-color: #BBE07D; }

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

This div background color is #BBE07D.

Border color

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

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

This div border color is #BBE07D.

Opacity

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

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

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

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

This text has shadow with #BBE07D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBE07D.

Preview

Color preview on black background

This text has color #BBE07D on black background.


Color preview on white background

This text has color #BBE07D on white background.


Black color preview on #BBE07D background

This text has black color on #BBE07D background.


White color preview on #BBE07D background

This text has white color on #BBE07D background.


Related colors

Complementary color

Complementary color for #hex is #441F82.


I love getcolorcode.com

Triadic colors

1 #7DBBE0 and #E07DBB with #BBE07D are triadic colors.

2 #7DE0BB and #E0BB7D with #BBE07D are triadic colors.