COLOR #BBE7A1

HEX: #BBE7A1 RGB: (187,231,161)

Color info

#BBE7A1 contains mainly red and green colors. Web safe color of #BBE7A1 is #CCFF99 (or #CF9).

RGB color model

#BBE7A1 color RGB value is (187,231,161).

RGB: (187,231,161) (73%, 91%, 63%)

RGB channels and saturation

R 187 of 255 = 73%
G 231 of 255 = 91%
B 161 of 255 = 63%

187
231
161

R + G + B ~ 76%. #BBE7A1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 231 + 161 = 579 (100%)
R 187 of 579 ~ 32.3%
G 231 of 579 ~ 39.9%
B 161 of 579 ~ 27.81'%

%32.3
%39.9
%27.81

CMYK color model

#BBE7A1 color CMYK value is (19,0,30,9).

  • cyan value is 19.05%
  • magenta value is 0.00%
  • yellow value is 30.30%
  • key color value is 9.41%

CMYK: (19,0,30,9)
C19M0Y30K9 (19%, 0%, 30%, 9%)
(0.19 / 0.00 / 0.30 / 0.09)

CMYK percentages

%19.05
%0
%30.3
%9.41

Codes

Color #BBE7A1 in popluar color models

BB E7 A1
RGB 187 231 161
HSL 98° 59.32% 76.86%
HSB/HSV 98° 30.30% 90.59%
CMYK 19.05% 0.00% 30.30%
9.41%

Color #BBE7A1 in popluar number systems.

HEX BB E7 A1
Decimal 187 231 161
Binary 10111011 11100111 10100001
Octal 273 347 241

Shades and tints

Shades of #BBE7A1

#BBE7A1
(187,231,161)
#AAD293
(170,210,147)
#99BD85
(153,189,133)
#88A877
(136,168,119)
#779369
(119,147,105)
#667E5B
(102,126,91)
#55694D
(85,105,77)
#44543F
(68,84,63)
#333F31
(51,63,49)
#222A23
(34,42,35)
#111515
(17,21,21)
#000000
(0,0,0)

Tints of #BBE7A1

#BBE7A1
(187,231,161)
#C1E9A9
(193,233,169)
#C7EBB1
(199,235,177)
#CDEDB9
(205,237,185)
#D3EFC1
(211,239,193)
#D9F1C9
(217,241,201)
#DFF3D1
(223,243,209)
#E5F5D9
(229,245,217)
#EBF7E1
(235,247,225)
#F1F9E9
(241,249,233)
#F7FBF1
(247,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBE7A1 color. Also use rgb(187,231,161) instead hex code.

Text Font Color

.myTextColor { color: #BBE7A1; }

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

This text font color is #BBE7A1.

Background Color

.myBgColor { background-color: #BBE7A1; }

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

This div background color is #BBE7A1.

Border color

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

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

This div border color is #BBE7A1.

Opacity

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

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

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

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

This text has shadow with #BBE7A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBE7A1.

Preview

Color preview on black background

This text has color #BBE7A1 on black background.


Color preview on white background

This text has color #BBE7A1 on white background.


Black color preview on #BBE7A1 background

This text has black color on #BBE7A1 background.


White color preview on #BBE7A1 background

This text has white color on #BBE7A1 background.


Related colors

Complementary color

Complementary color for #hex is #44185E.


I love getcolorcode.com

Triadic colors

1 #A1BBE7 and #E7A1BB with #BBE7A1 are triadic colors.

2 #A1E7BB and #E7BBA1 with #BBE7A1 are triadic colors.