COLOR #BBEC88

HEX: #BBEC88 RGB: (187,236,136)

Color info

#BBEC88 contains mainly red and green colors. Web safe color of #BBEC88 is #CCFF99 (or #CF9).

RGB color model

#BBEC88 color RGB value is (187,236,136).

RGB: (187,236,136) (73%, 93%, 53%)

RGB channels and saturation

R 187 of 255 = 73%
G 236 of 255 = 93%
B 136 of 255 = 53%

187
236
136

R + G + B ~ 73%. #BBEC88 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 236 + 136 = 559 (100%)
R 187 of 559 ~ 33.45%
G 236 of 559 ~ 42.22%
B 136 of 559 ~ 24.33'%

%33.45
%42.22
%24.33

CMYK color model

#BBEC88 color CMYK value is (21,0,42,7).

  • cyan value is 20.76%
  • magenta value is 0.00%
  • yellow value is 42.37%
  • key color value is 7.45%

CMYK: (21,0,42,7)
C21M0Y42K7 (21%, 0%, 42%, 7%)
(0.21 / 0.00 / 0.42 / 0.07)

CMYK percentages

%20.76
%0
%42.37
%7.45

Codes

Color #BBEC88 in popluar color models

BB EC 88
RGB 187 236 136
HSL 89° 72.46% 72.94%
HSB/HSV 89° 42.37% 92.55%
CMYK 20.76% 0.00% 42.37%
7.45%

Color #BBEC88 in popluar number systems.

HEX BB EC 88
Decimal 187 236 136
Binary 10111011 11101100 10001000
Octal 273 354 210

Shades and tints

Shades of #BBEC88

#BBEC88
(187,236,136)
#AAD77C
(170,215,124)
#99C270
(153,194,112)
#88AD64
(136,173,100)
#779858
(119,152,88)
#66834C
(102,131,76)
#556E40
(85,110,64)
#445934
(68,89,52)
#334428
(51,68,40)
#222F1C
(34,47,28)
#111A10
(17,26,16)
#000000
(0,0,0)

Tints of #BBEC88

#BBEC88
(187,236,136)
#C1ED92
(193,237,146)
#C7EE9C
(199,238,156)
#CDEFA6
(205,239,166)
#D3F0B0
(211,240,176)
#D9F1BA
(217,241,186)
#DFF2C4
(223,242,196)
#E5F3CE
(229,243,206)
#EBF4D8
(235,244,216)
#F1F5E2
(241,245,226)
#F7F6EC
(247,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBEC88 color. Also use rgb(187,236,136) instead hex code.

Text Font Color

.myTextColor { color: #BBEC88; }

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

This text font color is #BBEC88.

Background Color

.myBgColor { background-color: #BBEC88; }

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

This div background color is #BBEC88.

Border color

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

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

This div border color is #BBEC88.

Opacity

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

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

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

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

This text has shadow with #BBEC88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBEC88.

Preview

Color preview on black background

This text has color #BBEC88 on black background.


Color preview on white background

This text has color #BBEC88 on white background.


Black color preview on #BBEC88 background

This text has black color on #BBEC88 background.


White color preview on #BBEC88 background

This text has white color on #BBEC88 background.


Related colors

Complementary color

Complementary color for #hex is #441377.


I love getcolorcode.com

Triadic colors

1 #88BBEC and #EC88BB with #BBEC88 are triadic colors.

2 #88ECBB and #ECBB88 with #BBEC88 are triadic colors.