COLOR #BBE4B7

HEX: #BBE4B7
RGB: (187,228,183)

Color info

#BBE4B7 contains red, green and blue colors in about the same proportion. Web safe color of #BBE4B7 is #CCCCCC (or #CCC).

RGB color model

#BBE4B7 color RGB value is (187,228,183).

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

RGB channels and saturation

R 187 of 255 = 73%
G 228 of 255 = 89%
B 183 of 255 = 72%

187
228
183

R + G + B ~ 78%. #BBE4B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 228 + 183 = 598 (100%)
R 187 of 598 ~ 31.27%
G 228 of 598 ~ 38.13%
B 183 of 598 ~ 30.6%

%31.27
%38.13
%30.6

CMYK color model

#BBE4B7 color CMYK value is (18,0,20,11).

  • cyan value is 17.98%
  • magenta value is 0.00%
  • yellow value is 19.74%
  • key color value is 10.59%
CMYK:
(18,0,20,11)
C18M0Y20K11 
(18%,0%,20%,11%)
(0.18/0.00/0.20/0.11)	

CMYK percentages

%17.98
%0
%19.74
%10.59

Codes

Color #BBE4B7 in popluar color models

BBE4B7
RGB187228183
HSL115°45.45%80.59%
HSB/HSV115°19.74%89.41%
CMYK17.98%0.00%19.74%
10.59%

Color #BBE4B7 in popluar number systems.

HEXBBE4B7
Decimal187228183
Binary101110111110010010110111
Octal273344267

Shades and tints

Shades of #BBE4B7

#BBE4B7
(187,228,183)
#AAD0A7
(170,208,167)
#99BC97
(153,188,151)
#88A887
(136,168,135)
#779477
(119,148,119)
#668067
(102,128,103)
#556C57
(85,108,87)
#445847
(68,88,71)
#334437
(51,68,55)
#223027
(34,48,39)
#111C17
(17,28,23)
#000000
(0,0,0)

Tints of #BBE4B7

#BBE4B7
(187,228,183)
#C1E6BD
(193,230,189)
#C7E8C3
(199,232,195)
#CDEAC9
(205,234,201)
#D3ECCF
(211,236,207)
#D9EED5
(217,238,213)
#DFF0DB
(223,240,219)
#E5F2E1
(229,242,225)
#EBF4E7
(235,244,231)
#F1F6ED
(241,246,237)
#F7F8F3
(247,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBE4B7; }

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

This text font color is #BBE4B7.


Background Color

.myBgColor { background-color: #BBE4B7; }

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

This div background color is #BBE4B7.


Border color

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

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

This div border color is #BBE4B7.


Opacity

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

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

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

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

This text has shadow with #BBE4B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBE4B7 on black background.


Color preview on white background

This text has color #BBE4B7 on white background.



Black color preview on #BBE4B7 background

This text has black color on #BBE4B7 background.


White color preview on #BBE4B7 background

This text has white color on #BBE4B7 background.