COLOR #BBE4A7

HEX: #BBE4A7
RGB: (187,228,167)

Color info

#BBE4A7 contains mainly red and green colors. Web safe color of #BBE4A7 is #CCCC99 (or #CC9).

RGB color model

#BBE4A7 color RGB value is (187,228,167).

  • red value is 187;
  • green value is 228;
  • blue value is 167.
RGB:
(187,228,167)
(73%,89%,65%)

RGB channels and saturation

R 187 of 255 = 73%
G 228 of 255 = 89%
B 167 of 255 = 65%

187
228
167

R + G + B ~ 76%. #BBE4A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 228 + 167 = 582 (100%)
R 187 of 582 ~ 32.13%
G 228 of 582 ~ 39.18%
B 167 of 582 ~ 28.69%

%32.13
%39.18
%28.69

CMYK color model

#BBE4A7 color CMYK value is (18,0,27,11).

  • cyan value is 17.98%
  • magenta value is 0.00%
  • yellow value is 26.75%
  • key color value is 10.59%
CMYK:
(18,0,27,11)
C18M0Y27K11 
(18%,0%,27%,11%)
(0.18/0.00/0.27/0.11)	

CMYK percentages

%17.98
%0
%26.75
%10.59

Codes

Color #BBE4A7 in popluar color models

BBE4A7
RGB187228167
HSL100°53.04%77.45%
HSB/HSV100°26.75%89.41%
CMYK17.98%0.00%26.75%
10.59%

Color #BBE4A7 in popluar number systems.

HEXBBE4A7
Decimal187228167
Binary101110111110010010100111
Octal273344247

Shades and tints

Shades of #BBE4A7

#BBE4A7
(187,228,167)
#AAD098
(170,208,152)
#99BC89
(153,188,137)
#88A87A
(136,168,122)
#77946B
(119,148,107)
#66805C
(102,128,92)
#556C4D
(85,108,77)
#44583E
(68,88,62)
#33442F
(51,68,47)
#223020
(34,48,32)
#111C11
(17,28,17)
#000000
(0,0,0)

Tints of #BBE4A7

#BBE4A7
(187,228,167)
#C1E6AF
(193,230,175)
#C7E8B7
(199,232,183)
#CDEABF
(205,234,191)
#D3ECC7
(211,236,199)
#D9EECF
(217,238,207)
#DFF0D7
(223,240,215)
#E5F2DF
(229,242,223)
#EBF4E7
(235,244,231)
#F1F6EF
(241,246,239)
#F7F8F7
(247,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBE4A7; }

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

This text font color is #BBE4A7.


Background Color

.myBgColor { background-color: #BBE4A7; }

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

This div background color is #BBE4A7.


Border color

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

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

This div border color is #BBE4A7.


Opacity

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

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

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

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

This text has shadow with #BBE4A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBE4A7 on black background.


Color preview on white background

This text has color #BBE4A7 on white background.



Black color preview on #BBE4A7 background

This text has black color on #BBE4A7 background.


White color preview on #BBE4A7 background

This text has white color on #BBE4A7 background.