COLOR #BBE0E0

HEX: #BBE0E0
RGB: (187,224,224)

Color info

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

RGB color model

#BBE0E0 color RGB value is (187,224,224).

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

RGB channels and saturation

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

187
224
224

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

Portions of RGB colors in percentages

R + G + B =
187 + 224 + 224 = 635 (100%)
R 187 of 635 ~ 29.45%
G 224 of 635 ~ 35.28%
B 224 of 635 ~ 35.28%

%29.45
%35.28
%35.28

CMYK color model

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

  • cyan value is 16.52%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • 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
%12.16

Codes

Color #BBE0E0 in popluar color models

BBE0E0
RGB187224224
HSL180°37.37%80.59%
HSB/HSV180°16.52%87.84%
CMYK16.52%0.00%0.00%
12.16%

Color #BBE0E0 in popluar number systems.

HEXBBE0E0
Decimal187224224
Binary101110111110000011100000
Octal273340340

Shades and tints

Shades of #BBE0E0

#BBE0E0
(187,224,224)
#AACCCC
(170,204,204)
#99B8B8
(153,184,184)
#88A4A4
(136,164,164)
#779090
(119,144,144)
#667C7C
(102,124,124)
#556868
(85,104,104)
#445454
(68,84,84)
#334040
(51,64,64)
#222C2C
(34,44,44)
#111818
(17,24,24)
#000000
(0,0,0)

Tints of #BBE0E0

#BBE0E0
(187,224,224)
#C1E2E2
(193,226,226)
#C7E4E4
(199,228,228)
#CDE6E6
(205,230,230)
#D3E8E8
(211,232,232)
#D9EAEA
(217,234,234)
#DFECEC
(223,236,236)
#E5EEEE
(229,238,238)
#EBF0F0
(235,240,240)
#F1F2F2
(241,242,242)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBE0E0; }

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

This text font color is #BBE0E0.


Background Color

.myBgColor { background-color: #BBE0E0; }

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

This div background color is #BBE0E0.


Border color

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

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

This div border color is #BBE0E0.


Opacity

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

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

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

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

This text has shadow with #BBE0E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBE0E0 on black background.


Color preview on white background

This text has color #BBE0E0 on white background.



Black color preview on #BBE0E0 background

This text has black color on #BBE0E0 background.


White color preview on #BBE0E0 background

This text has white color on #BBE0E0 background.