COLOR #B6EFAD

HEX: #B6EFAD RGB: (182,239,173)

Color info

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

RGB color model

#B6EFAD color RGB value is (182,239,173).

RGB: (182,239,173) (71%, 94%, 68%)

RGB channels and saturation

R 182 of 255 = 71%
G 239 of 255 = 94%
B 173 of 255 = 68%

182
239
173

R + G + B ~ 78%. #B6EFAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 239 + 173 = 594 (100%)
R 182 of 594 ~ 30.64%
G 239 of 594 ~ 40.24%
B 173 of 594 ~ 29.12'%

%30.64
%40.24
%29.12

CMYK color model

#B6EFAD color CMYK value is (24,0,28,6).

  • cyan value is 23.85%
  • magenta value is 0.00%
  • yellow value is 27.62%
  • key color value is 6.27%

CMYK: (24,0,28,6)
C24M0Y28K6 (24%, 0%, 28%, 6%)
(0.24 / 0.00 / 0.28 / 0.06)

CMYK percentages

%23.85
%0
%27.62
%6.27

Codes

Color #B6EFAD in popluar color models

B6 EF AD
RGB 182 239 173
HSL 112° 67.35% 80.78%
HSB/HSV 112° 27.62% 93.73%
CMYK 23.85% 0.00% 27.62%
6.27%

Color #B6EFAD in popluar number systems.

HEX B6 EF AD
Decimal 182 239 173
Binary 10110110 11101111 10101101
Octal 266 357 255

Shades and tints

Shades of #B6EFAD

#B6EFAD
(182,239,173)
#A6DA9E
(166,218,158)
#96C58F
(150,197,143)
#86B080
(134,176,128)
#769B71
(118,155,113)
#668662
(102,134,98)
#567153
(86,113,83)
#465C44
(70,92,68)
#364735
(54,71,53)
#263226
(38,50,38)
#161D17
(22,29,23)
#000000
(0,0,0)

Tints of #B6EFAD

#B6EFAD
(182,239,173)
#BCF0B4
(188,240,180)
#C2F1BB
(194,241,187)
#C8F2C2
(200,242,194)
#CEF3C9
(206,243,201)
#D4F4D0
(212,244,208)
#DAF5D7
(218,245,215)
#E0F6DE
(224,246,222)
#E6F7E5
(230,247,229)
#ECF8EC
(236,248,236)
#F2F9F3
(242,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6EFAD color. Also use rgb(182,239,173) instead hex code.

Text Font Color

.myTextColor { color: #B6EFAD; }

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

This text font color is #B6EFAD.

Background Color

.myBgColor { background-color: #B6EFAD; }

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

This div background color is #B6EFAD.

Border color

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

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

This div border color is #B6EFAD.

Opacity

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

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

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

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

This text has shadow with #B6EFAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6EFAD.

Preview

Color preview on black background

This text has color #B6EFAD on black background.


Color preview on white background

This text has color #B6EFAD on white background.


Black color preview on #B6EFAD background

This text has black color on #B6EFAD background.


White color preview on #B6EFAD background

This text has white color on #B6EFAD background.


Related colors

Complementary color

Complementary color for #hex is #491052.


I love getcolorcode.com

Triadic colors

1 #ADB6EF and #EFADB6 with #B6EFAD are triadic colors.

2 #ADEFB6 and #EFB6AD with #B6EFAD are triadic colors.