COLOR #BAEAD9

HEX: #BAEAD9
RGB: (186,234,217)

Color info

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

RGB color model

#BAEAD9 color RGB value is (186,234,217).

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

RGB channels and saturation

R 186 of 255 = 73%
G 234 of 255 = 92%
B 217 of 255 = 85%

186
234
217

R + G + B ~ 83%. #BAEAD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 234 + 217 = 637 (100%)
R 186 of 637 ~ 29.2%
G 234 of 637 ~ 36.73%
B 217 of 637 ~ 34.07%

%29.2
%36.73
%34.07

CMYK color model

#BAEAD9 color CMYK value is (21,0,7,8).

  • cyan value is 20.51%
  • magenta value is 0.00%
  • yellow value is 7.26%
  • key color value is 8.24%
CMYK:
(21,0,7,8)
C21M0Y7K8 
(21%,0%,7%,8%)
(0.21/0.00/0.07/0.08)	

CMYK percentages

%20.51
%0
%7.26
%8.24

Codes

Color #BAEAD9 in popluar color models

BAEAD9
RGB186234217
HSL159°53.33%82.35%
HSB/HSV159°20.51%91.76%
CMYK20.51%0.00%7.26%
8.24%

Color #BAEAD9 in popluar number systems.

HEXBAEAD9
Decimal186234217
Binary101110101110101011011001
Octal272352331

Shades and tints

Shades of #BAEAD9

#BAEAD9
(186,234,217)
#AAD5C6
(170,213,198)
#9AC0B3
(154,192,179)
#8AABA0
(138,171,160)
#7A968D
(122,150,141)
#6A817A
(106,129,122)
#5A6C67
(90,108,103)
#4A5754
(74,87,84)
#3A4241
(58,66,65)
#2A2D2E
(42,45,46)
#1A181B
(26,24,27)
#000000
(0,0,0)

Tints of #BAEAD9

#BAEAD9
(186,234,217)
#C0EBDC
(192,235,220)
#C6ECDF
(198,236,223)
#CCEDE2
(204,237,226)
#D2EEE5
(210,238,229)
#D8EFE8
(216,239,232)
#DEF0EB
(222,240,235)
#E4F1EE
(228,241,238)
#EAF2F1
(234,242,241)
#F0F3F4
(240,243,244)
#F6F4F7
(246,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAEAD9; }

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

This text font color is #BAEAD9.


Background Color

.myBgColor { background-color: #BAEAD9; }

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

This div background color is #BAEAD9.


Border color

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

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

This div border color is #BAEAD9.


Opacity

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

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

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

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

This text has shadow with #BAEAD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAEAD9 on black background.


Color preview on white background

This text has color #BAEAD9 on white background.



Black color preview on #BAEAD9 background

This text has black color on #BAEAD9 background.


White color preview on #BAEAD9 background

This text has white color on #BAEAD9 background.