COLOR #BAEEAE

HEX: #BAEEAE
RGB: (186,238,174)

Color info

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

RGB color model

#BAEEAE color RGB value is (186,238,174).

  • red value is 186;
  • green value is 238;
  • blue value is 174.
RGB:
(186,238,174)
(73%,93%,68%)

RGB channels and saturation

R 186 of 255 = 73%
G 238 of 255 = 93%
B 174 of 255 = 68%

186
238
174

R + G + B ~ 78%. #BAEEAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 238 + 174 = 598 (100%)
R 186 of 598 ~ 31.1%
G 238 of 598 ~ 39.8%
B 174 of 598 ~ 29.1%

%31.1
%39.8
%29.1

CMYK color model

#BAEEAE color CMYK value is (22,0,27,7).

  • cyan value is 21.85%
  • magenta value is 0.00%
  • yellow value is 26.89%
  • key color value is 6.67%
CMYK:
(22,0,27,7)
C22M0Y27K7 
(22%,0%,27%,7%)
(0.22/0.00/0.27/0.07)	

CMYK percentages

%21.85
%0
%26.89
%6.67

Codes

Color #BAEEAE in popluar color models

BAEEAE
RGB186238174
HSL109°65.31%80.78%
HSB/HSV109°26.89%93.33%
CMYK21.85%0.00%26.89%
6.67%

Color #BAEEAE in popluar number systems.

HEXBAEEAE
Decimal186238174
Binary101110101110111010101110
Octal272356256

Shades and tints

Shades of #BAEEAE

#BAEEAE
(186,238,174)
#AAD99F
(170,217,159)
#9AC490
(154,196,144)
#8AAF81
(138,175,129)
#7A9A72
(122,154,114)
#6A8563
(106,133,99)
#5A7054
(90,112,84)
#4A5B45
(74,91,69)
#3A4636
(58,70,54)
#2A3127
(42,49,39)
#1A1C18
(26,28,24)
#000000
(0,0,0)

Tints of #BAEEAE

#BAEEAE
(186,238,174)
#C0EFB5
(192,239,181)
#C6F0BC
(198,240,188)
#CCF1C3
(204,241,195)
#D2F2CA
(210,242,202)
#D8F3D1
(216,243,209)
#DEF4D8
(222,244,216)
#E4F5DF
(228,245,223)
#EAF6E6
(234,246,230)
#F0F7ED
(240,247,237)
#F6F8F4
(246,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAEEAE color. Also use rgb(186,238,174) instead hex code.

Text Font Color

.myTextColor { color: #BAEEAE; }

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

This text font color is #BAEEAE.


Background Color

.myBgColor { background-color: #BAEEAE; }

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

This div background color is #BAEEAE.


Border color

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

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

This div border color is #BAEEAE.


Opacity

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

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

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

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

This text has shadow with #BAEEAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAEEAE on black background.


Color preview on white background

This text has color #BAEEAE on white background.



Black color preview on #BAEEAE background

This text has black color on #BAEEAE background.


White color preview on #BAEEAE background

This text has white color on #BAEEAE background.