COLOR #BBE1E3

HEX: #BBE1E3
RGB: (187,225,227)

Color info

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

RGB color model

#BBE1E3 color RGB value is (187,225,227).

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

RGB channels and saturation

R 187 of 255 = 73%
G 225 of 255 = 88%
B 227 of 255 = 89%

187
225
227

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

Portions of RGB colors in percentages

R + G + B =
187 + 225 + 227 = 639 (100%)
R 187 of 639 ~ 29.26%
G 225 of 639 ~ 35.21%
B 227 of 639 ~ 35.52%

%29.26
%35.21
%35.52

CMYK color model

#BBE1E3 color CMYK value is (18,1,0,11).

  • cyan value is 17.62%
  • magenta value is 0.88%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(18,1,0,11)
C18M1Y0K11 
(18%,1%,0%,11%)
(0.18/0.01/0.00/0.11)	

CMYK percentages

%17.62
%0.88
%0
%10.98

Codes

Color #BBE1E3 in popluar color models

BBE1E3
RGB187225227
HSL183°41.67%81.18%
HSB/HSV183°17.62%89.02%
CMYK17.62%0.88%0.00%
10.98%

Color #BBE1E3 in popluar number systems.

HEXBBE1E3
Decimal187225227
Binary101110111110000111100011
Octal273341343

Shades and tints

Shades of #BBE1E3

#BBE1E3
(187,225,227)
#AACDCF
(170,205,207)
#99B9BB
(153,185,187)
#88A5A7
(136,165,167)
#779193
(119,145,147)
#667D7F
(102,125,127)
#55696B
(85,105,107)
#445557
(68,85,87)
#334143
(51,65,67)
#222D2F
(34,45,47)
#11191B
(17,25,27)
#000000
(0,0,0)

Tints of #BBE1E3

#BBE1E3
(187,225,227)
#C1E3E5
(193,227,229)
#C7E5E7
(199,229,231)
#CDE7E9
(205,231,233)
#D3E9EB
(211,233,235)
#D9EBED
(217,235,237)
#DFEDEF
(223,237,239)
#E5EFF1
(229,239,241)
#EBF1F3
(235,241,243)
#F1F3F5
(241,243,245)
#F7F5F7
(247,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBE1E3; }

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

This text font color is #BBE1E3.


Background Color

.myBgColor { background-color: #BBE1E3; }

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

This div background color is #BBE1E3.


Border color

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

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

This div border color is #BBE1E3.


Opacity

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

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

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

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

This text has shadow with #BBE1E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBE1E3 on black background.


Color preview on white background

This text has color #BBE1E3 on white background.



Black color preview on #BBE1E3 background

This text has black color on #BBE1E3 background.


White color preview on #BBE1E3 background

This text has white color on #BBE1E3 background.