COLOR #BBF3E0

HEX: #BBF3E0
RGB: (187,243,224)

Color info

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

RGB color model

#BBF3E0 color RGB value is (187,243,224).

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

RGB channels and saturation

R 187 of 255 = 73%
G 243 of 255 = 95%
B 224 of 255 = 88%

187
243
224

R + G + B ~ 85%. #BBF3E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 243 + 224 = 654 (100%)
R 187 of 654 ~ 28.59%
G 243 of 654 ~ 37.16%
B 224 of 654 ~ 34.25%

%28.59
%37.16
%34.25

CMYK color model

#BBF3E0 color CMYK value is (23,0,8,5).

  • cyan value is 23.05%
  • magenta value is 0.00%
  • yellow value is 7.82%
  • key color value is 4.71%
CMYK:
(23,0,8,5)
C23M0Y8K5 
(23%,0%,8%,5%)
(0.23/0.00/0.08/0.05)	

CMYK percentages

%23.05
%0
%7.82
%4.71

Codes

Color #BBF3E0 in popluar color models

BBF3E0
RGB187243224
HSL160°70.00%84.31%
HSB/HSV160°23.05%95.29%
CMYK23.05%0.00%7.82%
4.71%

Color #BBF3E0 in popluar number systems.

HEXBBF3E0
Decimal187243224
Binary101110111111001111100000
Octal273363340

Shades and tints

Shades of #BBF3E0

#BBF3E0
(187,243,224)
#AADDCC
(170,221,204)
#99C7B8
(153,199,184)
#88B1A4
(136,177,164)
#779B90
(119,155,144)
#66857C
(102,133,124)
#556F68
(85,111,104)
#445954
(68,89,84)
#334340
(51,67,64)
#222D2C
(34,45,44)
#111718
(17,23,24)
#000000
(0,0,0)

Tints of #BBF3E0

#BBF3E0
(187,243,224)
#C1F4E2
(193,244,226)
#C7F5E4
(199,245,228)
#CDF6E6
(205,246,230)
#D3F7E8
(211,247,232)
#D9F8EA
(217,248,234)
#DFF9EC
(223,249,236)
#E5FAEE
(229,250,238)
#EBFBF0
(235,251,240)
#F1FCF2
(241,252,242)
#F7FDF4
(247,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBF3E0; }

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

This text font color is #BBF3E0.


Background Color

.myBgColor { background-color: #BBF3E0; }

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

This div background color is #BBF3E0.


Border color

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

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

This div border color is #BBF3E0.


Opacity

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

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

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

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

This text has shadow with #BBF3E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBF3E0 on black background.


Color preview on white background

This text has color #BBF3E0 on white background.



Black color preview on #BBF3E0 background

This text has black color on #BBF3E0 background.


White color preview on #BBF3E0 background

This text has white color on #BBF3E0 background.