COLOR #BAE4AB

HEX: #BAE4AB RGB: (186,228,171)

Color info

#BAE4AB contains red, green and blue colors in about the same proportion. Web safe color of #BAE4AB is #CCCC99 (or #CC9).

RGB color model

#BAE4AB color RGB value is (186,228,171).

RGB: (186,228,171) (73%, 89%, 67%)

RGB channels and saturation

R 186 of 255 = 73%
G 228 of 255 = 89%
B 171 of 255 = 67%

186
228
171

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

Portions of RGB colors in percentages

R + G + B = 186 + 228 + 171 = 585 (100%)
R 186 of 585 ~ 31.79%
G 228 of 585 ~ 38.97%
B 171 of 585 ~ 29.23'%

%31.79
%38.97
%29.23

CMYK color model

#BAE4AB color CMYK value is (18,0,25,11).

  • cyan value is 18.42%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 10.59%

CMYK: (18,0,25,11)
C18M0Y25K11 (18%, 0%, 25%, 11%)
(0.18 / 0.00 / 0.25 / 0.11)

CMYK percentages

%18.42
%0
%25
%10.59

Codes

Color #BAE4AB in popluar color models

BA E4 AB
RGB 186 228 171
HSL 104° 51.35% 78.24%
HSB/HSV 104° 25.00% 89.41%
CMYK 18.42% 0.00% 25.00%
10.59%

Color #BAE4AB in popluar number systems.

HEX BA E4 AB
Decimal 186 228 171
Binary 10111010 11100100 10101011
Octal 272 344 253

Shades and tints

Shades of #BAE4AB

#BAE4AB
(186,228,171)
#AAD09C
(170,208,156)
#9ABC8D
(154,188,141)
#8AA87E
(138,168,126)
#7A946F
(122,148,111)
#6A8060
(106,128,96)
#5A6C51
(90,108,81)
#4A5842
(74,88,66)
#3A4433
(58,68,51)
#2A3024
(42,48,36)
#1A1C15
(26,28,21)
#000000
(0,0,0)

Tints of #BAE4AB

#BAE4AB
(186,228,171)
#C0E6B2
(192,230,178)
#C6E8B9
(198,232,185)
#CCEAC0
(204,234,192)
#D2ECC7
(210,236,199)
#D8EECE
(216,238,206)
#DEF0D5
(222,240,213)
#E4F2DC
(228,242,220)
#EAF4E3
(234,244,227)
#F0F6EA
(240,246,234)
#F6F8F1
(246,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAE4AB color. Also use rgb(186,228,171) instead hex code.

Text Font Color

.myTextColor { color: #BAE4AB; }

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

This text font color is #BAE4AB.

Background Color

.myBgColor { background-color: #BAE4AB; }

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

This div background color is #BAE4AB.

Border color

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

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

This div border color is #BAE4AB.

Opacity

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

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

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

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

This text has shadow with #BAE4AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAE4AB.

Preview

Color preview on black background

This text has color #BAE4AB on black background.


Color preview on white background

This text has color #BAE4AB on white background.


Black color preview on #BAE4AB background

This text has black color on #BAE4AB background.


White color preview on #BAE4AB background

This text has white color on #BAE4AB background.


Related colors

Complementary color

Complementary color for #hex is #451B54.


I love getcolorcode.com

Triadic colors

1 #ABBAE4 and #E4ABBA with #BAE4AB are triadic colors.

2 #ABE4BA and #E4BAAB with #BAE4AB are triadic colors.