COLOR #BBE4AC

HEX: #BBE4AC
RGB: (187,228,172)

Color info

#BBE4AC contains red, green and blue colors in about the same proportion. Web safe color of #BBE4AC is #CCCC99 (or #CC9).

RGB color model

#BBE4AC color RGB value is (187,228,172).

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

RGB channels and saturation

R 187 of 255 = 73%
G 228 of 255 = 89%
B 172 of 255 = 67%

187
228
172

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

Portions of RGB colors in percentages

R + G + B =
187 + 228 + 172 = 587 (100%)
R 187 of 587 ~ 31.86%
G 228 of 587 ~ 38.84%
B 172 of 587 ~ 29.3%

%31.86
%38.84
%29.3

CMYK color model

#BBE4AC color CMYK value is (18,0,25,11).

  • cyan value is 17.98%
  • magenta value is 0.00%
  • yellow value is 24.56%
  • key color value is 10.59%
CMYK:
(18,0,25,11)
C18M0Y25K11 
(18%,0%,25%,11%)
(0.18/0.00/0.25/0.11)	

CMYK percentages

%17.98
%0
%24.56
%10.59

Codes

Color #BBE4AC in popluar color models

BBE4AC
RGB187228172
HSL104°50.91%78.43%
HSB/HSV104°24.56%89.41%
CMYK17.98%0.00%24.56%
10.59%

Color #BBE4AC in popluar number systems.

HEXBBE4AC
Decimal187228172
Binary101110111110010010101100
Octal273344254

Shades and tints

Shades of #BBE4AC

#BBE4AC
(187,228,172)
#AAD09D
(170,208,157)
#99BC8E
(153,188,142)
#88A87F
(136,168,127)
#779470
(119,148,112)
#668061
(102,128,97)
#556C52
(85,108,82)
#445843
(68,88,67)
#334434
(51,68,52)
#223025
(34,48,37)
#111C16
(17,28,22)
#000000
(0,0,0)

Tints of #BBE4AC

#BBE4AC
(187,228,172)
#C1E6B3
(193,230,179)
#C7E8BA
(199,232,186)
#CDEAC1
(205,234,193)
#D3ECC8
(211,236,200)
#D9EECF
(217,238,207)
#DFF0D6
(223,240,214)
#E5F2DD
(229,242,221)
#EBF4E4
(235,244,228)
#F1F6EB
(241,246,235)
#F7F8F2
(247,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBE4AC; }

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

This text font color is #BBE4AC.


Background Color

.myBgColor { background-color: #BBE4AC; }

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

This div background color is #BBE4AC.


Border color

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

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

This div border color is #BBE4AC.


Opacity

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

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

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

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

This text has shadow with #BBE4AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBE4AC on black background.


Color preview on white background

This text has color #BBE4AC on white background.



Black color preview on #BBE4AC background

This text has black color on #BBE4AC background.


White color preview on #BBE4AC background

This text has white color on #BBE4AC background.