COLOR #BBF3EC

HEX: #BBF3EC
RGB: (187,243,236)

Color info

#BBF3EC contains red, green and blue colors in about the same proportion. Web safe color of #BBF3EC is #CCFFFF (or #CFF).

RGB color model

#BBF3EC color RGB value is (187,243,236).

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

RGB channels and saturation

R 187 of 255 = 73%
G 243 of 255 = 95%
B 236 of 255 = 93%

187
243
236

R + G + B ~ 87%. #BBF3EC is light color.

Portions of RGB colors in percentages

R + G + B =
187 + 243 + 236 = 666 (100%)
R 187 of 666 ~ 28.08%
G 243 of 666 ~ 36.49%
B 236 of 666 ~ 35.44%

%28.08
%36.49
%35.44

CMYK color model

#BBF3EC color CMYK value is (23,0,3,5).

  • cyan value is 23.05%
  • magenta value is 0.00%
  • yellow value is 2.88%
  • key color value is 4.71%
CMYK:
(23,0,3,5)
C23M0Y3K5 
(23%,0%,3%,5%)
(0.23/0.00/0.03/0.05)	

CMYK percentages

%23.05
%0
%2.88
%4.71

Codes

Color #BBF3EC in popluar color models

BBF3EC
RGB187243236
HSL173°70.00%84.31%
HSB/HSV173°23.05%95.29%
CMYK23.05%0.00%2.88%
4.71%

Color #BBF3EC in popluar number systems.

HEXBBF3EC
Decimal187243236
Binary101110111111001111101100
Octal273363354

Shades and tints

Shades of #BBF3EC

#BBF3EC
(187,243,236)
#AADDD7
(170,221,215)
#99C7C2
(153,199,194)
#88B1AD
(136,177,173)
#779B98
(119,155,152)
#668583
(102,133,131)
#556F6E
(85,111,110)
#445959
(68,89,89)
#334344
(51,67,68)
#222D2F
(34,45,47)
#11171A
(17,23,26)
#000000
(0,0,0)

Tints of #BBF3EC

#BBF3EC
(187,243,236)
#C1F4ED
(193,244,237)
#C7F5EE
(199,245,238)
#CDF6EF
(205,246,239)
#D3F7F0
(211,247,240)
#D9F8F1
(217,248,241)
#DFF9F2
(223,249,242)
#E5FAF3
(229,250,243)
#EBFBF4
(235,251,244)
#F1FCF5
(241,252,245)
#F7FDF6
(247,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBF3EC; }

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

This text font color is #BBF3EC.


Background Color

.myBgColor { background-color: #BBF3EC; }

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

This div background color is #BBF3EC.


Border color

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

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

This div border color is #BBF3EC.


Opacity

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

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

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

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

This text has shadow with #BBF3EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBF3EC on black background.


Color preview on white background

This text has color #BBF3EC on white background.



Black color preview on #BBF3EC background

This text has black color on #BBF3EC background.


White color preview on #BBF3EC background

This text has white color on #BBF3EC background.