COLOR #B5F6C4

HEX: #B5F6C4 RGB: (181,246,196)

Color info

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

RGB color model

#B5F6C4 color RGB value is (181,246,196).

RGB: (181,246,196) (71%, 96%, 77%)

RGB channels and saturation

R 181 of 255 = 71%
G 246 of 255 = 96%
B 196 of 255 = 77%

181
246
196

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

Portions of RGB colors in percentages

R + G + B = 181 + 246 + 196 = 623 (100%)
R 181 of 623 ~ 29.05%
G 246 of 623 ~ 39.49%
B 196 of 623 ~ 31.46'%

%29.05
%39.49
%31.46

CMYK color model

#B5F6C4 color CMYK value is (26,0,20,4).

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

CMYK: (26,0,20,4)
C26M0Y20K4 (26%, 0%, 20%, 4%)
(0.26 / 0.00 / 0.20 / 0.04)

CMYK percentages

%26.42
%0
%20.33
%3.53

Codes

Color #B5F6C4 in popluar color models

B5 F6 C4
RGB 181 246 196
HSL 134° 78.31% 83.73%
HSB/HSV 134° 26.42% 96.47%
CMYK 26.42% 0.00% 20.33%
3.53%

Color #B5F6C4 in popluar number systems.

HEX B5 F6 C4
Decimal 181 246 196
Binary 10110101 11110110 11000100
Octal 265 366 304

Shades and tints

Shades of #B5F6C4

#B5F6C4
(181,246,196)
#A5E0B3
(165,224,179)
#95CAA2
(149,202,162)
#85B491
(133,180,145)
#759E80
(117,158,128)
#65886F
(101,136,111)
#55725E
(85,114,94)
#455C4D
(69,92,77)
#35463C
(53,70,60)
#25302B
(37,48,43)
#151A1A
(21,26,26)
#000000
(0,0,0)

Tints of #B5F6C4

#B5F6C4
(181,246,196)
#BBF6C9
(187,246,201)
#C1F6CE
(193,246,206)
#C7F6D3
(199,246,211)
#CDF6D8
(205,246,216)
#D3F6DD
(211,246,221)
#D9F6E2
(217,246,226)
#DFF6E7
(223,246,231)
#E5F6EC
(229,246,236)
#EBF6F1
(235,246,241)
#F1F6F6
(241,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5F6C4; }

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

This text font color is #B5F6C4.

Background Color

.myBgColor { background-color: #B5F6C4; }

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

This div background color is #B5F6C4.

Border color

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

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

This div border color is #B5F6C4.

Opacity

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

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

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

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

This text has shadow with #B5F6C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5F6C4.

Preview

Color preview on black background

This text has color #B5F6C4 on black background.


Color preview on white background

This text has color #B5F6C4 on white background.


Black color preview on #B5F6C4 background

This text has black color on #B5F6C4 background.


White color preview on #B5F6C4 background

This text has white color on #B5F6C4 background.


Related colors

Complementary color

Complementary color for #hex is #4A093B.


I love getcolorcode.com

Triadic colors

1 #C4B5F6 and #F6C4B5 with #B5F6C4 are triadic colors.

2 #C4F6B5 and #F6B5C4 with #B5F6C4 are triadic colors.