COLOR #BAE1D1

HEX: #BAE1D1
RGB: (186,225,209)

Color info

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

RGB color model

#BAE1D1 color RGB value is (186,225,209).

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

RGB channels and saturation

R 186 of 255 = 73%
G 225 of 255 = 88%
B 209 of 255 = 82%

186
225
209

R + G + B ~ 81%. #BAE1D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 225 + 209 = 620 (100%)
R 186 of 620 ~ 30%
G 225 of 620 ~ 36.29%
B 209 of 620 ~ 33.71%

%30
%36.29
%33.71

CMYK color model

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

  • cyan value is 17.33%
  • magenta value is 0.00%
  • yellow value is 7.11%
  • key color value is 11.76%
CMYK:
(17,0,7,12)
C17M0Y7K12 
(17%,0%,7%,12%)
(0.17/0.00/0.07/0.12)	

CMYK percentages

%17.33
%0
%7.11
%11.76

Codes

Color #BAE1D1 in popluar color models

BAE1D1
RGB186225209
HSL155°39.39%80.59%
HSB/HSV155°17.33%88.24%
CMYK17.33%0.00%7.11%
11.76%

Color #BAE1D1 in popluar number systems.

HEXBAE1D1
Decimal186225209
Binary101110101110000111010001
Octal272341321

Shades and tints

Shades of #BAE1D1

#BAE1D1
(186,225,209)
#AACDBE
(170,205,190)
#9AB9AB
(154,185,171)
#8AA598
(138,165,152)
#7A9185
(122,145,133)
#6A7D72
(106,125,114)
#5A695F
(90,105,95)
#4A554C
(74,85,76)
#3A4139
(58,65,57)
#2A2D26
(42,45,38)
#1A1913
(26,25,19)
#000000
(0,0,0)

Tints of #BAE1D1

#BAE1D1
(186,225,209)
#C0E3D5
(192,227,213)
#C6E5D9
(198,229,217)
#CCE7DD
(204,231,221)
#D2E9E1
(210,233,225)
#D8EBE5
(216,235,229)
#DEEDE9
(222,237,233)
#E4EFED
(228,239,237)
#EAF1F1
(234,241,241)
#F0F3F5
(240,243,245)
#F6F5F9
(246,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAE1D1; }

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

This text font color is #BAE1D1.


Background Color

.myBgColor { background-color: #BAE1D1; }

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

This div background color is #BAE1D1.


Border color

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

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

This div border color is #BAE1D1.


Opacity

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

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

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

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

This text has shadow with #BAE1D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAE1D1 on black background.


Color preview on white background

This text has color #BAE1D1 on white background.



Black color preview on #BAE1D1 background

This text has black color on #BAE1D1 background.


White color preview on #BAE1D1 background

This text has white color on #BAE1D1 background.