COLOR #B0E2A5

HEX: #B0E2A5 RGB: (176,226,165)

Color info

#B0E2A5 contains mainly red and green colors. Web safe color of #B0E2A5 is #99CC99 (or #9C9).

RGB color model

#B0E2A5 color RGB value is (176,226,165).

RGB: (176,226,165) (69%, 89%, 65%)

RGB channels and saturation

R 176 of 255 = 69%
G 226 of 255 = 89%
B 165 of 255 = 65%

176
226
165

R + G + B ~ 74%. #B0E2A5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 226 + 165 = 567 (100%)
R 176 of 567 ~ 31.04%
G 226 of 567 ~ 39.86%
B 165 of 567 ~ 29.1'%

%31.04
%39.86
%29.1

CMYK color model

#B0E2A5 color CMYK value is (22,0,27,11).

  • cyan value is 22.12%
  • magenta value is 0.00%
  • yellow value is 26.99%
  • key color value is 11.37%

CMYK: (22,0,27,11)
C22M0Y27K11 (22%, 0%, 27%, 11%)
(0.22 / 0.00 / 0.27 / 0.11)

CMYK percentages

%22.12
%0
%26.99
%11.37

Codes

Color #B0E2A5 in popluar color models

B0 E2 A5
RGB 176 226 165
HSL 109° 51.26% 76.67%
HSB/HSV 109° 26.99% 88.63%
CMYK 22.12% 0.00% 26.99%
11.37%

Color #B0E2A5 in popluar number systems.

HEX B0 E2 A5
Decimal 176 226 165
Binary 10110000 11100010 10100101
Octal 260 342 245

Shades and tints

Shades of #B0E2A5

#B0E2A5
(176,226,165)
#A0CE96
(160,206,150)
#90BA87
(144,186,135)
#80A678
(128,166,120)
#709269
(112,146,105)
#607E5A
(96,126,90)
#506A4B
(80,106,75)
#40563C
(64,86,60)
#30422D
(48,66,45)
#202E1E
(32,46,30)
#101A0F
(16,26,15)
#000000
(0,0,0)

Tints of #B0E2A5

#B0E2A5
(176,226,165)
#B7E4AD
(183,228,173)
#BEE6B5
(190,230,181)
#C5E8BD
(197,232,189)
#CCEAC5
(204,234,197)
#D3ECCD
(211,236,205)
#DAEED5
(218,238,213)
#E1F0DD
(225,240,221)
#E8F2E5
(232,242,229)
#EFF4ED
(239,244,237)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0E2A5 color. Also use rgb(176,226,165) instead hex code.

Text Font Color

.myTextColor { color: #B0E2A5; }

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

This text font color is #B0E2A5.

Background Color

.myBgColor { background-color: #B0E2A5; }

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

This div background color is #B0E2A5.

Border color

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

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

This div border color is #B0E2A5.

Opacity

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

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

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

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

This text has shadow with #B0E2A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0E2A5.

Preview

Color preview on black background

This text has color #B0E2A5 on black background.


Color preview on white background

This text has color #B0E2A5 on white background.


Black color preview on #B0E2A5 background

This text has black color on #B0E2A5 background.


White color preview on #B0E2A5 background

This text has white color on #B0E2A5 background.


Related colors

Complementary color

Complementary color for #hex is #4F1D5A.


I love getcolorcode.com

Triadic colors

1 #A5B0E2 and #E2A5B0 with #B0E2A5 are triadic colors.

2 #A5E2B0 and #E2B0A5 with #B0E2A5 are triadic colors.