COLOR #BBEB71

HEX: #BBEB71 RGB: (187,235,113)

Color info

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

RGB color model

#BBEB71 color RGB value is (187,235,113).

RGB: (187,235,113) (73%, 92%, 44%)

RGB channels and saturation

R 187 of 255 = 73%
G 235 of 255 = 92%
B 113 of 255 = 44%

187
235
113

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

Portions of RGB colors in percentages

R + G + B = 187 + 235 + 113 = 535 (100%)
R 187 of 535 ~ 34.95%
G 235 of 535 ~ 43.93%
B 113 of 535 ~ 21.12'%

%34.95
%43.93
%21.12

CMYK color model

#BBEB71 color CMYK value is (20,0,52,8).

  • cyan value is 20.43%
  • magenta value is 0.00%
  • yellow value is 51.91%
  • key color value is 7.84%

CMYK: (20,0,52,8)
C20M0Y52K8 (20%, 0%, 52%, 8%)
(0.20 / 0.00 / 0.52 / 0.08)

CMYK percentages

%20.43
%0
%51.91
%7.84

Codes

Color #BBEB71 in popluar color models

BB EB 71
RGB 187 235 113
HSL 84° 75.31% 68.24%
HSB/HSV 84° 51.91% 92.16%
CMYK 20.43% 0.00% 51.91%
7.84%

Color #BBEB71 in popluar number systems.

HEX BB EB 71
Decimal 187 235 113
Binary 10111011 11101011 1110001
Octal 273 353 161

Shades and tints

Shades of #BBEB71

#BBEB71
(187,235,113)
#AAD667
(170,214,103)
#99C15D
(153,193,93)
#88AC53
(136,172,83)
#779749
(119,151,73)
#66823F
(102,130,63)
#556D35
(85,109,53)
#44582B
(68,88,43)
#334321
(51,67,33)
#222E17
(34,46,23)
#11190D
(17,25,13)
#000000
(0,0,0)

Tints of #BBEB71

#BBEB71
(187,235,113)
#C1EC7D
(193,236,125)
#C7ED89
(199,237,137)
#CDEE95
(205,238,149)
#D3EFA1
(211,239,161)
#D9F0AD
(217,240,173)
#DFF1B9
(223,241,185)
#E5F2C5
(229,242,197)
#EBF3D1
(235,243,209)
#F1F4DD
(241,244,221)
#F7F5E9
(247,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBEB71 color. Also use rgb(187,235,113) instead hex code.

Text Font Color

.myTextColor { color: #BBEB71; }

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

This text font color is #BBEB71.

Background Color

.myBgColor { background-color: #BBEB71; }

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

This div background color is #BBEB71.

Border color

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

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

This div border color is #BBEB71.

Opacity

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

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

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

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

This text has shadow with #BBEB71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBEB71.

Preview

Color preview on black background

This text has color #BBEB71 on black background.


Color preview on white background

This text has color #BBEB71 on white background.


Black color preview on #BBEB71 background

This text has black color on #BBEB71 background.


White color preview on #BBEB71 background

This text has white color on #BBEB71 background.


Related colors

Complementary color

Complementary color for #hex is #44148E.


I love getcolorcode.com

Triadic colors

1 #71BBEB and #EB71BB with #BBEB71 are triadic colors.

2 #71EBBB and #EBBB71 with #BBEB71 are triadic colors.