COLOR #BAE7B4

HEX: #BAE7B4
RGB: (186,231,180)

Color info

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

RGB color model

#BAE7B4 color RGB value is (186,231,180).

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

RGB channels and saturation

R 186 of 255 = 73%
G 231 of 255 = 91%
B 180 of 255 = 71%

186
231
180

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

Portions of RGB colors in percentages

R + G + B =
186 + 231 + 180 = 597 (100%)
R 186 of 597 ~ 31.16%
G 231 of 597 ~ 38.69%
B 180 of 597 ~ 30.15%

%31.16
%38.69
%30.15

CMYK color model

#BAE7B4 color CMYK value is (19,0,22,9).

  • cyan value is 19.48%
  • magenta value is 0.00%
  • yellow value is 22.08%
  • key color value is 9.41%
CMYK:
(19,0,22,9)
C19M0Y22K9 
(19%,0%,22%,9%)
(0.19/0.00/0.22/0.09)	

CMYK percentages

%19.48
%0
%22.08
%9.41

Codes

Color #BAE7B4 in popluar color models

BAE7B4
RGB186231180
HSL113°51.52%80.59%
HSB/HSV113°22.08%90.59%
CMYK19.48%0.00%22.08%
9.41%

Color #BAE7B4 in popluar number systems.

HEXBAE7B4
Decimal186231180
Binary101110101110011110110100
Octal272347264

Shades and tints

Shades of #BAE7B4

#BAE7B4
(186,231,180)
#AAD2A4
(170,210,164)
#9ABD94
(154,189,148)
#8AA884
(138,168,132)
#7A9374
(122,147,116)
#6A7E64
(106,126,100)
#5A6954
(90,105,84)
#4A5444
(74,84,68)
#3A3F34
(58,63,52)
#2A2A24
(42,42,36)
#1A1514
(26,21,20)
#000000
(0,0,0)

Tints of #BAE7B4

#BAE7B4
(186,231,180)
#C0E9BA
(192,233,186)
#C6EBC0
(198,235,192)
#CCEDC6
(204,237,198)
#D2EFCC
(210,239,204)
#D8F1D2
(216,241,210)
#DEF3D8
(222,243,216)
#E4F5DE
(228,245,222)
#EAF7E4
(234,247,228)
#F0F9EA
(240,249,234)
#F6FBF0
(246,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAE7B4; }

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

This text font color is #BAE7B4.


Background Color

.myBgColor { background-color: #BAE7B4; }

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

This div background color is #BAE7B4.


Border color

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

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

This div border color is #BAE7B4.


Opacity

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

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

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

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

This text has shadow with #BAE7B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAE7B4 on black background.


Color preview on white background

This text has color #BAE7B4 on white background.



Black color preview on #BAE7B4 background

This text has black color on #BAE7B4 background.


White color preview on #BAE7B4 background

This text has white color on #BAE7B4 background.