COLOR #B5F1C6

HEX: #B5F1C6 RGB: (181,241,198)

Color info

#B5F1C6 contains mainly green and blue colors. Web safe color of #B5F1C6 is #CCFFCC (or #CFC).

RGB color model

#B5F1C6 color RGB value is (181,241,198).

RGB: (181,241,198) (71%, 95%, 78%)

RGB channels and saturation

R 181 of 255 = 71%
G 241 of 255 = 95%
B 198 of 255 = 78%

181
241
198

R + G + B ~ 81%. #B5F1C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 241 + 198 = 620 (100%)
R 181 of 620 ~ 29.19%
G 241 of 620 ~ 38.87%
B 198 of 620 ~ 31.94'%

%29.19
%38.87
%31.94

CMYK color model

#B5F1C6 color CMYK value is (25,0,18,5).

  • cyan value is 24.90%
  • magenta value is 0.00%
  • yellow value is 17.84%
  • key color value is 5.49%

CMYK: (25,0,18,5)
C25M0Y18K5 (25%, 0%, 18%, 5%)
(0.25 / 0.00 / 0.18 / 0.05)

CMYK percentages

%24.9
%0
%17.84
%5.49

Codes

Color #B5F1C6 in popluar color models

B5 F1 C6
RGB 181 241 198
HSL 137° 68.18% 82.75%
HSB/HSV 137° 24.90% 94.51%
CMYK 24.90% 0.00% 17.84%
5.49%

Color #B5F1C6 in popluar number systems.

HEX B5 F1 C6
Decimal 181 241 198
Binary 10110101 11110001 11000110
Octal 265 361 306

Shades and tints

Shades of #B5F1C6

#B5F1C6
(181,241,198)
#A5DCB4
(165,220,180)
#95C7A2
(149,199,162)
#85B290
(133,178,144)
#759D7E
(117,157,126)
#65886C
(101,136,108)
#55735A
(85,115,90)
#455E48
(69,94,72)
#354936
(53,73,54)
#253424
(37,52,36)
#151F12
(21,31,18)
#000000
(0,0,0)

Tints of #B5F1C6

#B5F1C6
(181,241,198)
#BBF2CB
(187,242,203)
#C1F3D0
(193,243,208)
#C7F4D5
(199,244,213)
#CDF5DA
(205,245,218)
#D3F6DF
(211,246,223)
#D9F7E4
(217,247,228)
#DFF8E9
(223,248,233)
#E5F9EE
(229,249,238)
#EBFAF3
(235,250,243)
#F1FBF8
(241,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5F1C6 color. Also use rgb(181,241,198) instead hex code.

Text Font Color

.myTextColor { color: #B5F1C6; }

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

This text font color is #B5F1C6.

Background Color

.myBgColor { background-color: #B5F1C6; }

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

This div background color is #B5F1C6.

Border color

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

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

This div border color is #B5F1C6.

Opacity

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

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

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

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

This text has shadow with #B5F1C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5F1C6.

Preview

Color preview on black background

This text has color #B5F1C6 on black background.


Color preview on white background

This text has color #B5F1C6 on white background.


Black color preview on #B5F1C6 background

This text has black color on #B5F1C6 background.


White color preview on #B5F1C6 background

This text has white color on #B5F1C6 background.


Related colors

Complementary color

Complementary color for #hex is #4A0E39.


I love getcolorcode.com

Triadic colors

1 #C6B5F1 and #F1C6B5 with #B5F1C6 are triadic colors.

2 #C6F1B5 and #F1B5C6 with #B5F1C6 are triadic colors.