COLOR #BBE9E0

HEX: #BBE9E0
RGB: (187,233,224)

Color info

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

RGB color model

#BBE9E0 color RGB value is (187,233,224).

  • red value is 187;
  • green value is 233;
  • blue value is 224.
RGB:
(187,233,224)
(73%,91%,88%)

RGB channels and saturation

R 187 of 255 = 73%
G 233 of 255 = 91%
B 224 of 255 = 88%

187
233
224

R + G + B ~ 84%. #BBE9E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 233 + 224 = 644 (100%)
R 187 of 644 ~ 29.04%
G 233 of 644 ~ 36.18%
B 224 of 644 ~ 34.78%

%29.04
%36.18
%34.78

CMYK color model

#BBE9E0 color CMYK value is (20,0,4,9).

  • cyan value is 19.74%
  • magenta value is 0.00%
  • yellow value is 3.86%
  • key color value is 8.63%
CMYK:
(20,0,4,9)
C20M0Y4K9 
(20%,0%,4%,9%)
(0.20/0.00/0.04/0.09)	

CMYK percentages

%19.74
%0
%3.86
%8.63

Codes

Color #BBE9E0 in popluar color models

BBE9E0
RGB187233224
HSL168°51.11%82.35%
HSB/HSV168°19.74%91.37%
CMYK19.74%0.00%3.86%
8.63%

Color #BBE9E0 in popluar number systems.

HEXBBE9E0
Decimal187233224
Binary101110111110100111100000
Octal273351340

Shades and tints

Shades of #BBE9E0

#BBE9E0
(187,233,224)
#AAD4CC
(170,212,204)
#99BFB8
(153,191,184)
#88AAA4
(136,170,164)
#779590
(119,149,144)
#66807C
(102,128,124)
#556B68
(85,107,104)
#445654
(68,86,84)
#334140
(51,65,64)
#222C2C
(34,44,44)
#111718
(17,23,24)
#000000
(0,0,0)

Tints of #BBE9E0

#BBE9E0
(187,233,224)
#C1EBE2
(193,235,226)
#C7EDE4
(199,237,228)
#CDEFE6
(205,239,230)
#D3F1E8
(211,241,232)
#D9F3EA
(217,243,234)
#DFF5EC
(223,245,236)
#E5F7EE
(229,247,238)
#EBF9F0
(235,249,240)
#F1FBF2
(241,251,242)
#F7FDF4
(247,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBE9E0 color. Also use rgb(187,233,224) instead hex code.

Text Font Color

.myTextColor { color: #BBE9E0; }

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

This text font color is #BBE9E0.


Background Color

.myBgColor { background-color: #BBE9E0; }

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

This div background color is #BBE9E0.


Border color

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

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

This div border color is #BBE9E0.


Opacity

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

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

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

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

This text has shadow with #BBE9E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBE9E0 on black background.


Color preview on white background

This text has color #BBE9E0 on white background.



Black color preview on #BBE9E0 background

This text has black color on #BBE9E0 background.


White color preview on #BBE9E0 background

This text has white color on #BBE9E0 background.