COLOR #B5F6B2

HEX: #B5F6B2 RGB: (181,246,178)

Color info

#B5F6B2 contains mainly green color. Web safe color of #B5F6B2 is #CCFF99 (or #CF9).

RGB color model

#B5F6B2 color RGB value is (181,246,178).

RGB: (181,246,178) (71%, 96%, 70%)

RGB channels and saturation

R 181 of 255 = 71%
G 246 of 255 = 96%
B 178 of 255 = 70%

181
246
178

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

Portions of RGB colors in percentages

R + G + B = 181 + 246 + 178 = 605 (100%)
R 181 of 605 ~ 29.92%
G 246 of 605 ~ 40.66%
B 178 of 605 ~ 29.42'%

%29.92
%40.66
%29.42

CMYK color model

#B5F6B2 color CMYK value is (26,0,28,4).

  • cyan value is 26.42%
  • magenta value is 0.00%
  • yellow value is 27.64%
  • key color value is 3.53%

CMYK: (26,0,28,4)
C26M0Y28K4 (26%, 0%, 28%, 4%)
(0.26 / 0.00 / 0.28 / 0.04)

CMYK percentages

%26.42
%0
%27.64
%3.53

Codes

Color #B5F6B2 in popluar color models

B5 F6 B2
RGB 181 246 178
HSL 117° 79.07% 83.14%
HSB/HSV 117° 27.64% 96.47%
CMYK 26.42% 0.00% 27.64%
3.53%

Color #B5F6B2 in popluar number systems.

HEX B5 F6 B2
Decimal 181 246 178
Binary 10110101 11110110 10110010
Octal 265 366 262

Shades and tints

Shades of #B5F6B2

#B5F6B2
(181,246,178)
#A5E0A2
(165,224,162)
#95CA92
(149,202,146)
#85B482
(133,180,130)
#759E72
(117,158,114)
#658862
(101,136,98)
#557252
(85,114,82)
#455C42
(69,92,66)
#354632
(53,70,50)
#253022
(37,48,34)
#151A12
(21,26,18)
#000000
(0,0,0)

Tints of #B5F6B2

#B5F6B2
(181,246,178)
#BBF6B9
(187,246,185)
#C1F6C0
(193,246,192)
#C7F6C7
(199,246,199)
#CDF6CE
(205,246,206)
#D3F6D5
(211,246,213)
#D9F6DC
(217,246,220)
#DFF6E3
(223,246,227)
#E5F6EA
(229,246,234)
#EBF6F1
(235,246,241)
#F1F6F8
(241,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5F6B2 color. Also use rgb(181,246,178) instead hex code.

Text Font Color

.myTextColor { color: #B5F6B2; }

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

This text font color is #B5F6B2.

Background Color

.myBgColor { background-color: #B5F6B2; }

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

This div background color is #B5F6B2.

Border color

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

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

This div border color is #B5F6B2.

Opacity

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

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

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

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

This text has shadow with #B5F6B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5F6B2.

Preview

Color preview on black background

This text has color #B5F6B2 on black background.


Color preview on white background

This text has color #B5F6B2 on white background.


Black color preview on #B5F6B2 background

This text has black color on #B5F6B2 background.


White color preview on #B5F6B2 background

This text has white color on #B5F6B2 background.


Related colors

Complementary color

Complementary color for #hex is #4A094D.


I love getcolorcode.com

Triadic colors

1 #B2B5F6 and #F6B2B5 with #B5F6B2 are triadic colors.

2 #B2F6B5 and #F6B5B2 with #B5F6B2 are triadic colors.