COLOR #B6E795

HEX: #B6E795 RGB: (182,231,149)

Color info

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

RGB color model

#B6E795 color RGB value is (182,231,149).

RGB: (182,231,149) (71%, 91%, 58%)

RGB channels and saturation

R 182 of 255 = 71%
G 231 of 255 = 91%
B 149 of 255 = 58%

182
231
149

R + G + B ~ 73%. #B6E795 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 231 + 149 = 562 (100%)
R 182 of 562 ~ 32.38%
G 231 of 562 ~ 41.1%
B 149 of 562 ~ 26.51'%

%32.38
%41.1
%26.51

CMYK color model

#B6E795 color CMYK value is (21,0,35,9).

  • cyan value is 21.21%
  • magenta value is 0.00%
  • yellow value is 35.50%
  • key color value is 9.41%

CMYK: (21,0,35,9)
C21M0Y35K9 (21%, 0%, 35%, 9%)
(0.21 / 0.00 / 0.35 / 0.09)

CMYK percentages

%21.21
%0
%35.5
%9.41

Codes

Color #B6E795 in popluar color models

B6 E7 95
RGB 182 231 149
HSL 96° 63.08% 74.51%
HSB/HSV 96° 35.50% 90.59%
CMYK 21.21% 0.00% 35.50%
9.41%

Color #B6E795 in popluar number systems.

HEX B6 E7 95
Decimal 182 231 149
Binary 10110110 11100111 10010101
Octal 266 347 225

Shades and tints

Shades of #B6E795

#B6E795
(182,231,149)
#A6D288
(166,210,136)
#96BD7B
(150,189,123)
#86A86E
(134,168,110)
#769361
(118,147,97)
#667E54
(102,126,84)
#566947
(86,105,71)
#46543A
(70,84,58)
#363F2D
(54,63,45)
#262A20
(38,42,32)
#161513
(22,21,19)
#000000
(0,0,0)

Tints of #B6E795

#B6E795
(182,231,149)
#BCE99E
(188,233,158)
#C2EBA7
(194,235,167)
#C8EDB0
(200,237,176)
#CEEFB9
(206,239,185)
#D4F1C2
(212,241,194)
#DAF3CB
(218,243,203)
#E0F5D4
(224,245,212)
#E6F7DD
(230,247,221)
#ECF9E6
(236,249,230)
#F2FBEF
(242,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6E795 color. Also use rgb(182,231,149) instead hex code.

Text Font Color

.myTextColor { color: #B6E795; }

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

This text font color is #B6E795.

Background Color

.myBgColor { background-color: #B6E795; }

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

This div background color is #B6E795.

Border color

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

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

This div border color is #B6E795.

Opacity

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

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

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

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

This text has shadow with #B6E795 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6E795.

Preview

Color preview on black background

This text has color #B6E795 on black background.


Color preview on white background

This text has color #B6E795 on white background.


Black color preview on #B6E795 background

This text has black color on #B6E795 background.


White color preview on #B6E795 background

This text has white color on #B6E795 background.


Related colors

Complementary color

Complementary color for #hex is #49186A.


I love getcolorcode.com

Triadic colors

1 #95B6E7 and #E795B6 with #B6E795 are triadic colors.

2 #95E7B6 and #E7B695 with #B6E795 are triadic colors.