COLOR #BBE6D7

HEX: #BBE6D7
RGB: (187,230,215)

Color info

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

RGB color model

#BBE6D7 color RGB value is (187,230,215).

  • red value is 187;
  • green value is 230;
  • blue value is 215.
RGB:
(187,230,215)
(73%,90%,84%)

RGB channels and saturation

R 187 of 255 = 73%
G 230 of 255 = 90%
B 215 of 255 = 84%

187
230
215

R + G + B ~ 82%. #BBE6D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 230 + 215 = 632 (100%)
R 187 of 632 ~ 29.59%
G 230 of 632 ~ 36.39%
B 215 of 632 ~ 34.02%

%29.59
%36.39
%34.02

CMYK color model

#BBE6D7 color CMYK value is (19,0,7,10).

  • cyan value is 18.70%
  • magenta value is 0.00%
  • yellow value is 6.52%
  • key color value is 9.80%
CMYK:
(19,0,7,10)
C19M0Y7K10 
(19%,0%,7%,10%)
(0.19/0.00/0.07/0.10)	

CMYK percentages

%18.7
%0
%6.52
%9.8

Codes

Color #BBE6D7 in popluar color models

BBE6D7
RGB187230215
HSL159°46.24%81.76%
HSB/HSV159°18.70%90.20%
CMYK18.70%0.00%6.52%
9.80%

Color #BBE6D7 in popluar number systems.

HEXBBE6D7
Decimal187230215
Binary101110111110011011010111
Octal273346327

Shades and tints

Shades of #BBE6D7

#BBE6D7
(187,230,215)
#AAD2C4
(170,210,196)
#99BEB1
(153,190,177)
#88AA9E
(136,170,158)
#77968B
(119,150,139)
#668278
(102,130,120)
#556E65
(85,110,101)
#445A52
(68,90,82)
#33463F
(51,70,63)
#22322C
(34,50,44)
#111E19
(17,30,25)
#000000
(0,0,0)

Tints of #BBE6D7

#BBE6D7
(187,230,215)
#C1E8DA
(193,232,218)
#C7EADD
(199,234,221)
#CDECE0
(205,236,224)
#D3EEE3
(211,238,227)
#D9F0E6
(217,240,230)
#DFF2E9
(223,242,233)
#E5F4EC
(229,244,236)
#EBF6EF
(235,246,239)
#F1F8F2
(241,248,242)
#F7FAF5
(247,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBE6D7; }

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

This text font color is #BBE6D7.


Background Color

.myBgColor { background-color: #BBE6D7; }

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

This div background color is #BBE6D7.


Border color

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

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

This div border color is #BBE6D7.


Opacity

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

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

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

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

This text has shadow with #BBE6D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBE6D7 on black background.


Color preview on white background

This text has color #BBE6D7 on white background.



Black color preview on #BBE6D7 background

This text has black color on #BBE6D7 background.


White color preview on #BBE6D7 background

This text has white color on #BBE6D7 background.