COLOR #BBE4E4

HEX: #BBE4E4
RGB: (187,228,228)

Color info

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

RGB color model

#BBE4E4 color RGB value is (187,228,228).

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

RGB channels and saturation

R 187 of 255 = 73%
G 228 of 255 = 89%
B 228 of 255 = 89%

187
228
228

R + G + B ~ 84%. #BBE4E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 228 + 228 = 643 (100%)
R 187 of 643 ~ 29.08%
G 228 of 643 ~ 35.46%
B 228 of 643 ~ 35.46%

%29.08
%35.46
%35.46

CMYK color model

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

  • cyan value is 17.98%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(18,0,0,11)
C18M0Y0K11 
(18%,0%,0%,11%)
(0.18/0.00/0.00/0.11)	

CMYK percentages

%17.98
%0
%0
%10.59

Codes

Color #BBE4E4 in popluar color models

BBE4E4
RGB187228228
HSL180°43.16%81.37%
HSB/HSV180°17.98%89.41%
CMYK17.98%0.00%0.00%
10.59%

Color #BBE4E4 in popluar number systems.

HEXBBE4E4
Decimal187228228
Binary101110111110010011100100
Octal273344344

Shades and tints

Shades of #BBE4E4

#BBE4E4
(187,228,228)
#AAD0D0
(170,208,208)
#99BCBC
(153,188,188)
#88A8A8
(136,168,168)
#779494
(119,148,148)
#668080
(102,128,128)
#556C6C
(85,108,108)
#445858
(68,88,88)
#334444
(51,68,68)
#223030
(34,48,48)
#111C1C
(17,28,28)
#000000
(0,0,0)

Tints of #BBE4E4

#BBE4E4
(187,228,228)
#C1E6E6
(193,230,230)
#C7E8E8
(199,232,232)
#CDEAEA
(205,234,234)
#D3ECEC
(211,236,236)
#D9EEEE
(217,238,238)
#DFF0F0
(223,240,240)
#E5F2F2
(229,242,242)
#EBF4F4
(235,244,244)
#F1F6F6
(241,246,246)
#F7F8F8
(247,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBE4E4; }

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

This text font color is #BBE4E4.


Background Color

.myBgColor { background-color: #BBE4E4; }

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

This div background color is #BBE4E4.


Border color

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

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

This div border color is #BBE4E4.


Opacity

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

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

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

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

This text has shadow with #BBE4E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBE4E4 on black background.


Color preview on white background

This text has color #BBE4E4 on white background.



Black color preview on #BBE4E4 background

This text has black color on #BBE4E4 background.


White color preview on #BBE4E4 background

This text has white color on #BBE4E4 background.