COLOR #BBE7EB

HEX: #BBE7EB RGB: (187,231,235)

Color info

#BBE7EB contains red, green and blue colors in about the same proportion. Web safe color of #BBE7EB is #CCFFFF (or #CFF).

RGB color model

#BBE7EB color RGB value is (187,231,235).

RGB: (187,231,235) (73%, 91%, 92%)

RGB channels and saturation

R 187 of 255 = 73%
G 231 of 255 = 91%
B 235 of 255 = 92%

187
231
235

R + G + B ~ 85%. #BBE7EB is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 231 + 235 = 653 (100%)
R 187 of 653 ~ 28.64%
G 231 of 653 ~ 35.38%
B 235 of 653 ~ 35.99'%

%28.64
%35.38
%35.99

CMYK color model

#BBE7EB color CMYK value is (20,2,0,8).

  • cyan value is 20.43%
  • magenta value is 1.70%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (20,2,0,8)
C20M2Y0K8 (20%, 2%, 0%, 8%)
(0.20 / 0.02 / 0.00 / 0.08)

CMYK percentages

%20.43
%1.7
%0
%7.84

Codes

Color #BBE7EB in popluar color models

BB E7 EB
RGB 187 231 235
HSL 185° 54.55% 82.75%
HSB/HSV 185° 20.43% 92.16%
CMYK 20.43% 1.70% 0.00%
7.84%

Color #BBE7EB in popluar number systems.

HEX BB E7 EB
Decimal 187 231 235
Binary 10111011 11100111 11101011
Octal 273 347 353

Shades and tints

Shades of #BBE7EB

#BBE7EB
(187,231,235)
#AAD2D6
(170,210,214)
#99BDC1
(153,189,193)
#88A8AC
(136,168,172)
#779397
(119,147,151)
#667E82
(102,126,130)
#55696D
(85,105,109)
#445458
(68,84,88)
#333F43
(51,63,67)
#222A2E
(34,42,46)
#111519
(17,21,25)
#000000
(0,0,0)

Tints of #BBE7EB

#BBE7EB
(187,231,235)
#C1E9EC
(193,233,236)
#C7EBED
(199,235,237)
#CDEDEE
(205,237,238)
#D3EFEF
(211,239,239)
#D9F1F0
(217,241,240)
#DFF3F1
(223,243,241)
#E5F5F2
(229,245,242)
#EBF7F3
(235,247,243)
#F1F9F4
(241,249,244)
#F7FBF5
(247,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBE7EB color. Also use rgb(187,231,235) instead hex code.

Text Font Color

.myTextColor { color: #BBE7EB; }

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

This text font color is #BBE7EB.

Background Color

.myBgColor { background-color: #BBE7EB; }

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

This div background color is #BBE7EB.

Border color

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

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

This div border color is #BBE7EB.

Opacity

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

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

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

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

This text has shadow with #BBE7EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBE7EB.

Preview

Color preview on black background

This text has color #BBE7EB on black background.


Color preview on white background

This text has color #BBE7EB on white background.


Black color preview on #BBE7EB background

This text has black color on #BBE7EB background.


White color preview on #BBE7EB background

This text has white color on #BBE7EB background.


Related colors

Complementary color

Complementary color for #hex is #441814.


I love getcolorcode.com

Triadic colors

1 #EBBBE7 and #E7EBBB with #BBE7EB are triadic colors.

2 #EBE7BB and #E7BBEB with #BBE7EB are triadic colors.