COLOR #BBE7B5

HEX: #BBE7B5
RGB: (187,231,181)

Color info

#BBE7B5 contains red, green and blue colors in about the same proportion. Web safe color of #BBE7B5 is #CCFFCC (or #CFC).

RGB color model

#BBE7B5 color RGB value is (187,231,181).

  • red value is 187;
  • green value is 231;
  • blue value is 181.
RGB:
(187,231,181)
(73%,91%,71%)

RGB channels and saturation

R 187 of 255 = 73%
G 231 of 255 = 91%
B 181 of 255 = 71%

187
231
181

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

Portions of RGB colors in percentages

R + G + B =
187 + 231 + 181 = 599 (100%)
R 187 of 599 ~ 31.22%
G 231 of 599 ~ 38.56%
B 181 of 599 ~ 30.22%

%31.22
%38.56
%30.22

CMYK color model

#BBE7B5 color CMYK value is (19,0,22,9).

  • cyan value is 19.05%
  • magenta value is 0.00%
  • yellow value is 21.65%
  • key color value is 9.41%
CMYK:
(19,0,22,9)
C19M0Y22K9 
(19%,0%,22%,9%)
(0.19/0.00/0.22/0.09)	

CMYK percentages

%19.05
%0
%21.65
%9.41

Codes

Color #BBE7B5 in popluar color models

BBE7B5
RGB187231181
HSL113°51.02%80.78%
HSB/HSV113°21.65%90.59%
CMYK19.05%0.00%21.65%
9.41%

Color #BBE7B5 in popluar number systems.

HEXBBE7B5
Decimal187231181
Binary101110111110011110110101
Octal273347265

Shades and tints

Shades of #BBE7B5

#BBE7B5
(187,231,181)
#AAD2A5
(170,210,165)
#99BD95
(153,189,149)
#88A885
(136,168,133)
#779375
(119,147,117)
#667E65
(102,126,101)
#556955
(85,105,85)
#445445
(68,84,69)
#333F35
(51,63,53)
#222A25
(34,42,37)
#111515
(17,21,21)
#000000
(0,0,0)

Tints of #BBE7B5

#BBE7B5
(187,231,181)
#C1E9BB
(193,233,187)
#C7EBC1
(199,235,193)
#CDEDC7
(205,237,199)
#D3EFCD
(211,239,205)
#D9F1D3
(217,241,211)
#DFF3D9
(223,243,217)
#E5F5DF
(229,245,223)
#EBF7E5
(235,247,229)
#F1F9EB
(241,249,235)
#F7FBF1
(247,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBE7B5 color. Also use rgb(187,231,181) instead hex code.

Text Font Color

.myTextColor { color: #BBE7B5; }

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

This text font color is #BBE7B5.


Background Color

.myBgColor { background-color: #BBE7B5; }

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

This div background color is #BBE7B5.


Border color

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

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

This div border color is #BBE7B5.


Opacity

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

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

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

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

This text has shadow with #BBE7B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBE7B5 on black background.


Color preview on white background

This text has color #BBE7B5 on white background.



Black color preview on #BBE7B5 background

This text has black color on #BBE7B5 background.


White color preview on #BBE7B5 background

This text has white color on #BBE7B5 background.