COLOR #BBE4B6

HEX: #BBE4B6
RGB: (187,228,182)

Color info

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

RGB color model

#BBE4B6 color RGB value is (187,228,182).

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

RGB channels and saturation

R 187 of 255 = 73%
G 228 of 255 = 89%
B 182 of 255 = 71%

187
228
182

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

Portions of RGB colors in percentages

R + G + B =
187 + 228 + 182 = 597 (100%)
R 187 of 597 ~ 31.32%
G 228 of 597 ~ 38.19%
B 182 of 597 ~ 30.49%

%31.32
%38.19
%30.49

CMYK color model

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

  • cyan value is 17.98%
  • magenta value is 0.00%
  • yellow value is 20.18%
  • 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
%20.18
%10.59

Codes

Color #BBE4B6 in popluar color models

BBE4B6
RGB187228182
HSL113°46.00%80.39%
HSB/HSV113°20.18%89.41%
CMYK17.98%0.00%20.18%
10.59%

Color #BBE4B6 in popluar number systems.

HEXBBE4B6
Decimal187228182
Binary101110111110010010110110
Octal273344266

Shades and tints

Shades of #BBE4B6

#BBE4B6
(187,228,182)
#AAD0A6
(170,208,166)
#99BC96
(153,188,150)
#88A886
(136,168,134)
#779476
(119,148,118)
#668066
(102,128,102)
#556C56
(85,108,86)
#445846
(68,88,70)
#334436
(51,68,54)
#223026
(34,48,38)
#111C16
(17,28,22)
#000000
(0,0,0)

Tints of #BBE4B6

#BBE4B6
(187,228,182)
#C1E6BC
(193,230,188)
#C7E8C2
(199,232,194)
#CDEAC8
(205,234,200)
#D3ECCE
(211,236,206)
#D9EED4
(217,238,212)
#DFF0DA
(223,240,218)
#E5F2E0
(229,242,224)
#EBF4E6
(235,244,230)
#F1F6EC
(241,246,236)
#F7F8F2
(247,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBE4B6; }

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

This text font color is #BBE4B6.


Background Color

.myBgColor { background-color: #BBE4B6; }

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

This div background color is #BBE4B6.


Border color

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

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

This div border color is #BBE4B6.


Opacity

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

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

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

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

This text has shadow with #BBE4B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBE4B6 on black background.


Color preview on white background

This text has color #BBE4B6 on white background.



Black color preview on #BBE4B6 background

This text has black color on #BBE4B6 background.


White color preview on #BBE4B6 background

This text has white color on #BBE4B6 background.