COLOR #BBE8B7

HEX: #BBE8B7 RGB: (187,232,183)

Color info

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

RGB color model

#BBE8B7 color RGB value is (187,232,183).

RGB: (187,232,183) (73%, 91%, 72%)

RGB channels and saturation

R 187 of 255 = 73%
G 232 of 255 = 91%
B 183 of 255 = 72%

187
232
183

R + G + B ~ 79%. #BBE8B7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 232 + 183 = 602 (100%)
R 187 of 602 ~ 31.06%
G 232 of 602 ~ 38.54%
B 183 of 602 ~ 30.4'%

%31.06
%38.54
%30.4

CMYK color model

#BBE8B7 color CMYK value is (19,0,21,9).

  • cyan value is 19.40%
  • magenta value is 0.00%
  • yellow value is 21.12%
  • key color value is 9.02%

CMYK: (19,0,21,9)
C19M0Y21K9 (19%, 0%, 21%, 9%)
(0.19 / 0.00 / 0.21 / 0.09)

CMYK percentages

%19.4
%0
%21.12
%9.02

Codes

Color #BBE8B7 in popluar color models

BB E8 B7
RGB 187 232 183
HSL 115° 51.58% 81.37%
HSB/HSV 115° 21.12% 90.98%
CMYK 19.40% 0.00% 21.12%
9.02%

Color #BBE8B7 in popluar number systems.

HEX BB E8 B7
Decimal 187 232 183
Binary 10111011 11101000 10110111
Octal 273 350 267

Shades and tints

Shades of #BBE8B7

#BBE8B7
(187,232,183)
#AAD3A7
(170,211,167)
#99BE97
(153,190,151)
#88A987
(136,169,135)
#779477
(119,148,119)
#667F67
(102,127,103)
#556A57
(85,106,87)
#445547
(68,85,71)
#334037
(51,64,55)
#222B27
(34,43,39)
#111617
(17,22,23)
#000000
(0,0,0)

Tints of #BBE8B7

#BBE8B7
(187,232,183)
#C1EABD
(193,234,189)
#C7ECC3
(199,236,195)
#CDEEC9
(205,238,201)
#D3F0CF
(211,240,207)
#D9F2D5
(217,242,213)
#DFF4DB
(223,244,219)
#E5F6E1
(229,246,225)
#EBF8E7
(235,248,231)
#F1FAED
(241,250,237)
#F7FCF3
(247,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBE8B7; }

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

This text font color is #BBE8B7.

Background Color

.myBgColor { background-color: #BBE8B7; }

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

This div background color is #BBE8B7.

Border color

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

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

This div border color is #BBE8B7.

Opacity

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

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

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

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

This text has shadow with #BBE8B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBE8B7.

Preview

Color preview on black background

This text has color #BBE8B7 on black background.


Color preview on white background

This text has color #BBE8B7 on white background.


Black color preview on #BBE8B7 background

This text has black color on #BBE8B7 background.


White color preview on #BBE8B7 background

This text has white color on #BBE8B7 background.


Related colors

Complementary color

Complementary color for #hex is #441748.


I love getcolorcode.com

Triadic colors

1 #B7BBE8 and #E8B7BB with #BBE8B7 are triadic colors.

2 #B7E8BB and #E8BBB7 with #BBE8B7 are triadic colors.