COLOR #BBE47C

HEX: #BBE47C RGB: (187,228,124)

Color info

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

RGB color model

#BBE47C color RGB value is (187,228,124).

RGB: (187,228,124) (73%, 89%, 49%)

RGB channels and saturation

R 187 of 255 = 73%
G 228 of 255 = 89%
B 124 of 255 = 49%

187
228
124

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

Portions of RGB colors in percentages

R + G + B = 187 + 228 + 124 = 539 (100%)
R 187 of 539 ~ 34.69%
G 228 of 539 ~ 42.3%
B 124 of 539 ~ 23.01'%

%34.69
%42.3
%23.01

CMYK color model

#BBE47C color CMYK value is (18,0,46,11).

  • cyan value is 17.98%
  • magenta value is 0.00%
  • yellow value is 45.61%
  • key color value is 10.59%

CMYK: (18,0,46,11)
C18M0Y46K11 (18%, 0%, 46%, 11%)
(0.18 / 0.00 / 0.46 / 0.11)

CMYK percentages

%17.98
%0
%45.61
%10.59

Codes

Color #BBE47C in popluar color models

BB E4 7C
RGB 187 228 124
HSL 84° 65.82% 69.02%
HSB/HSV 84° 45.61% 89.41%
CMYK 17.98% 0.00% 45.61%
10.59%

Color #BBE47C in popluar number systems.

HEX BB E4 7C
Decimal 187 228 124
Binary 10111011 11100100 1111100
Octal 273 344 174

Shades and tints

Shades of #BBE47C

#BBE47C
(187,228,124)
#AAD071
(170,208,113)
#99BC66
(153,188,102)
#88A85B
(136,168,91)
#779450
(119,148,80)
#668045
(102,128,69)
#556C3A
(85,108,58)
#44582F
(68,88,47)
#334424
(51,68,36)
#223019
(34,48,25)
#111C0E
(17,28,14)
#000000
(0,0,0)

Tints of #BBE47C

#BBE47C
(187,228,124)
#C1E687
(193,230,135)
#C7E892
(199,232,146)
#CDEA9D
(205,234,157)
#D3ECA8
(211,236,168)
#D9EEB3
(217,238,179)
#DFF0BE
(223,240,190)
#E5F2C9
(229,242,201)
#EBF4D4
(235,244,212)
#F1F6DF
(241,246,223)
#F7F8EA
(247,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBE47C color. Also use rgb(187,228,124) instead hex code.

Text Font Color

.myTextColor { color: #BBE47C; }

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

This text font color is #BBE47C.

Background Color

.myBgColor { background-color: #BBE47C; }

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

This div background color is #BBE47C.

Border color

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

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

This div border color is #BBE47C.

Opacity

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

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

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

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

This text has shadow with #BBE47C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBE47C.

Preview

Color preview on black background

This text has color #BBE47C on black background.


Color preview on white background

This text has color #BBE47C on white background.


Black color preview on #BBE47C background

This text has black color on #BBE47C background.


White color preview on #BBE47C background

This text has white color on #BBE47C background.


Related colors

Complementary color

Complementary color for #hex is #441B83.


I love getcolorcode.com

Triadic colors

1 #7CBBE4 and #E47CBB with #BBE47C are triadic colors.

2 #7CE4BB and #E4BB7C with #BBE47C are triadic colors.