COLOR #BBE7CE

HEX: #BBE7CE
RGB: (187,231,206)

Color info

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

RGB color model

#BBE7CE color RGB value is (187,231,206).

  • red value is 187;
  • green value is 231;
  • blue value is 206.
RGB:
(187,231,206)
(73%,91%,81%)

RGB channels and saturation

R 187 of 255 = 73%
G 231 of 255 = 91%
B 206 of 255 = 81%

187
231
206

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

Portions of RGB colors in percentages

R + G + B =
187 + 231 + 206 = 624 (100%)
R 187 of 624 ~ 29.97%
G 231 of 624 ~ 37.02%
B 206 of 624 ~ 33.01%

%29.97
%37.02
%33.01

CMYK color model

#BBE7CE color CMYK value is (19,0,11,9).

  • cyan value is 19.05%
  • magenta value is 0.00%
  • yellow value is 10.82%
  • key color value is 9.41%
CMYK:
(19,0,11,9)
C19M0Y11K9 
(19%,0%,11%,9%)
(0.19/0.00/0.11/0.09)	

CMYK percentages

%19.05
%0
%10.82
%9.41

Codes

Color #BBE7CE in popluar color models

BBE7CE
RGB187231206
HSL146°47.83%81.96%
HSB/HSV146°19.05%90.59%
CMYK19.05%0.00%10.82%
9.41%

Color #BBE7CE in popluar number systems.

HEXBBE7CE
Decimal187231206
Binary101110111110011111001110
Octal273347316

Shades and tints

Shades of #BBE7CE

#BBE7CE
(187,231,206)
#AAD2BC
(170,210,188)
#99BDAA
(153,189,170)
#88A898
(136,168,152)
#779386
(119,147,134)
#667E74
(102,126,116)
#556962
(85,105,98)
#445450
(68,84,80)
#333F3E
(51,63,62)
#222A2C
(34,42,44)
#11151A
(17,21,26)
#000000
(0,0,0)

Tints of #BBE7CE

#BBE7CE
(187,231,206)
#C1E9D2
(193,233,210)
#C7EBD6
(199,235,214)
#CDEDDA
(205,237,218)
#D3EFDE
(211,239,222)
#D9F1E2
(217,241,226)
#DFF3E6
(223,243,230)
#E5F5EA
(229,245,234)
#EBF7EE
(235,247,238)
#F1F9F2
(241,249,242)
#F7FBF6
(247,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBE7CE; }

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

This text font color is #BBE7CE.


Background Color

.myBgColor { background-color: #BBE7CE; }

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

This div background color is #BBE7CE.


Border color

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

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

This div border color is #BBE7CE.


Opacity

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

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

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

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

This text has shadow with #BBE7CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBE7CE on black background.


Color preview on white background

This text has color #BBE7CE on white background.



Black color preview on #BBE7CE background

This text has black color on #BBE7CE background.


White color preview on #BBE7CE background

This text has white color on #BBE7CE background.