COLOR #BBF1E3

HEX: #BBF1E3
RGB: (187,241,227)

Color info

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

RGB color model

#BBF1E3 color RGB value is (187,241,227).

  • red value is 187;
  • green value is 241;
  • blue value is 227.
RGB:
(187,241,227)
(73%,95%,89%)

RGB channels and saturation

R 187 of 255 = 73%
G 241 of 255 = 95%
B 227 of 255 = 89%

187
241
227

R + G + B ~ 86%. #BBF1E3 is light color.

Portions of RGB colors in percentages

R + G + B =
187 + 241 + 227 = 655 (100%)
R 187 of 655 ~ 28.55%
G 241 of 655 ~ 36.79%
B 227 of 655 ~ 34.66%

%28.55
%36.79
%34.66

CMYK color model

#BBF1E3 color CMYK value is (22,0,6,5).

  • cyan value is 22.41%
  • magenta value is 0.00%
  • yellow value is 5.81%
  • key color value is 5.49%
CMYK:
(22,0,6,5)
C22M0Y6K5 
(22%,0%,6%,5%)
(0.22/0.00/0.06/0.05)	

CMYK percentages

%22.41
%0
%5.81
%5.49

Codes

Color #BBF1E3 in popluar color models

BBF1E3
RGB187241227
HSL164°65.85%83.92%
HSB/HSV164°22.41%94.51%
CMYK22.41%0.00%5.81%
5.49%

Color #BBF1E3 in popluar number systems.

HEXBBF1E3
Decimal187241227
Binary101110111111000111100011
Octal273361343

Shades and tints

Shades of #BBF1E3

#BBF1E3
(187,241,227)
#AADCCF
(170,220,207)
#99C7BB
(153,199,187)
#88B2A7
(136,178,167)
#779D93
(119,157,147)
#66887F
(102,136,127)
#55736B
(85,115,107)
#445E57
(68,94,87)
#334943
(51,73,67)
#22342F
(34,52,47)
#111F1B
(17,31,27)
#000000
(0,0,0)

Tints of #BBF1E3

#BBF1E3
(187,241,227)
#C1F2E5
(193,242,229)
#C7F3E7
(199,243,231)
#CDF4E9
(205,244,233)
#D3F5EB
(211,245,235)
#D9F6ED
(217,246,237)
#DFF7EF
(223,247,239)
#E5F8F1
(229,248,241)
#EBF9F3
(235,249,243)
#F1FAF5
(241,250,245)
#F7FBF7
(247,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBF1E3 color. Also use rgb(187,241,227) instead hex code.

Text Font Color

.myTextColor { color: #BBF1E3; }

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

This text font color is #BBF1E3.


Background Color

.myBgColor { background-color: #BBF1E3; }

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

This div background color is #BBF1E3.


Border color

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

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

This div border color is #BBF1E3.


Opacity

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

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

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

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

This text has shadow with #BBF1E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBF1E3 on black background.


Color preview on white background

This text has color #BBF1E3 on white background.



Black color preview on #BBF1E3 background

This text has black color on #BBF1E3 background.


White color preview on #BBF1E3 background

This text has white color on #BBF1E3 background.