COLOR #BBF2E7

HEX: #BBF2E7
RGB: (187,242,231)

Color info

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

RGB color model

#BBF2E7 color RGB value is (187,242,231).

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

RGB channels and saturation

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

187
242
231

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

Portions of RGB colors in percentages

R + G + B =
187 + 242 + 231 = 660 (100%)
R 187 of 660 ~ 28.33%
G 242 of 660 ~ 36.67%
B 231 of 660 ~ 35%

%28.33
%36.67
%35

CMYK color model

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

  • cyan value is 22.73%
  • magenta value is 0.00%
  • yellow value is 4.55%
  • key color value is 5.10%
CMYK: (23,0,5,5) C23M0Y5K5 (23%,0%,5%,5%) (0.23/0.00/0.05/0.05)

CMYK percentages

%22.73
%0
%4.55
%5.1

Codes

Color #BBF2E7 in popluar color models

BBF2E7
RGB187242231
HSL168°67.90%84.12%
HSB/HSV168°22.73%94.90%
CMYK22.73%0.00%4.55%
5.10%

Color #BBF2E7 in popluar number systems.

HEXBBF2E7
Decimal187242231
Binary101110111111001011100111
Octal273362347

Shades and tints

Shades of #BBF2E7

#BBF2E7
(187,242,231)
#AADCD2
(170,220,210)
#99C6BD
(153,198,189)
#88B0A8
(136,176,168)
#779A93
(119,154,147)
#66847E
(102,132,126)
#556E69
(85,110,105)
#445854
(68,88,84)
#33423F
(51,66,63)
#222C2A
(34,44,42)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #BBF2E7

#BBF2E7
(187,242,231)
#C1F3E9
(193,243,233)
#C7F4EB
(199,244,235)
#CDF5ED
(205,245,237)
#D3F6EF
(211,246,239)
#D9F7F1
(217,247,241)
#DFF8F3
(223,248,243)
#E5F9F5
(229,249,245)
#EBFAF7
(235,250,247)
#F1FBF9
(241,251,249)
#F7FCFB
(247,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBF2E7; }

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

This text font color is #BBF2E7.


Background Color

.myBgColor { background-color: #BBF2E7; }

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

This div background color is #BBF2E7.


Border color

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

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

This div border color is #BBF2E7.


Opacity

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

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

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

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

This text has shadow with #BBF2E7 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BBF2E7 on black background.


Color preview on white background

This text has color #BBF2E7 on white background.



Black color preview on #BBF2E7 background

This text has black color on #BBF2E7 background.


White color preview on #BBF2E7 background

This text has white color on #BBF2E7 background.