COLOR #BBF3DE

HEX: #BBF3DE
RGB: (187,243,222)

Color info

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

RGB color model

#BBF3DE color RGB value is (187,243,222).

  • red value is 187;
  • green value is 243;
  • blue value is 222.
RGB:
(187,243,222)
(73%,95%,87%)

RGB channels and saturation

R 187 of 255 = 73%
G 243 of 255 = 95%
B 222 of 255 = 87%

187
243
222

R + G + B ~ 85%. #BBF3DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 243 + 222 = 652 (100%)
R 187 of 652 ~ 28.68%
G 243 of 652 ~ 37.27%
B 222 of 652 ~ 34.05%

%28.68
%37.27
%34.05

CMYK color model

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

  • cyan value is 23.05%
  • magenta value is 0.00%
  • yellow value is 8.64%
  • key color value is 4.71%
CMYK:
(23,0,9,5)
C23M0Y9K5 
(23%,0%,9%,5%)
(0.23/0.00/0.09/0.05)	

CMYK percentages

%23.05
%0
%8.64
%4.71

Codes

Color #BBF3DE in popluar color models

BBF3DE
RGB187243222
HSL158°70.00%84.31%
HSB/HSV158°23.05%95.29%
CMYK23.05%0.00%8.64%
4.71%

Color #BBF3DE in popluar number systems.

HEXBBF3DE
Decimal187243222
Binary101110111111001111011110
Octal273363336

Shades and tints

Shades of #BBF3DE

#BBF3DE
(187,243,222)
#AADDCA
(170,221,202)
#99C7B6
(153,199,182)
#88B1A2
(136,177,162)
#779B8E
(119,155,142)
#66857A
(102,133,122)
#556F66
(85,111,102)
#445952
(68,89,82)
#33433E
(51,67,62)
#222D2A
(34,45,42)
#111716
(17,23,22)
#000000
(0,0,0)

Tints of #BBF3DE

#BBF3DE
(187,243,222)
#C1F4E1
(193,244,225)
#C7F5E4
(199,245,228)
#CDF6E7
(205,246,231)
#D3F7EA
(211,247,234)
#D9F8ED
(217,248,237)
#DFF9F0
(223,249,240)
#E5FAF3
(229,250,243)
#EBFBF6
(235,251,246)
#F1FCF9
(241,252,249)
#F7FDFC
(247,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBF3DE color. Also use rgb(187,243,222) instead hex code.

Text Font Color

.myTextColor { color: #BBF3DE; }

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

This text font color is #BBF3DE.


Background Color

.myBgColor { background-color: #BBF3DE; }

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

This div background color is #BBF3DE.


Border color

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

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

This div border color is #BBF3DE.


Opacity

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

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

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

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

This text has shadow with #BBF3DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBF3DE on black background.


Color preview on white background

This text has color #BBF3DE on white background.



Black color preview on #BBF3DE background

This text has black color on #BBF3DE background.


White color preview on #BBF3DE background

This text has white color on #BBF3DE background.