COLOR #BAE47D

HEX: #BAE47D
RGB: (186,228,125)

Color info

#BAE47D contains mainly red and green colors. Web safe color of #BAE47D is #CCCC66 (or #CC6).

RGB color model

#BAE47D color RGB value is (186,228,125).

  • red value is 186;
  • green value is 228;
  • blue value is 125.
RGB:
(186,228,125)
(73%,89%,49%)

RGB channels and saturation

R 186 of 255 = 73%
G 228 of 255 = 89%
B 125 of 255 = 49%

186
228
125

R + G + B ~ 70%. #BAE47D is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 228 + 125 = 539 (100%)
R 186 of 539 ~ 34.51%
G 228 of 539 ~ 42.3%
B 125 of 539 ~ 23.19%

%34.51
%42.3
%23.19

CMYK color model

#BAE47D color CMYK value is (18,0,45,11).

  • cyan value is 18.42%
  • magenta value is 0.00%
  • yellow value is 45.18%
  • key color value is 10.59%
CMYK:
(18,0,45,11)
C18M0Y45K11 
(18%,0%,45%,11%)
(0.18/0.00/0.45/0.11)	

CMYK percentages

%18.42
%0
%45.18
%10.59

Codes

Color #BAE47D in popluar color models

BAE47D
RGB186228125
HSL84°65.61%69.22%
HSB/HSV84°45.18%89.41%
CMYK18.42%0.00%45.18%
10.59%

Color #BAE47D in popluar number systems.

HEXBAE47D
Decimal186228125
Binary10111010111001001111101
Octal272344175

Shades and tints

Shades of #BAE47D

#BAE47D
(186,228,125)
#AAD072
(170,208,114)
#9ABC67
(154,188,103)
#8AA85C
(138,168,92)
#7A9451
(122,148,81)
#6A8046
(106,128,70)
#5A6C3B
(90,108,59)
#4A5830
(74,88,48)
#3A4425
(58,68,37)
#2A301A
(42,48,26)
#1A1C0F
(26,28,15)
#000000
(0,0,0)

Tints of #BAE47D

#BAE47D
(186,228,125)
#C0E688
(192,230,136)
#C6E893
(198,232,147)
#CCEA9E
(204,234,158)
#D2ECA9
(210,236,169)
#D8EEB4
(216,238,180)
#DEF0BF
(222,240,191)
#E4F2CA
(228,242,202)
#EAF4D5
(234,244,213)
#F0F6E0
(240,246,224)
#F6F8EB
(246,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAE47D; }

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

This text font color is #BAE47D.


Background Color

.myBgColor { background-color: #BAE47D; }

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

This div background color is #BAE47D.


Border color

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

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

This div border color is #BAE47D.


Opacity

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

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

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

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

This text has shadow with #BAE47D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAE47D on black background.


Color preview on white background

This text has color #BAE47D on white background.



Black color preview on #BAE47D background

This text has black color on #BAE47D background.


White color preview on #BAE47D background

This text has white color on #BAE47D background.