COLOR #A6EBB4

HEX: #A6EBB4 RGB: (166,235,180)

Color info

#A6EBB4 contains mainly green and blue colors. Web safe color of #A6EBB4 is #99FFCC (or #9FC).

RGB color model

#A6EBB4 color RGB value is (166,235,180).

RGB: (166,235,180) (65%, 92%, 71%)

RGB channels and saturation

R 166 of 255 = 65%
G 235 of 255 = 92%
B 180 of 255 = 71%

166
235
180

R + G + B ~ 76%. #A6EBB4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 235 + 180 = 581 (100%)
R 166 of 581 ~ 28.57%
G 235 of 581 ~ 40.45%
B 180 of 581 ~ 30.98'%

%28.57
%40.45
%30.98

CMYK color model

#A6EBB4 color CMYK value is (29,0,23,8).

  • cyan value is 29.36%
  • magenta value is 0.00%
  • yellow value is 23.40%
  • key color value is 7.84%

CMYK: (29,0,23,8)
C29M0Y23K8 (29%, 0%, 23%, 8%)
(0.29 / 0.00 / 0.23 / 0.08)

CMYK percentages

%29.36
%0
%23.4
%7.84

Codes

Color #A6EBB4 in popluar color models

A6 EB B4
RGB 166 235 180
HSL 132° 63.30% 78.63%
HSB/HSV 132° 29.36% 92.16%
CMYK 29.36% 0.00% 23.40%
7.84%

Color #A6EBB4 in popluar number systems.

HEX A6 EB B4
Decimal 166 235 180
Binary 10100110 11101011 10110100
Octal 246 353 264

Shades and tints

Shades of #A6EBB4

#A6EBB4
(166,235,180)
#97D6A4
(151,214,164)
#88C194
(136,193,148)
#79AC84
(121,172,132)
#6A9774
(106,151,116)
#5B8264
(91,130,100)
#4C6D54
(76,109,84)
#3D5844
(61,88,68)
#2E4334
(46,67,52)
#1F2E24
(31,46,36)
#101914
(16,25,20)
#000000
(0,0,0)

Tints of #A6EBB4

#A6EBB4
(166,235,180)
#AEECBA
(174,236,186)
#B6EDC0
(182,237,192)
#BEEEC6
(190,238,198)
#C6EFCC
(198,239,204)
#CEF0D2
(206,240,210)
#D6F1D8
(214,241,216)
#DEF2DE
(222,242,222)
#E6F3E4
(230,243,228)
#EEF4EA
(238,244,234)
#F6F5F0
(246,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6EBB4 color. Also use rgb(166,235,180) instead hex code.

Text Font Color

.myTextColor { color: #A6EBB4; }

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

This text font color is #A6EBB4.

Background Color

.myBgColor { background-color: #A6EBB4; }

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

This div background color is #A6EBB4.

Border color

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

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

This div border color is #A6EBB4.

Opacity

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

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

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

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

This text has shadow with #A6EBB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6EBB4.

Preview

Color preview on black background

This text has color #A6EBB4 on black background.


Color preview on white background

This text has color #A6EBB4 on white background.


Black color preview on #A6EBB4 background

This text has black color on #A6EBB4 background.


White color preview on #A6EBB4 background

This text has white color on #A6EBB4 background.


Related colors

Complementary color

Complementary color for #hex is #59144B.


I love getcolorcode.com

Triadic colors

1 #B4A6EB and #EBB4A6 with #A6EBB4 are triadic colors.

2 #B4EBA6 and #EBA6B4 with #A6EBB4 are triadic colors.