COLOR #BBE8D9

HEX: #BBE8D9
RGB: (187,232,217)

Color info

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

RGB color model

#BBE8D9 color RGB value is (187,232,217).

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

RGB channels and saturation

R 187 of 255 = 73%
G 232 of 255 = 91%
B 217 of 255 = 85%

187
232
217

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

Portions of RGB colors in percentages

R + G + B =
187 + 232 + 217 = 636 (100%)
R 187 of 636 ~ 29.4%
G 232 of 636 ~ 36.48%
B 217 of 636 ~ 34.12%

%29.4
%36.48
%34.12

CMYK color model

#BBE8D9 color CMYK value is (19,0,6,9).

  • cyan value is 19.40%
  • magenta value is 0.00%
  • yellow value is 6.47%
  • key color value is 9.02%
CMYK:
(19,0,6,9)
C19M0Y6K9 
(19%,0%,6%,9%)
(0.19/0.00/0.06/0.09)	

CMYK percentages

%19.4
%0
%6.47
%9.02

Codes

Color #BBE8D9 in popluar color models

BBE8D9
RGB187232217
HSL160°49.45%82.16%
HSB/HSV160°19.40%90.98%
CMYK19.40%0.00%6.47%
9.02%

Color #BBE8D9 in popluar number systems.

HEXBBE8D9
Decimal187232217
Binary101110111110100011011001
Octal273350331

Shades and tints

Shades of #BBE8D9

#BBE8D9
(187,232,217)
#AAD3C6
(170,211,198)
#99BEB3
(153,190,179)
#88A9A0
(136,169,160)
#77948D
(119,148,141)
#667F7A
(102,127,122)
#556A67
(85,106,103)
#445554
(68,85,84)
#334041
(51,64,65)
#222B2E
(34,43,46)
#11161B
(17,22,27)
#000000
(0,0,0)

Tints of #BBE8D9

#BBE8D9
(187,232,217)
#C1EADC
(193,234,220)
#C7ECDF
(199,236,223)
#CDEEE2
(205,238,226)
#D3F0E5
(211,240,229)
#D9F2E8
(217,242,232)
#DFF4EB
(223,244,235)
#E5F6EE
(229,246,238)
#EBF8F1
(235,248,241)
#F1FAF4
(241,250,244)
#F7FCF7
(247,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBE8D9; }

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

This text font color is #BBE8D9.


Background Color

.myBgColor { background-color: #BBE8D9; }

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

This div background color is #BBE8D9.


Border color

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

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

This div border color is #BBE8D9.


Opacity

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

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

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

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

This text has shadow with #BBE8D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBE8D9 on black background.


Color preview on white background

This text has color #BBE8D9 on white background.



Black color preview on #BBE8D9 background

This text has black color on #BBE8D9 background.


White color preview on #BBE8D9 background

This text has white color on #BBE8D9 background.