COLOR #BBE3DF

HEX: #BBE3DF
RGB: (187,227,223)

Color info

#BBE3DF contains red, green and blue colors in about the same proportion. Web safe color of #BBE3DF is #CCCCCC (or #CCC).

RGB color model

#BBE3DF color RGB value is (187,227,223).

  • red value is 187;
  • green value is 227;
  • blue value is 223.
RGB:
(187,227,223)
(73%,89%,87%)

RGB channels and saturation

R 187 of 255 = 73%
G 227 of 255 = 89%
B 223 of 255 = 87%

187
227
223

R + G + B ~ 83%. #BBE3DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 227 + 223 = 637 (100%)
R 187 of 637 ~ 29.36%
G 227 of 637 ~ 35.64%
B 223 of 637 ~ 35.01%

%29.36
%35.64
%35.01

CMYK color model

#BBE3DF color CMYK value is (18,0,2,11).

  • cyan value is 17.62%
  • magenta value is 0.00%
  • yellow value is 1.76%
  • key color value is 10.98%
CMYK:
(18,0,2,11)
C18M0Y2K11 
(18%,0%,2%,11%)
(0.18/0.00/0.02/0.11)	

CMYK percentages

%17.62
%0
%1.76
%10.98

Codes

Color #BBE3DF in popluar color models

BBE3DF
RGB187227223
HSL174°41.67%81.18%
HSB/HSV174°17.62%89.02%
CMYK17.62%0.00%1.76%
10.98%

Color #BBE3DF in popluar number systems.

HEXBBE3DF
Decimal187227223
Binary101110111110001111011111
Octal273343337

Shades and tints

Shades of #BBE3DF

#BBE3DF
(187,227,223)
#AACFCB
(170,207,203)
#99BBB7
(153,187,183)
#88A7A3
(136,167,163)
#77938F
(119,147,143)
#667F7B
(102,127,123)
#556B67
(85,107,103)
#445753
(68,87,83)
#33433F
(51,67,63)
#222F2B
(34,47,43)
#111B17
(17,27,23)
#000000
(0,0,0)

Tints of #BBE3DF

#BBE3DF
(187,227,223)
#C1E5E1
(193,229,225)
#C7E7E3
(199,231,227)
#CDE9E5
(205,233,229)
#D3EBE7
(211,235,231)
#D9EDE9
(217,237,233)
#DFEFEB
(223,239,235)
#E5F1ED
(229,241,237)
#EBF3EF
(235,243,239)
#F1F5F1
(241,245,241)
#F7F7F3
(247,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBE3DF color. Also use rgb(187,227,223) instead hex code.

Text Font Color

.myTextColor { color: #BBE3DF; }

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

This text font color is #BBE3DF.


Background Color

.myBgColor { background-color: #BBE3DF; }

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

This div background color is #BBE3DF.


Border color

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

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

This div border color is #BBE3DF.


Opacity

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

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

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

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

This text has shadow with #BBE3DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBE3DF on black background.


Color preview on white background

This text has color #BBE3DF on white background.



Black color preview on #BBE3DF background

This text has black color on #BBE3DF background.


White color preview on #BBE3DF background

This text has white color on #BBE3DF background.