COLOR #BBEBB3

HEX: #BBEBB3 RGB: (187,235,179)

Color info

#BBEBB3 contains red, green and blue colors in about the same proportion. Web safe color of #BBEBB3 is #CCFF99 (or #CF9).

RGB color model

#BBEBB3 color RGB value is (187,235,179).

RGB: (187,235,179) (73%, 92%, 70%)

RGB channels and saturation

R 187 of 255 = 73%
G 235 of 255 = 92%
B 179 of 255 = 70%

187
235
179

R + G + B ~ 78%. #BBEBB3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 235 + 179 = 601 (100%)
R 187 of 601 ~ 31.11%
G 235 of 601 ~ 39.1%
B 179 of 601 ~ 29.78'%

%31.11
%39.1
%29.78

CMYK color model

#BBEBB3 color CMYK value is (20,0,24,8).

  • cyan value is 20.43%
  • magenta value is 0.00%
  • yellow value is 23.83%
  • key color value is 7.84%
CMYK: (20,0,24,8) C20M0Y24K8 (20%,0%,24%,8%) (0.20/0.00/0.24/0.08) 

CMYK percentages

%20.43
%0
%23.83
%7.84

Codes

Color #BBEBB3 in popluar color models

BB EB B3
RGB 187 235 179
HSL 111° 58.33% 81.18%
HSB/HSV 111° 23.83% 92.16%
CMYK 20.43% 0.00% 23.83%
7.84%

Color #BBEBB3 in popluar number systems.

HEX BB EB B3
Decimal 187 235 179
Binary 10111011 11101011 10110011
Octal 273 353 263

Shades and tints

Shades of #BBEBB3

#BBEBB3
(187,235,179)
#AAD6A3
(170,214,163)
#99C193
(153,193,147)
#88AC83
(136,172,131)
#779773
(119,151,115)
#668263
(102,130,99)
#556D53
(85,109,83)
#445843
(68,88,67)
#334333
(51,67,51)
#222E23
(34,46,35)
#111913
(17,25,19)
#000000
(0,0,0)

Tints of #BBEBB3

#BBEBB3
(187,235,179)
#C1ECB9
(193,236,185)
#C7EDBF
(199,237,191)
#CDEEC5
(205,238,197)
#D3EFCB
(211,239,203)
#D9F0D1
(217,240,209)
#DFF1D7
(223,241,215)
#E5F2DD
(229,242,221)
#EBF3E3
(235,243,227)
#F1F4E9
(241,244,233)
#F7F5EF
(247,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBEBB3 color. Also use rgb(187,235,179) instead hex code.

Text Font Color

.myTextColor { color: #BBEBB3; }

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

This text font color is #BBEBB3.

Background Color

.myBgColor { background-color: #BBEBB3; }

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

This div background color is #BBEBB3.

Border color

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

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

This div border color is #BBEBB3.

Opacity

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

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

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

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

This text has shadow with #BBEBB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBEBB3.

Preview

Color preview on black background

This text has color #BBEBB3 on black background.


Color preview on white background

This text has color #BBEBB3 on white background.


Black color preview on #BBEBB3 background

This text has black color on #BBEBB3 background.


White color preview on #BBEBB3 background

This text has white color on #BBEBB3 background.


Related colors

Complementary color

Complementary color for #hex is #44144C.


I love getcolorcode.com

Triadic colors

1 #B3BBEB and #EBB3BB with #BBEBB3 are triadic colors.

2 #B3EBBB and #EBBBB3 with #BBEBB3 are triadic colors.