COLOR #BBE8D6

HEX: #BBE8D6
RGB: (187,232,214)

Color info

#BBE8D6 contains red, green and blue colors in about the same proportion. Web safe color of #BBE8D6 is #CCFFCC (or #CFC).

RGB color model

#BBE8D6 color RGB value is (187,232,214).

  • red value is 187;
  • green value is 232;
  • blue value is 214.
RGB:
(187,232,214)
(73%,91%,84%)

RGB channels and saturation

R 187 of 255 = 73%
G 232 of 255 = 91%
B 214 of 255 = 84%

187
232
214

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

Portions of RGB colors in percentages

R + G + B =
187 + 232 + 214 = 633 (100%)
R 187 of 633 ~ 29.54%
G 232 of 633 ~ 36.65%
B 214 of 633 ~ 33.81%

%29.54
%36.65
%33.81

CMYK color model

#BBE8D6 color CMYK value is (19,0,8,9).

  • cyan value is 19.40%
  • magenta value is 0.00%
  • yellow value is 7.76%
  • key color value is 9.02%
CMYK:
(19,0,8,9)
C19M0Y8K9 
(19%,0%,8%,9%)
(0.19/0.00/0.08/0.09)	

CMYK percentages

%19.4
%0
%7.76
%9.02

Codes

Color #BBE8D6 in popluar color models

BBE8D6
RGB187232214
HSL156°49.45%82.16%
HSB/HSV156°19.40%90.98%
CMYK19.40%0.00%7.76%
9.02%

Color #BBE8D6 in popluar number systems.

HEXBBE8D6
Decimal187232214
Binary101110111110100011010110
Octal273350326

Shades and tints

Shades of #BBE8D6

#BBE8D6
(187,232,214)
#AAD3C3
(170,211,195)
#99BEB0
(153,190,176)
#88A99D
(136,169,157)
#77948A
(119,148,138)
#667F77
(102,127,119)
#556A64
(85,106,100)
#445551
(68,85,81)
#33403E
(51,64,62)
#222B2B
(34,43,43)
#111618
(17,22,24)
#000000
(0,0,0)

Tints of #BBE8D6

#BBE8D6
(187,232,214)
#C1EAD9
(193,234,217)
#C7ECDC
(199,236,220)
#CDEEDF
(205,238,223)
#D3F0E2
(211,240,226)
#D9F2E5
(217,242,229)
#DFF4E8
(223,244,232)
#E5F6EB
(229,246,235)
#EBF8EE
(235,248,238)
#F1FAF1
(241,250,241)
#F7FCF4
(247,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBE8D6; }

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

This text font color is #BBE8D6.


Background Color

.myBgColor { background-color: #BBE8D6; }

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

This div background color is #BBE8D6.


Border color

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

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

This div border color is #BBE8D6.


Opacity

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

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

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

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

This text has shadow with #BBE8D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBE8D6 on black background.


Color preview on white background

This text has color #BBE8D6 on white background.



Black color preview on #BBE8D6 background

This text has black color on #BBE8D6 background.


White color preview on #BBE8D6 background

This text has white color on #BBE8D6 background.