COLOR #BBEEBA

HEX: #BBEEBA
RGB: (187,238,186)

Color info

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

RGB color model

#BBEEBA color RGB value is (187,238,186).

  • red value is 187;
  • green value is 238;
  • blue value is 186.
RGB:
(187,238,186)
(73%,93%,73%)

RGB channels and saturation

R 187 of 255 = 73%
G 238 of 255 = 93%
B 186 of 255 = 73%

187
238
186

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

Portions of RGB colors in percentages

R + G + B =
187 + 238 + 186 = 611 (100%)
R 187 of 611 ~ 30.61%
G 238 of 611 ~ 38.95%
B 186 of 611 ~ 30.44%

%30.61
%38.95
%30.44

CMYK color model

#BBEEBA color CMYK value is (21,0,22,7).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 21.85%
  • key color value is 6.67%
CMYK:
(21,0,22,7)
C21M0Y22K7 
(21%,0%,22%,7%)
(0.21/0.00/0.22/0.07)	

CMYK percentages

%21.43
%0
%21.85
%6.67

Codes

Color #BBEEBA in popluar color models

BBEEBA
RGB187238186
HSL119°60.47%83.14%
HSB/HSV119°21.85%93.33%
CMYK21.43%0.00%21.85%
6.67%

Color #BBEEBA in popluar number systems.

HEXBBEEBA
Decimal187238186
Binary101110111110111010111010
Octal273356272

Shades and tints

Shades of #BBEEBA

#BBEEBA
(187,238,186)
#AAD9AA
(170,217,170)
#99C49A
(153,196,154)
#88AF8A
(136,175,138)
#779A7A
(119,154,122)
#66856A
(102,133,106)
#55705A
(85,112,90)
#445B4A
(68,91,74)
#33463A
(51,70,58)
#22312A
(34,49,42)
#111C1A
(17,28,26)
#000000
(0,0,0)

Tints of #BBEEBA

#BBEEBA
(187,238,186)
#C1EFC0
(193,239,192)
#C7F0C6
(199,240,198)
#CDF1CC
(205,241,204)
#D3F2D2
(211,242,210)
#D9F3D8
(217,243,216)
#DFF4DE
(223,244,222)
#E5F5E4
(229,245,228)
#EBF6EA
(235,246,234)
#F1F7F0
(241,247,240)
#F7F8F6
(247,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBEEBA color. Also use rgb(187,238,186) instead hex code.

Text Font Color

.myTextColor { color: #BBEEBA; }

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

This text font color is #BBEEBA.


Background Color

.myBgColor { background-color: #BBEEBA; }

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

This div background color is #BBEEBA.


Border color

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

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

This div border color is #BBEEBA.


Opacity

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

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

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

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

This text has shadow with #BBEEBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBEEBA on black background.


Color preview on white background

This text has color #BBEEBA on white background.



Black color preview on #BBEEBA background

This text has black color on #BBEEBA background.


White color preview on #BBEEBA background

This text has white color on #BBEEBA background.