COLOR #BBE6B8

HEX: #BBE6B8
RGB: (187,230,184)

Color info

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

RGB color model

#BBE6B8 color RGB value is (187,230,184).

  • red value is 187;
  • green value is 230;
  • blue value is 184.
RGB:
(187,230,184)
(73%,90%,72%)

RGB channels and saturation

R 187 of 255 = 73%
G 230 of 255 = 90%
B 184 of 255 = 72%

187
230
184

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

Portions of RGB colors in percentages

R + G + B =
187 + 230 + 184 = 601 (100%)
R 187 of 601 ~ 31.11%
G 230 of 601 ~ 38.27%
B 184 of 601 ~ 30.62%

%31.11
%38.27
%30.62

CMYK color model

#BBE6B8 color CMYK value is (19,0,20,10).

  • cyan value is 18.70%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 9.80%
CMYK:
(19,0,20,10)
C19M0Y20K10 
(19%,0%,20%,10%)
(0.19/0.00/0.20/0.10)	

CMYK percentages

%18.7
%0
%20
%9.8

Codes

Color #BBE6B8 in popluar color models

BBE6B8
RGB187230184
HSL116°47.92%81.18%
HSB/HSV116°20.00%90.20%
CMYK18.70%0.00%20.00%
9.80%

Color #BBE6B8 in popluar number systems.

HEXBBE6B8
Decimal187230184
Binary101110111110011010111000
Octal273346270

Shades and tints

Shades of #BBE6B8

#BBE6B8
(187,230,184)
#AAD2A8
(170,210,168)
#99BE98
(153,190,152)
#88AA88
(136,170,136)
#779678
(119,150,120)
#668268
(102,130,104)
#556E58
(85,110,88)
#445A48
(68,90,72)
#334638
(51,70,56)
#223228
(34,50,40)
#111E18
(17,30,24)
#000000
(0,0,0)

Tints of #BBE6B8

#BBE6B8
(187,230,184)
#C1E8BE
(193,232,190)
#C7EAC4
(199,234,196)
#CDECCA
(205,236,202)
#D3EED0
(211,238,208)
#D9F0D6
(217,240,214)
#DFF2DC
(223,242,220)
#E5F4E2
(229,244,226)
#EBF6E8
(235,246,232)
#F1F8EE
(241,248,238)
#F7FAF4
(247,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBE6B8 color. Also use rgb(187,230,184) instead hex code.

Text Font Color

.myTextColor { color: #BBE6B8; }

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

This text font color is #BBE6B8.


Background Color

.myBgColor { background-color: #BBE6B8; }

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

This div background color is #BBE6B8.


Border color

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

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

This div border color is #BBE6B8.


Opacity

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

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

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

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

This text has shadow with #BBE6B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBE6B8 on black background.


Color preview on white background

This text has color #BBE6B8 on white background.



Black color preview on #BBE6B8 background

This text has black color on #BBE6B8 background.


White color preview on #BBE6B8 background

This text has white color on #BBE6B8 background.