COLOR #BBE2A7

HEX: #BBE2A7 RGB: (187,226,167)

Color info

#BBE2A7 contains red, green and blue colors in about the same proportion. Web safe color of #BBE2A7 is #CCCC99 (or #CC9).

RGB color model

#BBE2A7 color RGB value is (187,226,167).

RGB: (187,226,167) (73%, 89%, 65%)

RGB channels and saturation

R 187 of 255 = 73%
G 226 of 255 = 89%
B 167 of 255 = 65%

187
226
167

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

Portions of RGB colors in percentages

R + G + B = 187 + 226 + 167 = 580 (100%)
R 187 of 580 ~ 32.24%
G 226 of 580 ~ 38.97%
B 167 of 580 ~ 28.79'%

%32.24
%38.97
%28.79

CMYK color model

#BBE2A7 color CMYK value is (17,0,26,11).

  • cyan value is 17.26%
  • magenta value is 0.00%
  • yellow value is 26.11%
  • key color value is 11.37%

CMYK: (17,0,26,11)
C17M0Y26K11 (17%, 0%, 26%, 11%)
(0.17 / 0.00 / 0.26 / 0.11)

CMYK percentages

%17.26
%0
%26.11
%11.37

Codes

Color #BBE2A7 in popluar color models

BB E2 A7
RGB 187 226 167
HSL 100° 50.43% 77.06%
HSB/HSV 100° 26.11% 88.63%
CMYK 17.26% 0.00% 26.11%
11.37%

Color #BBE2A7 in popluar number systems.

HEX BB E2 A7
Decimal 187 226 167
Binary 10111011 11100010 10100111
Octal 273 342 247

Shades and tints

Shades of #BBE2A7

#BBE2A7
(187,226,167)
#AACE98
(170,206,152)
#99BA89
(153,186,137)
#88A67A
(136,166,122)
#77926B
(119,146,107)
#667E5C
(102,126,92)
#556A4D
(85,106,77)
#44563E
(68,86,62)
#33422F
(51,66,47)
#222E20
(34,46,32)
#111A11
(17,26,17)
#000000
(0,0,0)

Tints of #BBE2A7

#BBE2A7
(187,226,167)
#C1E4AF
(193,228,175)
#C7E6B7
(199,230,183)
#CDE8BF
(205,232,191)
#D3EAC7
(211,234,199)
#D9ECCF
(217,236,207)
#DFEED7
(223,238,215)
#E5F0DF
(229,240,223)
#EBF2E7
(235,242,231)
#F1F4EF
(241,244,239)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBE2A7 color. Also use rgb(187,226,167) instead hex code.

Text Font Color

.myTextColor { color: #BBE2A7; }

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

This text font color is #BBE2A7.

Background Color

.myBgColor { background-color: #BBE2A7; }

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

This div background color is #BBE2A7.

Border color

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

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

This div border color is #BBE2A7.

Opacity

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

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

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

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

This text has shadow with #BBE2A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBE2A7.

Preview

Color preview on black background

This text has color #BBE2A7 on black background.


Color preview on white background

This text has color #BBE2A7 on white background.


Black color preview on #BBE2A7 background

This text has black color on #BBE2A7 background.


White color preview on #BBE2A7 background

This text has white color on #BBE2A7 background.


Related colors

Complementary color

Complementary color for #hex is #441D58.


I love getcolorcode.com

Triadic colors

1 #A7BBE2 and #E2A7BB with #BBE2A7 are triadic colors.

2 #A7E2BB and #E2BBA7 with #BBE2A7 are triadic colors.