COLOR #B6E3A3

HEX: #B6E3A3 RGB: (182,227,163)

Color info

#B6E3A3 contains mainly red and green colors. Web safe color of #B6E3A3 is #CCCC99 (or #CC9).

RGB color model

#B6E3A3 color RGB value is (182,227,163).

RGB: (182,227,163) (71%, 89%, 64%)

RGB channels and saturation

R 182 of 255 = 71%
G 227 of 255 = 89%
B 163 of 255 = 64%

182
227
163

R + G + B ~ 75%. #B6E3A3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 227 + 163 = 572 (100%)
R 182 of 572 ~ 31.82%
G 227 of 572 ~ 39.69%
B 163 of 572 ~ 28.5'%

%31.82
%39.69
%28.5

CMYK color model

#B6E3A3 color CMYK value is (20,0,28,11).

  • cyan value is 19.82%
  • magenta value is 0.00%
  • yellow value is 28.19%
  • key color value is 10.98%

CMYK: (20,0,28,11)
C20M0Y28K11 (20%, 0%, 28%, 11%)
(0.20 / 0.00 / 0.28 / 0.11)

CMYK percentages

%19.82
%0
%28.19
%10.98

Codes

Color #B6E3A3 in popluar color models

B6 E3 A3
RGB 182 227 163
HSL 102° 53.33% 76.47%
HSB/HSV 102° 28.19% 89.02%
CMYK 19.82% 0.00% 28.19%
10.98%

Color #B6E3A3 in popluar number systems.

HEX B6 E3 A3
Decimal 182 227 163
Binary 10110110 11100011 10100011
Octal 266 343 243

Shades and tints

Shades of #B6E3A3

#B6E3A3
(182,227,163)
#A6CF95
(166,207,149)
#96BB87
(150,187,135)
#86A779
(134,167,121)
#76936B
(118,147,107)
#667F5D
(102,127,93)
#566B4F
(86,107,79)
#465741
(70,87,65)
#364333
(54,67,51)
#262F25
(38,47,37)
#161B17
(22,27,23)
#000000
(0,0,0)

Tints of #B6E3A3

#B6E3A3
(182,227,163)
#BCE5AB
(188,229,171)
#C2E7B3
(194,231,179)
#C8E9BB
(200,233,187)
#CEEBC3
(206,235,195)
#D4EDCB
(212,237,203)
#DAEFD3
(218,239,211)
#E0F1DB
(224,241,219)
#E6F3E3
(230,243,227)
#ECF5EB
(236,245,235)
#F2F7F3
(242,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6E3A3 color. Also use rgb(182,227,163) instead hex code.

Text Font Color

.myTextColor { color: #B6E3A3; }

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

This text font color is #B6E3A3.

Background Color

.myBgColor { background-color: #B6E3A3; }

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

This div background color is #B6E3A3.

Border color

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

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

This div border color is #B6E3A3.

Opacity

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

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

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

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

This text has shadow with #B6E3A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6E3A3.

Preview

Color preview on black background

This text has color #B6E3A3 on black background.


Color preview on white background

This text has color #B6E3A3 on white background.


Black color preview on #B6E3A3 background

This text has black color on #B6E3A3 background.


White color preview on #B6E3A3 background

This text has white color on #B6E3A3 background.


Related colors

Complementary color

Complementary color for #hex is #491C5C.


I love getcolorcode.com

Triadic colors

1 #A3B6E3 and #E3A3B6 with #B6E3A3 are triadic colors.

2 #A3E3B6 and #E3B6A3 with #B6E3A3 are triadic colors.