COLOR #BBEAB4

HEX: #BBEAB4
RGB: (187,234,180)

Color info

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

RGB color model

#BBEAB4 color RGB value is (187,234,180).

  • red value is 187;
  • green value is 234;
  • blue value is 180.
RGB:
(187,234,180)
(73%,92%,71%)

RGB channels and saturation

R 187 of 255 = 73%
G 234 of 255 = 92%
B 180 of 255 = 71%

187
234
180

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

Portions of RGB colors in percentages

R + G + B =
187 + 234 + 180 = 601 (100%)
R 187 of 601 ~ 31.11%
G 234 of 601 ~ 38.94%
B 180 of 601 ~ 29.95%

%31.11
%38.94
%29.95

CMYK color model

#BBEAB4 color CMYK value is (20,0,23,8).

  • cyan value is 20.09%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 8.24%
CMYK:
(20,0,23,8)
C20M0Y23K8 
(20%,0%,23%,8%)
(0.20/0.00/0.23/0.08)	

CMYK percentages

%20.09
%0
%23.08
%8.24

Codes

Color #BBEAB4 in popluar color models

BBEAB4
RGB187234180
HSL112°56.25%81.18%
HSB/HSV112°23.08%91.76%
CMYK20.09%0.00%23.08%
8.24%

Color #BBEAB4 in popluar number systems.

HEXBBEAB4
Decimal187234180
Binary101110111110101010110100
Octal273352264

Shades and tints

Shades of #BBEAB4

#BBEAB4
(187,234,180)
#AAD5A4
(170,213,164)
#99C094
(153,192,148)
#88AB84
(136,171,132)
#779674
(119,150,116)
#668164
(102,129,100)
#556C54
(85,108,84)
#445744
(68,87,68)
#334234
(51,66,52)
#222D24
(34,45,36)
#111814
(17,24,20)
#000000
(0,0,0)

Tints of #BBEAB4

#BBEAB4
(187,234,180)
#C1EBBA
(193,235,186)
#C7ECC0
(199,236,192)
#CDEDC6
(205,237,198)
#D3EECC
(211,238,204)
#D9EFD2
(217,239,210)
#DFF0D8
(223,240,216)
#E5F1DE
(229,241,222)
#EBF2E4
(235,242,228)
#F1F3EA
(241,243,234)
#F7F4F0
(247,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBEAB4 color. Also use rgb(187,234,180) instead hex code.

Text Font Color

.myTextColor { color: #BBEAB4; }

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

This text font color is #BBEAB4.


Background Color

.myBgColor { background-color: #BBEAB4; }

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

This div background color is #BBEAB4.


Border color

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

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

This div border color is #BBEAB4.


Opacity

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

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

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

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

This text has shadow with #BBEAB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBEAB4 on black background.


Color preview on white background

This text has color #BBEAB4 on white background.



Black color preview on #BBEAB4 background

This text has black color on #BBEAB4 background.


White color preview on #BBEAB4 background

This text has white color on #BBEAB4 background.