COLOR #BAE1C5

HEX: #BAE1C5
RGB: (186,225,197)

Color info

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

RGB color model

#BAE1C5 color RGB value is (186,225,197).

  • red value is 186;
  • green value is 225;
  • blue value is 197.
RGB:
(186,225,197)
(73%,88%,77%)

RGB channels and saturation

R 186 of 255 = 73%
G 225 of 255 = 88%
B 197 of 255 = 77%

186
225
197

R + G + B ~ 79%. #BAE1C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 225 + 197 = 608 (100%)
R 186 of 608 ~ 30.59%
G 225 of 608 ~ 37.01%
B 197 of 608 ~ 32.4%

%30.59
%37.01
%32.4

CMYK color model

#BAE1C5 color CMYK value is (17,0,12,12).

  • cyan value is 17.33%
  • magenta value is 0.00%
  • yellow value is 12.44%
  • key color value is 11.76%
CMYK:
(17,0,12,12)
C17M0Y12K12 
(17%,0%,12%,12%)
(0.17/0.00/0.12/0.12)	

CMYK percentages

%17.33
%0
%12.44
%11.76

Codes

Color #BAE1C5 in popluar color models

BAE1C5
RGB186225197
HSL137°39.39%80.59%
HSB/HSV137°17.33%88.24%
CMYK17.33%0.00%12.44%
11.76%

Color #BAE1C5 in popluar number systems.

HEXBAE1C5
Decimal186225197
Binary101110101110000111000101
Octal272341305

Shades and tints

Shades of #BAE1C5

#BAE1C5
(186,225,197)
#AACDB4
(170,205,180)
#9AB9A3
(154,185,163)
#8AA592
(138,165,146)
#7A9181
(122,145,129)
#6A7D70
(106,125,112)
#5A695F
(90,105,95)
#4A554E
(74,85,78)
#3A413D
(58,65,61)
#2A2D2C
(42,45,44)
#1A191B
(26,25,27)
#000000
(0,0,0)

Tints of #BAE1C5

#BAE1C5
(186,225,197)
#C0E3CA
(192,227,202)
#C6E5CF
(198,229,207)
#CCE7D4
(204,231,212)
#D2E9D9
(210,233,217)
#D8EBDE
(216,235,222)
#DEEDE3
(222,237,227)
#E4EFE8
(228,239,232)
#EAF1ED
(234,241,237)
#F0F3F2
(240,243,242)
#F6F5F7
(246,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAE1C5 color. Also use rgb(186,225,197) instead hex code.

Text Font Color

.myTextColor { color: #BAE1C5; }

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

This text font color is #BAE1C5.


Background Color

.myBgColor { background-color: #BAE1C5; }

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

This div background color is #BAE1C5.


Border color

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

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

This div border color is #BAE1C5.


Opacity

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

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

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

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

This text has shadow with #BAE1C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAE1C5 on black background.


Color preview on white background

This text has color #BAE1C5 on white background.



Black color preview on #BAE1C5 background

This text has black color on #BAE1C5 background.


White color preview on #BAE1C5 background

This text has white color on #BAE1C5 background.