COLOR #BAE5C7

HEX: #BAE5C7
RGB: (186,229,199)

Color info

#BAE5C7 contains red, green and blue colors in about the same proportion. Web safe color of #BAE5C7 is #CCCCCC (or #CCC).

RGB color model

#BAE5C7 color RGB value is (186,229,199).

  • red value is 186;
  • green value is 229;
  • blue value is 199.
RGB:
(186,229,199)
(73%,90%,78%)

RGB channels and saturation

R 186 of 255 = 73%
G 229 of 255 = 90%
B 199 of 255 = 78%

186
229
199

R + G + B ~ 80%. #BAE5C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 229 + 199 = 614 (100%)
R 186 of 614 ~ 30.29%
G 229 of 614 ~ 37.3%
B 199 of 614 ~ 32.41%

%30.29
%37.3
%32.41

CMYK color model

#BAE5C7 color CMYK value is (19,0,13,10).

  • cyan value is 18.78%
  • magenta value is 0.00%
  • yellow value is 13.10%
  • key color value is 10.20%
CMYK:
(19,0,13,10)
C19M0Y13K10 
(19%,0%,13%,10%)
(0.19/0.00/0.13/0.10)	

CMYK percentages

%18.78
%0
%13.1
%10.2

Codes

Color #BAE5C7 in popluar color models

BAE5C7
RGB186229199
HSL138°45.26%81.37%
HSB/HSV138°18.78%89.80%
CMYK18.78%0.00%13.10%
10.20%

Color #BAE5C7 in popluar number systems.

HEXBAE5C7
Decimal186229199
Binary101110101110010111000111
Octal272345307

Shades and tints

Shades of #BAE5C7

#BAE5C7
(186,229,199)
#AAD1B5
(170,209,181)
#9ABDA3
(154,189,163)
#8AA991
(138,169,145)
#7A957F
(122,149,127)
#6A816D
(106,129,109)
#5A6D5B
(90,109,91)
#4A5949
(74,89,73)
#3A4537
(58,69,55)
#2A3125
(42,49,37)
#1A1D13
(26,29,19)
#000000
(0,0,0)

Tints of #BAE5C7

#BAE5C7
(186,229,199)
#C0E7CC
(192,231,204)
#C6E9D1
(198,233,209)
#CCEBD6
(204,235,214)
#D2EDDB
(210,237,219)
#D8EFE0
(216,239,224)
#DEF1E5
(222,241,229)
#E4F3EA
(228,243,234)
#EAF5EF
(234,245,239)
#F0F7F4
(240,247,244)
#F6F9F9
(246,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAE5C7 color. Also use rgb(186,229,199) instead hex code.

Text Font Color

.myTextColor { color: #BAE5C7; }

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

This text font color is #BAE5C7.


Background Color

.myBgColor { background-color: #BAE5C7; }

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

This div background color is #BAE5C7.


Border color

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

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

This div border color is #BAE5C7.


Opacity

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

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

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

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

This text has shadow with #BAE5C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAE5C7 on black background.


Color preview on white background

This text has color #BAE5C7 on white background.



Black color preview on #BAE5C7 background

This text has black color on #BAE5C7 background.


White color preview on #BAE5C7 background

This text has white color on #BAE5C7 background.