COLOR #BBE2C7

HEX: #BBE2C7
RGB: (187,226,199)

Color info

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

RGB color model

#BBE2C7 color RGB value is (187,226,199).

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

RGB channels and saturation

R 187 of 255 = 73%
G 226 of 255 = 89%
B 199 of 255 = 78%

187
226
199

R + G + B ~ 80%. #BBE2C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 226 + 199 = 612 (100%)
R 187 of 612 ~ 30.56%
G 226 of 612 ~ 36.93%
B 199 of 612 ~ 32.52%

%30.56
%36.93
%32.52

CMYK color model

#BBE2C7 color CMYK value is (17,0,12,11).

  • cyan value is 17.26%
  • magenta value is 0.00%
  • yellow value is 11.95%
  • key color value is 11.37%
CMYK:
(17,0,12,11)
C17M0Y12K11 
(17%,0%,12%,11%)
(0.17/0.00/0.12/0.11)	

CMYK percentages

%17.26
%0
%11.95
%11.37

Codes

Color #BBE2C7 in popluar color models

BBE2C7
RGB187226199
HSL138°40.21%80.98%
HSB/HSV138°17.26%88.63%
CMYK17.26%0.00%11.95%
11.37%

Color #BBE2C7 in popluar number systems.

HEXBBE2C7
Decimal187226199
Binary101110111110001011000111
Octal273342307

Shades and tints

Shades of #BBE2C7

#BBE2C7
(187,226,199)
#AACEB5
(170,206,181)
#99BAA3
(153,186,163)
#88A691
(136,166,145)
#77927F
(119,146,127)
#667E6D
(102,126,109)
#556A5B
(85,106,91)
#445649
(68,86,73)
#334237
(51,66,55)
#222E25
(34,46,37)
#111A13
(17,26,19)
#000000
(0,0,0)

Tints of #BBE2C7

#BBE2C7
(187,226,199)
#C1E4CC
(193,228,204)
#C7E6D1
(199,230,209)
#CDE8D6
(205,232,214)
#D3EADB
(211,234,219)
#D9ECE0
(217,236,224)
#DFEEE5
(223,238,229)
#E5F0EA
(229,240,234)
#EBF2EF
(235,242,239)
#F1F4F4
(241,244,244)
#F7F6F9
(247,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBE2C7; }

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

This text font color is #BBE2C7.


Background Color

.myBgColor { background-color: #BBE2C7; }

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

This div background color is #BBE2C7.


Border color

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

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

This div border color is #BBE2C7.


Opacity

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

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

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

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

This text has shadow with #BBE2C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBE2C7 on black background.


Color preview on white background

This text has color #BBE2C7 on white background.



Black color preview on #BBE2C7 background

This text has black color on #BBE2C7 background.


White color preview on #BBE2C7 background

This text has white color on #BBE2C7 background.