COLOR #BBE2C3

HEX: #BBE2C3
RGB: (187,226,195)

Color info

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

RGB color model

#BBE2C3 color RGB value is (187,226,195).

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

RGB channels and saturation

R 187 of 255 = 73%
G 226 of 255 = 89%
B 195 of 255 = 76%

187
226
195

R + G + B ~ 79%. #BBE2C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 226 + 195 = 608 (100%)
R 187 of 608 ~ 30.76%
G 226 of 608 ~ 37.17%
B 195 of 608 ~ 32.07%

%30.76
%37.17
%32.07

CMYK color model

#BBE2C3 color CMYK value is (17,0,14,11).

  • cyan value is 17.26%
  • magenta value is 0.00%
  • yellow value is 13.72%
  • key color value is 11.37%
CMYK:
(17,0,14,11)
C17M0Y14K11 
(17%,0%,14%,11%)
(0.17/0.00/0.14/0.11)	

CMYK percentages

%17.26
%0
%13.72
%11.37

Codes

Color #BBE2C3 in popluar color models

BBE2C3
RGB187226195
HSL132°40.21%80.98%
HSB/HSV132°17.26%88.63%
CMYK17.26%0.00%13.72%
11.37%

Color #BBE2C3 in popluar number systems.

HEXBBE2C3
Decimal187226195
Binary101110111110001011000011
Octal273342303

Shades and tints

Shades of #BBE2C3

#BBE2C3
(187,226,195)
#AACEB2
(170,206,178)
#99BAA1
(153,186,161)
#88A690
(136,166,144)
#77927F
(119,146,127)
#667E6E
(102,126,110)
#556A5D
(85,106,93)
#44564C
(68,86,76)
#33423B
(51,66,59)
#222E2A
(34,46,42)
#111A19
(17,26,25)
#000000
(0,0,0)

Tints of #BBE2C3

#BBE2C3
(187,226,195)
#C1E4C8
(193,228,200)
#C7E6CD
(199,230,205)
#CDE8D2
(205,232,210)
#D3EAD7
(211,234,215)
#D9ECDC
(217,236,220)
#DFEEE1
(223,238,225)
#E5F0E6
(229,240,230)
#EBF2EB
(235,242,235)
#F1F4F0
(241,244,240)
#F7F6F5
(247,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBE2C3; }

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

This text font color is #BBE2C3.


Background Color

.myBgColor { background-color: #BBE2C3; }

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

This div background color is #BBE2C3.


Border color

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

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

This div border color is #BBE2C3.


Opacity

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

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

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

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

This text has shadow with #BBE2C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBE2C3 on black background.


Color preview on white background

This text has color #BBE2C3 on white background.



Black color preview on #BBE2C3 background

This text has black color on #BBE2C3 background.


White color preview on #BBE2C3 background

This text has white color on #BBE2C3 background.