COLOR #BBEEBF

HEX: #BBEEBF
RGB: (187,238,191)

Color info

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

RGB color model

#BBEEBF color RGB value is (187,238,191).

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

RGB channels and saturation

R 187 of 255 = 73%
G 238 of 255 = 93%
B 191 of 255 = 75%

187
238
191

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

Portions of RGB colors in percentages

R + G + B =
187 + 238 + 191 = 616 (100%)
R 187 of 616 ~ 30.36%
G 238 of 616 ~ 38.64%
B 191 of 616 ~ 31.01%

%30.36
%38.64
%31.01

CMYK color model

#BBEEBF color CMYK value is (21,0,20,7).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 19.75%
  • key color value is 6.67%
CMYK:
(21,0,20,7)
C21M0Y20K7 
(21%,0%,20%,7%)
(0.21/0.00/0.20/0.07)	

CMYK percentages

%21.43
%0
%19.75
%6.67

Codes

Color #BBEEBF in popluar color models

BBEEBF
RGB187238191
HSL125°60.00%83.33%
HSB/HSV125°21.43%93.33%
CMYK21.43%0.00%19.75%
6.67%

Color #BBEEBF in popluar number systems.

HEXBBEEBF
Decimal187238191
Binary101110111110111010111111
Octal273356277

Shades and tints

Shades of #BBEEBF

#BBEEBF
(187,238,191)
#AAD9AE
(170,217,174)
#99C49D
(153,196,157)
#88AF8C
(136,175,140)
#779A7B
(119,154,123)
#66856A
(102,133,106)
#557059
(85,112,89)
#445B48
(68,91,72)
#334637
(51,70,55)
#223126
(34,49,38)
#111C15
(17,28,21)
#000000
(0,0,0)

Tints of #BBEEBF

#BBEEBF
(187,238,191)
#C1EFC4
(193,239,196)
#C7F0C9
(199,240,201)
#CDF1CE
(205,241,206)
#D3F2D3
(211,242,211)
#D9F3D8
(217,243,216)
#DFF4DD
(223,244,221)
#E5F5E2
(229,245,226)
#EBF6E7
(235,246,231)
#F1F7EC
(241,247,236)
#F7F8F1
(247,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBEEBF; }

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

This text font color is #BBEEBF.


Background Color

.myBgColor { background-color: #BBEEBF; }

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

This div background color is #BBEEBF.


Border color

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

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

This div border color is #BBEEBF.


Opacity

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

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

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

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

This text has shadow with #BBEEBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBEEBF on black background.


Color preview on white background

This text has color #BBEEBF on white background.



Black color preview on #BBEEBF background

This text has black color on #BBEEBF background.


White color preview on #BBEEBF background

This text has white color on #BBEEBF background.