COLOR #BBE6B4

HEX: #BBE6B4
RGB: (187,230,180)

Color info

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

RGB color model

#BBE6B4 color RGB value is (187,230,180).

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

RGB channels and saturation

R 187 of 255 = 73%
G 230 of 255 = 90%
B 180 of 255 = 71%

187
230
180

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

Portions of RGB colors in percentages

R + G + B =
187 + 230 + 180 = 597 (100%)
R 187 of 597 ~ 31.32%
G 230 of 597 ~ 38.53%
B 180 of 597 ~ 30.15%

%31.32
%38.53
%30.15

CMYK color model

#BBE6B4 color CMYK value is (19,0,22,10).

  • cyan value is 18.70%
  • magenta value is 0.00%
  • yellow value is 21.74%
  • key color value is 9.80%
CMYK:
(19,0,22,10)
C19M0Y22K10 
(19%,0%,22%,10%)
(0.19/0.00/0.22/0.10)	

CMYK percentages

%18.7
%0
%21.74
%9.8

Codes

Color #BBE6B4 in popluar color models

BBE6B4
RGB187230180
HSL112°50.00%80.39%
HSB/HSV112°21.74%90.20%
CMYK18.70%0.00%21.74%
9.80%

Color #BBE6B4 in popluar number systems.

HEXBBE6B4
Decimal187230180
Binary101110111110011010110100
Octal273346264

Shades and tints

Shades of #BBE6B4

#BBE6B4
(187,230,180)
#AAD2A4
(170,210,164)
#99BE94
(153,190,148)
#88AA84
(136,170,132)
#779674
(119,150,116)
#668264
(102,130,100)
#556E54
(85,110,84)
#445A44
(68,90,68)
#334634
(51,70,52)
#223224
(34,50,36)
#111E14
(17,30,20)
#000000
(0,0,0)

Tints of #BBE6B4

#BBE6B4
(187,230,180)
#C1E8BA
(193,232,186)
#C7EAC0
(199,234,192)
#CDECC6
(205,236,198)
#D3EECC
(211,238,204)
#D9F0D2
(217,240,210)
#DFF2D8
(223,242,216)
#E5F4DE
(229,244,222)
#EBF6E4
(235,246,228)
#F1F8EA
(241,248,234)
#F7FAF0
(247,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBE6B4; }

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

This text font color is #BBE6B4.


Background Color

.myBgColor { background-color: #BBE6B4; }

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

This div background color is #BBE6B4.


Border color

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

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

This div border color is #BBE6B4.


Opacity

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

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

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

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

This text has shadow with #BBE6B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBE6B4 on black background.


Color preview on white background

This text has color #BBE6B4 on white background.



Black color preview on #BBE6B4 background

This text has black color on #BBE6B4 background.


White color preview on #BBE6B4 background

This text has white color on #BBE6B4 background.