COLOR #BBF1D3

HEX: #BBF1D3
RGB: (187,241,211)

Color info

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

RGB color model

#BBF1D3 color RGB value is (187,241,211).

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

RGB channels and saturation

R 187 of 255 = 73%
G 241 of 255 = 95%
B 211 of 255 = 83%

187
241
211

R + G + B ~ 84%. #BBF1D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 241 + 211 = 639 (100%)
R 187 of 639 ~ 29.26%
G 241 of 639 ~ 37.72%
B 211 of 639 ~ 33.02%

%29.26
%37.72
%33.02

CMYK color model

#BBF1D3 color CMYK value is (22,0,12,5).

  • cyan value is 22.41%
  • magenta value is 0.00%
  • yellow value is 12.45%
  • key color value is 5.49%
CMYK:
(22,0,12,5)
C22M0Y12K5 
(22%,0%,12%,5%)
(0.22/0.00/0.12/0.05)	

CMYK percentages

%22.41
%0
%12.45
%5.49

Codes

Color #BBF1D3 in popluar color models

BBF1D3
RGB187241211
HSL147°65.85%83.92%
HSB/HSV147°22.41%94.51%
CMYK22.41%0.00%12.45%
5.49%

Color #BBF1D3 in popluar number systems.

HEXBBF1D3
Decimal187241211
Binary101110111111000111010011
Octal273361323

Shades and tints

Shades of #BBF1D3

#BBF1D3
(187,241,211)
#AADCC0
(170,220,192)
#99C7AD
(153,199,173)
#88B29A
(136,178,154)
#779D87
(119,157,135)
#668874
(102,136,116)
#557361
(85,115,97)
#445E4E
(68,94,78)
#33493B
(51,73,59)
#223428
(34,52,40)
#111F15
(17,31,21)
#000000
(0,0,0)

Tints of #BBF1D3

#BBF1D3
(187,241,211)
#C1F2D7
(193,242,215)
#C7F3DB
(199,243,219)
#CDF4DF
(205,244,223)
#D3F5E3
(211,245,227)
#D9F6E7
(217,246,231)
#DFF7EB
(223,247,235)
#E5F8EF
(229,248,239)
#EBF9F3
(235,249,243)
#F1FAF7
(241,250,247)
#F7FBFB
(247,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBF1D3; }

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

This text font color is #BBF1D3.


Background Color

.myBgColor { background-color: #BBF1D3; }

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

This div background color is #BBF1D3.


Border color

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

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

This div border color is #BBF1D3.


Opacity

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

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

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

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

This text has shadow with #BBF1D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBF1D3 on black background.


Color preview on white background

This text has color #BBF1D3 on white background.



Black color preview on #BBF1D3 background

This text has black color on #BBF1D3 background.


White color preview on #BBF1D3 background

This text has white color on #BBF1D3 background.