COLOR #BAE17B

HEX: #BAE17B
RGB: (186,225,123)

Color info

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

RGB color model

#BAE17B color RGB value is (186,225,123).

  • red value is 186;
  • green value is 225;
  • blue value is 123.
RGB:
(186,225,123)
(73%,88%,48%)

RGB channels and saturation

R 186 of 255 = 73%
G 225 of 255 = 88%
B 123 of 255 = 48%

186
225
123

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

Portions of RGB colors in percentages

R + G + B =
186 + 225 + 123 = 534 (100%)
R 186 of 534 ~ 34.83%
G 225 of 534 ~ 42.13%
B 123 of 534 ~ 23.03%

%34.83
%42.13
%23.03

CMYK color model

#BAE17B color CMYK value is (17,0,45,12).

  • cyan value is 17.33%
  • magenta value is 0.00%
  • yellow value is 45.33%
  • key color value is 11.76%
CMYK:
(17,0,45,12)
C17M0Y45K12 
(17%,0%,45%,12%)
(0.17/0.00/0.45/0.12)	

CMYK percentages

%17.33
%0
%45.33
%11.76

Codes

Color #BAE17B in popluar color models

BAE17B
RGB186225123
HSL83°62.96%68.24%
HSB/HSV83°45.33%88.24%
CMYK17.33%0.00%45.33%
11.76%

Color #BAE17B in popluar number systems.

HEXBAE17B
Decimal186225123
Binary10111010111000011111011
Octal272341173

Shades and tints

Shades of #BAE17B

#BAE17B
(186,225,123)
#AACD70
(170,205,112)
#9AB965
(154,185,101)
#8AA55A
(138,165,90)
#7A914F
(122,145,79)
#6A7D44
(106,125,68)
#5A6939
(90,105,57)
#4A552E
(74,85,46)
#3A4123
(58,65,35)
#2A2D18
(42,45,24)
#1A190D
(26,25,13)
#000000
(0,0,0)

Tints of #BAE17B

#BAE17B
(186,225,123)
#C0E387
(192,227,135)
#C6E593
(198,229,147)
#CCE79F
(204,231,159)
#D2E9AB
(210,233,171)
#D8EBB7
(216,235,183)
#DEEDC3
(222,237,195)
#E4EFCF
(228,239,207)
#EAF1DB
(234,241,219)
#F0F3E7
(240,243,231)
#F6F5F3
(246,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAE17B color. Also use rgb(186,225,123) instead hex code.

Text Font Color

.myTextColor { color: #BAE17B; }

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

This text font color is #BAE17B.


Background Color

.myBgColor { background-color: #BAE17B; }

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

This div background color is #BAE17B.


Border color

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

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

This div border color is #BAE17B.


Opacity

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

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

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

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

This text has shadow with #BAE17B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAE17B on black background.


Color preview on white background

This text has color #BAE17B on white background.



Black color preview on #BAE17B background

This text has black color on #BAE17B background.


White color preview on #BAE17B background

This text has white color on #BAE17B background.