COLOR #BBD8E3

HEX: #BBD8E3
RGB: (187,216,227)

Color info

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

RGB color model

#BBD8E3 color RGB value is (187,216,227).

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

RGB channels and saturation

R 187 of 255 = 73%
G 216 of 255 = 85%
B 227 of 255 = 89%

187
216
227

R + G + B ~ 82%. #BBD8E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 216 + 227 = 630 (100%)
R 187 of 630 ~ 29.68%
G 216 of 630 ~ 34.29%
B 227 of 630 ~ 36.03%

%29.68
%34.29
%36.03

CMYK color model

#BBD8E3 color CMYK value is (18,5,0,11).

  • cyan value is 17.62%
  • magenta value is 4.85%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(18,5,0,11)
C18M5Y0K11 
(18%,5%,0%,11%)
(0.18/0.05/0.00/0.11)	

CMYK percentages

%17.62
%4.85
%0
%10.98

Codes

Color #BBD8E3 in popluar color models

BBD8E3
RGB187216227
HSL197°41.67%81.18%
HSB/HSV197°17.62%89.02%
CMYK17.62%4.85%0.00%
10.98%

Color #BBD8E3 in popluar number systems.

HEXBBD8E3
Decimal187216227
Binary101110111101100011100011
Octal273330343

Shades and tints

Shades of #BBD8E3

#BBD8E3
(187,216,227)
#AAC5CF
(170,197,207)
#99B2BB
(153,178,187)
#889FA7
(136,159,167)
#778C93
(119,140,147)
#66797F
(102,121,127)
#55666B
(85,102,107)
#445357
(68,83,87)
#334043
(51,64,67)
#222D2F
(34,45,47)
#111A1B
(17,26,27)
#000000
(0,0,0)

Tints of #BBD8E3

#BBD8E3
(187,216,227)
#C1DBE5
(193,219,229)
#C7DEE7
(199,222,231)
#CDE1E9
(205,225,233)
#D3E4EB
(211,228,235)
#D9E7ED
(217,231,237)
#DFEAEF
(223,234,239)
#E5EDF1
(229,237,241)
#EBF0F3
(235,240,243)
#F1F3F5
(241,243,245)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD8E3; }

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

This text font color is #BBD8E3.


Background Color

.myBgColor { background-color: #BBD8E3; }

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

This div background color is #BBD8E3.


Border color

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

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

This div border color is #BBD8E3.


Opacity

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

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

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

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

This text has shadow with #BBD8E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD8E3 on black background.


Color preview on white background

This text has color #BBD8E3 on white background.



Black color preview on #BBD8E3 background

This text has black color on #BBD8E3 background.


White color preview on #BBD8E3 background

This text has white color on #BBD8E3 background.