COLOR #BAE9D2

HEX: #BAE9D2
RGB: (186,233,210)

Color info

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

RGB color model

#BAE9D2 color RGB value is (186,233,210).

  • red value is 186;
  • green value is 233;
  • blue value is 210.
RGB:
(186,233,210)
(73%,91%,82%)

RGB channels and saturation

R 186 of 255 = 73%
G 233 of 255 = 91%
B 210 of 255 = 82%

186
233
210

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

Portions of RGB colors in percentages

R + G + B =
186 + 233 + 210 = 629 (100%)
R 186 of 629 ~ 29.57%
G 233 of 629 ~ 37.04%
B 210 of 629 ~ 33.39%

%29.57
%37.04
%33.39

CMYK color model

#BAE9D2 color CMYK value is (20,0,10,9).

  • cyan value is 20.17%
  • magenta value is 0.00%
  • yellow value is 9.87%
  • key color value is 8.63%
CMYK:
(20,0,10,9)
C20M0Y10K9 
(20%,0%,10%,9%)
(0.20/0.00/0.10/0.09)	

CMYK percentages

%20.17
%0
%9.87
%8.63

Codes

Color #BAE9D2 in popluar color models

BAE9D2
RGB186233210
HSL151°51.65%82.16%
HSB/HSV151°20.17%91.37%
CMYK20.17%0.00%9.87%
8.63%

Color #BAE9D2 in popluar number systems.

HEXBAE9D2
Decimal186233210
Binary101110101110100111010010
Octal272351322

Shades and tints

Shades of #BAE9D2

#BAE9D2
(186,233,210)
#AAD4BF
(170,212,191)
#9ABFAC
(154,191,172)
#8AAA99
(138,170,153)
#7A9586
(122,149,134)
#6A8073
(106,128,115)
#5A6B60
(90,107,96)
#4A564D
(74,86,77)
#3A413A
(58,65,58)
#2A2C27
(42,44,39)
#1A1714
(26,23,20)
#000000
(0,0,0)

Tints of #BAE9D2

#BAE9D2
(186,233,210)
#C0EBD6
(192,235,214)
#C6EDDA
(198,237,218)
#CCEFDE
(204,239,222)
#D2F1E2
(210,241,226)
#D8F3E6
(216,243,230)
#DEF5EA
(222,245,234)
#E4F7EE
(228,247,238)
#EAF9F2
(234,249,242)
#F0FBF6
(240,251,246)
#F6FDFA
(246,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAE9D2 color. Also use rgb(186,233,210) instead hex code.

Text Font Color

.myTextColor { color: #BAE9D2; }

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

This text font color is #BAE9D2.


Background Color

.myBgColor { background-color: #BAE9D2; }

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

This div background color is #BAE9D2.


Border color

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

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

This div border color is #BAE9D2.


Opacity

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

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

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

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

This text has shadow with #BAE9D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAE9D2 on black background.


Color preview on white background

This text has color #BAE9D2 on white background.



Black color preview on #BAE9D2 background

This text has black color on #BAE9D2 background.


White color preview on #BAE9D2 background

This text has white color on #BAE9D2 background.