COLOR #BBE7F1

HEX: #BBE7F1
RGB: (187,231,241)

Color info

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

RGB color model

#BBE7F1 color RGB value is (187,231,241).

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

RGB channels and saturation

R 187 of 255 = 73%
G 231 of 255 = 91%
B 241 of 255 = 95%

187
231
241

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

Portions of RGB colors in percentages

R + G + B =
187 + 231 + 241 = 659 (100%)
R 187 of 659 ~ 28.38%
G 231 of 659 ~ 35.05%
B 241 of 659 ~ 36.57%

%28.38
%35.05
%36.57

CMYK color model

#BBE7F1 color CMYK value is (22,4,0,5).

  • cyan value is 22.41%
  • magenta value is 4.15%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(22,4,0,5)
C22M4Y0K5 
(22%,4%,0%,5%)
(0.22/0.04/0.00/0.05)	

CMYK percentages

%22.41
%4.15
%0
%5.49

Codes

Color #BBE7F1 in popluar color models

BBE7F1
RGB187231241
HSL191°65.85%83.92%
HSB/HSV191°22.41%94.51%
CMYK22.41%4.15%0.00%
5.49%

Color #BBE7F1 in popluar number systems.

HEXBBE7F1
Decimal187231241
Binary101110111110011111110001
Octal273347361

Shades and tints

Shades of #BBE7F1

#BBE7F1
(187,231,241)
#AAD2DC
(170,210,220)
#99BDC7
(153,189,199)
#88A8B2
(136,168,178)
#77939D
(119,147,157)
#667E88
(102,126,136)
#556973
(85,105,115)
#44545E
(68,84,94)
#333F49
(51,63,73)
#222A34
(34,42,52)
#11151F
(17,21,31)
#000000
(0,0,0)

Tints of #BBE7F1

#BBE7F1
(187,231,241)
#C1E9F2
(193,233,242)
#C7EBF3
(199,235,243)
#CDEDF4
(205,237,244)
#D3EFF5
(211,239,245)
#D9F1F6
(217,241,246)
#DFF3F7
(223,243,247)
#E5F5F8
(229,245,248)
#EBF7F9
(235,247,249)
#F1F9FA
(241,249,250)
#F7FBFB
(247,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBE7F1; }

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

This text font color is #BBE7F1.


Background Color

.myBgColor { background-color: #BBE7F1; }

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

This div background color is #BBE7F1.


Border color

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

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

This div border color is #BBE7F1.


Opacity

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

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

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

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

This text has shadow with #BBE7F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBE7F1 on black background.


Color preview on white background

This text has color #BBE7F1 on white background.



Black color preview on #BBE7F1 background

This text has black color on #BBE7F1 background.


White color preview on #BBE7F1 background

This text has white color on #BBE7F1 background.