COLOR #BBF6D4

HEX: #BBF6D4
RGB: (187,246,212)

Color info

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

RGB color model

#BBF6D4 color RGB value is (187,246,212).

  • red value is 187;
  • green value is 246;
  • blue value is 212.
RGB:
(187,246,212)
(73%,96%,83%)

RGB channels and saturation

R 187 of 255 = 73%
G 246 of 255 = 96%
B 212 of 255 = 83%

187
246
212

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

Portions of RGB colors in percentages

R + G + B =
187 + 246 + 212 = 645 (100%)
R 187 of 645 ~ 28.99%
G 246 of 645 ~ 38.14%
B 212 of 645 ~ 32.87%

%28.99
%38.14
%32.87

CMYK color model

#BBF6D4 color CMYK value is (24,0,14,4).

  • cyan value is 23.98%
  • magenta value is 0.00%
  • yellow value is 13.82%
  • key color value is 3.53%
CMYK:
(24,0,14,4)
C24M0Y14K4 
(24%,0%,14%,4%)
(0.24/0.00/0.14/0.04)	

CMYK percentages

%23.98
%0
%13.82
%3.53

Codes

Color #BBF6D4 in popluar color models

BBF6D4
RGB187246212
HSL145°76.62%84.90%
HSB/HSV145°23.98%96.47%
CMYK23.98%0.00%13.82%
3.53%

Color #BBF6D4 in popluar number systems.

HEXBBF6D4
Decimal187246212
Binary101110111111011011010100
Octal273366324

Shades and tints

Shades of #BBF6D4

#BBF6D4
(187,246,212)
#AAE0C1
(170,224,193)
#99CAAE
(153,202,174)
#88B49B
(136,180,155)
#779E88
(119,158,136)
#668875
(102,136,117)
#557262
(85,114,98)
#445C4F
(68,92,79)
#33463C
(51,70,60)
#223029
(34,48,41)
#111A16
(17,26,22)
#000000
(0,0,0)

Tints of #BBF6D4

#BBF6D4
(187,246,212)
#C1F6D7
(193,246,215)
#C7F6DA
(199,246,218)
#CDF6DD
(205,246,221)
#D3F6E0
(211,246,224)
#D9F6E3
(217,246,227)
#DFF6E6
(223,246,230)
#E5F6E9
(229,246,233)
#EBF6EC
(235,246,236)
#F1F6EF
(241,246,239)
#F7F6F2
(247,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBF6D4 color. Also use rgb(187,246,212) instead hex code.

Text Font Color

.myTextColor { color: #BBF6D4; }

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

This text font color is #BBF6D4.


Background Color

.myBgColor { background-color: #BBF6D4; }

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

This div background color is #BBF6D4.


Border color

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

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

This div border color is #BBF6D4.


Opacity

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

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

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

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

This text has shadow with #BBF6D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBF6D4 on black background.


Color preview on white background

This text has color #BBF6D4 on white background.



Black color preview on #BBF6D4 background

This text has black color on #BBF6D4 background.


White color preview on #BBF6D4 background

This text has white color on #BBF6D4 background.