COLOR #BBE2C6

HEX: #BBE2C6
RGB: (187,226,198)

Color info

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

RGB color model

#BBE2C6 color RGB value is (187,226,198).

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

RGB channels and saturation

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

187
226
198

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

Portions of RGB colors in percentages

R + G + B =
187 + 226 + 198 = 611 (100%)
R 187 of 611 ~ 30.61%
G 226 of 611 ~ 36.99%
B 198 of 611 ~ 32.41%

%30.61
%36.99
%32.41

CMYK color model

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

  • cyan value is 17.26%
  • magenta value is 0.00%
  • yellow value is 12.39%
  • 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
%12.39
%11.37

Codes

Color #BBE2C6 in popluar color models

BBE2C6
RGB187226198
HSL137°40.21%80.98%
HSB/HSV137°17.26%88.63%
CMYK17.26%0.00%12.39%
11.37%

Color #BBE2C6 in popluar number systems.

HEXBBE2C6
Decimal187226198
Binary101110111110001011000110
Octal273342306

Shades and tints

Shades of #BBE2C6

#BBE2C6
(187,226,198)
#AACEB4
(170,206,180)
#99BAA2
(153,186,162)
#88A690
(136,166,144)
#77927E
(119,146,126)
#667E6C
(102,126,108)
#556A5A
(85,106,90)
#445648
(68,86,72)
#334236
(51,66,54)
#222E24
(34,46,36)
#111A12
(17,26,18)
#000000
(0,0,0)

Tints of #BBE2C6

#BBE2C6
(187,226,198)
#C1E4CB
(193,228,203)
#C7E6D0
(199,230,208)
#CDE8D5
(205,232,213)
#D3EADA
(211,234,218)
#D9ECDF
(217,236,223)
#DFEEE4
(223,238,228)
#E5F0E9
(229,240,233)
#EBF2EE
(235,242,238)
#F1F4F3
(241,244,243)
#F7F6F8
(247,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBE2C6; }

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

This text font color is #BBE2C6.


Background Color

.myBgColor { background-color: #BBE2C6; }

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

This div background color is #BBE2C6.


Border color

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

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

This div border color is #BBE2C6.


Opacity

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

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

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

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

This text has shadow with #BBE2C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBE2C6 on black background.


Color preview on white background

This text has color #BBE2C6 on white background.



Black color preview on #BBE2C6 background

This text has black color on #BBE2C6 background.


White color preview on #BBE2C6 background

This text has white color on #BBE2C6 background.