COLOR #BBE0DF

HEX: #BBE0DF
RGB: (187,224,223)

Color info

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

RGB color model

#BBE0DF color RGB value is (187,224,223).

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

RGB channels and saturation

R 187 of 255 = 73%
G 224 of 255 = 88%
B 223 of 255 = 87%

187
224
223

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

Portions of RGB colors in percentages

R + G + B =
187 + 224 + 223 = 634 (100%)
R 187 of 634 ~ 29.5%
G 224 of 634 ~ 35.33%
B 223 of 634 ~ 35.17%

%29.5
%35.33
%35.17

CMYK color model

#BBE0DF color CMYK value is (17,0,0,12).

  • cyan value is 16.52%
  • magenta value is 0.00%
  • yellow value is 0.45%
  • key color value is 12.16%
CMYK:
(17,0,0,12)
C17M0Y0K12 
(17%,0%,0%,12%)
(0.17/0.00/0.00/0.12)	

CMYK percentages

%16.52
%0
%0.45
%12.16

Codes

Color #BBE0DF in popluar color models

BBE0DF
RGB187224223
HSL178°37.37%80.59%
HSB/HSV178°16.52%87.84%
CMYK16.52%0.00%0.45%
12.16%

Color #BBE0DF in popluar number systems.

HEXBBE0DF
Decimal187224223
Binary101110111110000011011111
Octal273340337

Shades and tints

Shades of #BBE0DF

#BBE0DF
(187,224,223)
#AACCCB
(170,204,203)
#99B8B7
(153,184,183)
#88A4A3
(136,164,163)
#77908F
(119,144,143)
#667C7B
(102,124,123)
#556867
(85,104,103)
#445453
(68,84,83)
#33403F
(51,64,63)
#222C2B
(34,44,43)
#111817
(17,24,23)
#000000
(0,0,0)

Tints of #BBE0DF

#BBE0DF
(187,224,223)
#C1E2E1
(193,226,225)
#C7E4E3
(199,228,227)
#CDE6E5
(205,230,229)
#D3E8E7
(211,232,231)
#D9EAE9
(217,234,233)
#DFECEB
(223,236,235)
#E5EEED
(229,238,237)
#EBF0EF
(235,240,239)
#F1F2F1
(241,242,241)
#F7F4F3
(247,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBE0DF; }

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

This text font color is #BBE0DF.


Background Color

.myBgColor { background-color: #BBE0DF; }

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

This div background color is #BBE0DF.


Border color

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

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

This div border color is #BBE0DF.


Opacity

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

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

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

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

This text has shadow with #BBE0DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBE0DF on black background.


Color preview on white background

This text has color #BBE0DF on white background.



Black color preview on #BBE0DF background

This text has black color on #BBE0DF background.


White color preview on #BBE0DF background

This text has white color on #BBE0DF background.