COLOR #BAEFBE

HEX: #BAEFBE
RGB: (186,239,190)

Color info

#BAEFBE contains red, green and blue colors in about the same proportion. Web safe color of #BAEFBE is #CCFFCC (or #CFC).

RGB color model

#BAEFBE color RGB value is (186,239,190).

  • red value is 186;
  • green value is 239;
  • blue value is 190.
RGB:
(186,239,190)
(73%,94%,75%)

RGB channels and saturation

R 186 of 255 = 73%
G 239 of 255 = 94%
B 190 of 255 = 75%

186
239
190

R + G + B ~ 81%. #BAEFBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 239 + 190 = 615 (100%)
R 186 of 615 ~ 30.24%
G 239 of 615 ~ 38.86%
B 190 of 615 ~ 30.89%

%30.24
%38.86
%30.89

CMYK color model

#BAEFBE color CMYK value is (22,0,21,6).

  • cyan value is 22.18%
  • magenta value is 0.00%
  • yellow value is 20.50%
  • key color value is 6.27%
CMYK:
(22,0,21,6)
C22M0Y21K6 
(22%,0%,21%,6%)
(0.22/0.00/0.21/0.06)	

CMYK percentages

%22.18
%0
%20.5
%6.27

Codes

Color #BAEFBE in popluar color models

BAEFBE
RGB186239190
HSL125°62.35%83.33%
HSB/HSV125°22.18%93.73%
CMYK22.18%0.00%20.50%
6.27%

Color #BAEFBE in popluar number systems.

HEXBAEFBE
Decimal186239190
Binary101110101110111110111110
Octal272357276

Shades and tints

Shades of #BAEFBE

#BAEFBE
(186,239,190)
#AADAAD
(170,218,173)
#9AC59C
(154,197,156)
#8AB08B
(138,176,139)
#7A9B7A
(122,155,122)
#6A8669
(106,134,105)
#5A7158
(90,113,88)
#4A5C47
(74,92,71)
#3A4736
(58,71,54)
#2A3225
(42,50,37)
#1A1D14
(26,29,20)
#000000
(0,0,0)

Tints of #BAEFBE

#BAEFBE
(186,239,190)
#C0F0C3
(192,240,195)
#C6F1C8
(198,241,200)
#CCF2CD
(204,242,205)
#D2F3D2
(210,243,210)
#D8F4D7
(216,244,215)
#DEF5DC
(222,245,220)
#E4F6E1
(228,246,225)
#EAF7E6
(234,247,230)
#F0F8EB
(240,248,235)
#F6F9F0
(246,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAEFBE color. Also use rgb(186,239,190) instead hex code.

Text Font Color

.myTextColor { color: #BAEFBE; }

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

This text font color is #BAEFBE.


Background Color

.myBgColor { background-color: #BAEFBE; }

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

This div background color is #BAEFBE.


Border color

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

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

This div border color is #BAEFBE.


Opacity

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

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

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

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

This text has shadow with #BAEFBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAEFBE on black background.


Color preview on white background

This text has color #BAEFBE on white background.



Black color preview on #BAEFBE background

This text has black color on #BAEFBE background.


White color preview on #BAEFBE background

This text has white color on #BAEFBE background.