COLOR #BAEAD1

HEX: #BAEAD1
RGB: (186,234,209)

Color info

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

RGB color model

#BAEAD1 color RGB value is (186,234,209).

  • red value is 186;
  • green value is 234;
  • blue value is 209.
RGB:
(186,234,209)
(73%,92%,82%)

RGB channels and saturation

R 186 of 255 = 73%
G 234 of 255 = 92%
B 209 of 255 = 82%

186
234
209

R + G + B ~ 82%. #BAEAD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 234 + 209 = 629 (100%)
R 186 of 629 ~ 29.57%
G 234 of 629 ~ 37.2%
B 209 of 629 ~ 33.23%

%29.57
%37.2
%33.23

CMYK color model

#BAEAD1 color CMYK value is (21,0,11,8).

  • cyan value is 20.51%
  • magenta value is 0.00%
  • yellow value is 10.68%
  • key color value is 8.24%
CMYK:
(21,0,11,8)
C21M0Y11K8 
(21%,0%,11%,8%)
(0.21/0.00/0.11/0.08)	

CMYK percentages

%20.51
%0
%10.68
%8.24

Codes

Color #BAEAD1 in popluar color models

BAEAD1
RGB186234209
HSL149°53.33%82.35%
HSB/HSV149°20.51%91.76%
CMYK20.51%0.00%10.68%
8.24%

Color #BAEAD1 in popluar number systems.

HEXBAEAD1
Decimal186234209
Binary101110101110101011010001
Octal272352321

Shades and tints

Shades of #BAEAD1

#BAEAD1
(186,234,209)
#AAD5BE
(170,213,190)
#9AC0AB
(154,192,171)
#8AAB98
(138,171,152)
#7A9685
(122,150,133)
#6A8172
(106,129,114)
#5A6C5F
(90,108,95)
#4A574C
(74,87,76)
#3A4239
(58,66,57)
#2A2D26
(42,45,38)
#1A1813
(26,24,19)
#000000
(0,0,0)

Tints of #BAEAD1

#BAEAD1
(186,234,209)
#C0EBD5
(192,235,213)
#C6ECD9
(198,236,217)
#CCEDDD
(204,237,221)
#D2EEE1
(210,238,225)
#D8EFE5
(216,239,229)
#DEF0E9
(222,240,233)
#E4F1ED
(228,241,237)
#EAF2F1
(234,242,241)
#F0F3F5
(240,243,245)
#F6F4F9
(246,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAEAD1 color. Also use rgb(186,234,209) instead hex code.

Text Font Color

.myTextColor { color: #BAEAD1; }

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

This text font color is #BAEAD1.


Background Color

.myBgColor { background-color: #BAEAD1; }

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

This div background color is #BAEAD1.


Border color

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

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

This div border color is #BAEAD1.


Opacity

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

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

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

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

This text has shadow with #BAEAD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAEAD1 on black background.


Color preview on white background

This text has color #BAEAD1 on white background.



Black color preview on #BAEAD1 background

This text has black color on #BAEAD1 background.


White color preview on #BAEAD1 background

This text has white color on #BAEAD1 background.