COLOR #BBD0E3

HEX: #BBD0E3
RGB: (187,208,227)

Color info

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

RGB color model

#BBD0E3 color RGB value is (187,208,227).

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

RGB channels and saturation

R 187 of 255 = 73%
G 208 of 255 = 82%
B 227 of 255 = 89%

187
208
227

R + G + B ~ 81%. #BBD0E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 208 + 227 = 622 (100%)
R 187 of 622 ~ 30.06%
G 208 of 622 ~ 33.44%
B 227 of 622 ~ 36.5%

%30.06
%33.44
%36.5

CMYK color model

#BBD0E3 color CMYK value is (18,8,0,11).

  • cyan value is 17.62%
  • magenta value is 8.37%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(18,8,0,11)
C18M8Y0K11 
(18%,8%,0%,11%)
(0.18/0.08/0.00/0.11)	

CMYK percentages

%17.62
%8.37
%0
%10.98

Codes

Color #BBD0E3 in popluar color models

BBD0E3
RGB187208227
HSL209°41.67%81.18%
HSB/HSV209°17.62%89.02%
CMYK17.62%8.37%0.00%
10.98%

Color #BBD0E3 in popluar number systems.

HEXBBD0E3
Decimal187208227
Binary101110111101000011100011
Octal273320343

Shades and tints

Shades of #BBD0E3

#BBD0E3
(187,208,227)
#AABECF
(170,190,207)
#99ACBB
(153,172,187)
#889AA7
(136,154,167)
#778893
(119,136,147)
#66767F
(102,118,127)
#55646B
(85,100,107)
#445257
(68,82,87)
#334043
(51,64,67)
#222E2F
(34,46,47)
#111C1B
(17,28,27)
#000000
(0,0,0)

Tints of #BBD0E3

#BBD0E3
(187,208,227)
#C1D4E5
(193,212,229)
#C7D8E7
(199,216,231)
#CDDCE9
(205,220,233)
#D3E0EB
(211,224,235)
#D9E4ED
(217,228,237)
#DFE8EF
(223,232,239)
#E5ECF1
(229,236,241)
#EBF0F3
(235,240,243)
#F1F4F5
(241,244,245)
#F7F8F7
(247,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD0E3; }

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

This text font color is #BBD0E3.


Background Color

.myBgColor { background-color: #BBD0E3; }

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

This div background color is #BBD0E3.


Border color

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

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

This div border color is #BBD0E3.


Opacity

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

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

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

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

This text has shadow with #BBD0E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD0E3 on black background.


Color preview on white background

This text has color #BBD0E3 on white background.



Black color preview on #BBD0E3 background

This text has black color on #BBD0E3 background.


White color preview on #BBD0E3 background

This text has white color on #BBD0E3 background.