COLOR #BAE799

HEX: #BAE799
RGB: (186,231,153)

Color info

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

RGB color model

#BAE799 color RGB value is (186,231,153).

  • red value is 186;
  • green value is 231;
  • blue value is 153.
RGB:
(186,231,153)
(73%,91%,60%)

RGB channels and saturation

R 186 of 255 = 73%
G 231 of 255 = 91%
B 153 of 255 = 60%

186
231
153

R + G + B ~ 75%. #BAE799 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 231 + 153 = 570 (100%)
R 186 of 570 ~ 32.63%
G 231 of 570 ~ 40.53%
B 153 of 570 ~ 26.84%

%32.63
%40.53
%26.84

CMYK color model

#BAE799 color CMYK value is (19,0,34,9).

  • cyan value is 19.48%
  • magenta value is 0.00%
  • yellow value is 33.77%
  • key color value is 9.41%
CMYK:
(19,0,34,9)
C19M0Y34K9 
(19%,0%,34%,9%)
(0.19/0.00/0.34/0.09)	

CMYK percentages

%19.48
%0
%33.77
%9.41

Codes

Color #BAE799 in popluar color models

BAE799
RGB186231153
HSL95°61.90%75.29%
HSB/HSV95°33.77%90.59%
CMYK19.48%0.00%33.77%
9.41%

Color #BAE799 in popluar number systems.

HEXBAE799
Decimal186231153
Binary101110101110011110011001
Octal272347231

Shades and tints

Shades of #BAE799

#BAE799
(186,231,153)
#AAD28C
(170,210,140)
#9ABD7F
(154,189,127)
#8AA872
(138,168,114)
#7A9365
(122,147,101)
#6A7E58
(106,126,88)
#5A694B
(90,105,75)
#4A543E
(74,84,62)
#3A3F31
(58,63,49)
#2A2A24
(42,42,36)
#1A1517
(26,21,23)
#000000
(0,0,0)

Tints of #BAE799

#BAE799
(186,231,153)
#C0E9A2
(192,233,162)
#C6EBAB
(198,235,171)
#CCEDB4
(204,237,180)
#D2EFBD
(210,239,189)
#D8F1C6
(216,241,198)
#DEF3CF
(222,243,207)
#E4F5D8
(228,245,216)
#EAF7E1
(234,247,225)
#F0F9EA
(240,249,234)
#F6FBF3
(246,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAE799 color. Also use rgb(186,231,153) instead hex code.

Text Font Color

.myTextColor { color: #BAE799; }

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

This text font color is #BAE799.


Background Color

.myBgColor { background-color: #BAE799; }

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

This div background color is #BAE799.


Border color

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

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

This div border color is #BAE799.


Opacity

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

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

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

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

This text has shadow with #BAE799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAE799 on black background.


Color preview on white background

This text has color #BAE799 on white background.



Black color preview on #BAE799 background

This text has black color on #BAE799 background.


White color preview on #BAE799 background

This text has white color on #BAE799 background.