COLOR #B6ED94

HEX: #B6ED94 RGB: (182,237,148)

Color info

#B6ED94 contains mainly red and green colors. Web safe color of #B6ED94 is #CCFF99 (or #CF9).

RGB color model

#B6ED94 color RGB value is (182,237,148).

RGB: (182,237,148) (71%, 93%, 58%)

RGB channels and saturation

R 182 of 255 = 71%
G 237 of 255 = 93%
B 148 of 255 = 58%

182
237
148

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

Portions of RGB colors in percentages

R + G + B = 182 + 237 + 148 = 567 (100%)
R 182 of 567 ~ 32.1%
G 237 of 567 ~ 41.8%
B 148 of 567 ~ 26.1'%

%32.1
%41.8
%26.1

CMYK color model

#B6ED94 color CMYK value is (23,0,38,7).

  • cyan value is 23.21%
  • magenta value is 0.00%
  • yellow value is 37.55%
  • key color value is 7.06%

CMYK: (23,0,38,7)
C23M0Y38K7 (23%, 0%, 38%, 7%)
(0.23 / 0.00 / 0.38 / 0.07)

CMYK percentages

%23.21
%0
%37.55
%7.06

Codes

Color #B6ED94 in popluar color models

B6 ED 94
RGB 182 237 148
HSL 97° 71.20% 75.49%
HSB/HSV 97° 37.55% 92.94%
CMYK 23.21% 0.00% 37.55%
7.06%

Color #B6ED94 in popluar number systems.

HEX B6 ED 94
Decimal 182 237 148
Binary 10110110 11101101 10010100
Octal 266 355 224

Shades and tints

Shades of #B6ED94

#B6ED94
(182,237,148)
#A6D887
(166,216,135)
#96C37A
(150,195,122)
#86AE6D
(134,174,109)
#769960
(118,153,96)
#668453
(102,132,83)
#566F46
(86,111,70)
#465A39
(70,90,57)
#36452C
(54,69,44)
#26301F
(38,48,31)
#161B12
(22,27,18)
#000000
(0,0,0)

Tints of #B6ED94

#B6ED94
(182,237,148)
#BCEE9D
(188,238,157)
#C2EFA6
(194,239,166)
#C8F0AF
(200,240,175)
#CEF1B8
(206,241,184)
#D4F2C1
(212,242,193)
#DAF3CA
(218,243,202)
#E0F4D3
(224,244,211)
#E6F5DC
(230,245,220)
#ECF6E5
(236,246,229)
#F2F7EE
(242,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6ED94 color. Also use rgb(182,237,148) instead hex code.

Text Font Color

.myTextColor { color: #B6ED94; }

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

This text font color is #B6ED94.

Background Color

.myBgColor { background-color: #B6ED94; }

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

This div background color is #B6ED94.

Border color

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

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

This div border color is #B6ED94.

Opacity

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

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

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

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

This text has shadow with #B6ED94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6ED94.

Preview

Color preview on black background

This text has color #B6ED94 on black background.


Color preview on white background

This text has color #B6ED94 on white background.


Black color preview on #B6ED94 background

This text has black color on #B6ED94 background.


White color preview on #B6ED94 background

This text has white color on #B6ED94 background.


Related colors

Complementary color

Complementary color for #hex is #49126B.


I love getcolorcode.com

Triadic colors

1 #94B6ED and #ED94B6 with #B6ED94 are triadic colors.

2 #94EDB6 and #EDB694 with #B6ED94 are triadic colors.