COLOR #BBE4A5

HEX: #BBE4A5
RGB: (187,228,165)

Color info

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

RGB color model

#BBE4A5 color RGB value is (187,228,165).

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

RGB channels and saturation

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

187
228
165

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

Portions of RGB colors in percentages

R + G + B =
187 + 228 + 165 = 580 (100%)
R 187 of 580 ~ 32.24%
G 228 of 580 ~ 39.31%
B 165 of 580 ~ 28.45%

%32.24
%39.31
%28.45

CMYK color model

#BBE4A5 color CMYK value is (18,0,28,11).

  • cyan value is 17.98%
  • magenta value is 0.00%
  • yellow value is 27.63%
  • key color value is 10.59%
CMYK:
(18,0,28,11)
C18M0Y28K11 
(18%,0%,28%,11%)
(0.18/0.00/0.28/0.11)	

CMYK percentages

%17.98
%0
%27.63
%10.59

Codes

Color #BBE4A5 in popluar color models

BBE4A5
RGB187228165
HSL99°53.85%77.06%
HSB/HSV99°27.63%89.41%
CMYK17.98%0.00%27.63%
10.59%

Color #BBE4A5 in popluar number systems.

HEXBBE4A5
Decimal187228165
Binary101110111110010010100101
Octal273344245

Shades and tints

Shades of #BBE4A5

#BBE4A5
(187,228,165)
#AAD096
(170,208,150)
#99BC87
(153,188,135)
#88A878
(136,168,120)
#779469
(119,148,105)
#66805A
(102,128,90)
#556C4B
(85,108,75)
#44583C
(68,88,60)
#33442D
(51,68,45)
#22301E
(34,48,30)
#111C0F
(17,28,15)
#000000
(0,0,0)

Tints of #BBE4A5

#BBE4A5
(187,228,165)
#C1E6AD
(193,230,173)
#C7E8B5
(199,232,181)
#CDEABD
(205,234,189)
#D3ECC5
(211,236,197)
#D9EECD
(217,238,205)
#DFF0D5
(223,240,213)
#E5F2DD
(229,242,221)
#EBF4E5
(235,244,229)
#F1F6ED
(241,246,237)
#F7F8F5
(247,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBE4A5; }

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

This text font color is #BBE4A5.


Background Color

.myBgColor { background-color: #BBE4A5; }

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

This div background color is #BBE4A5.


Border color

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

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

This div border color is #BBE4A5.


Opacity

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

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

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

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

This text has shadow with #BBE4A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBE4A5 on black background.


Color preview on white background

This text has color #BBE4A5 on white background.



Black color preview on #BBE4A5 background

This text has black color on #BBE4A5 background.


White color preview on #BBE4A5 background

This text has white color on #BBE4A5 background.