COLOR #BAE5D2

HEX: #BAE5D2
RGB: (186,229,210)

Color info

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

RGB color model

#BAE5D2 color RGB value is (186,229,210).

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

RGB channels and saturation

R 186 of 255 = 73%
G 229 of 255 = 90%
B 210 of 255 = 82%

186
229
210

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

Portions of RGB colors in percentages

R + G + B =
186 + 229 + 210 = 625 (100%)
R 186 of 625 ~ 29.76%
G 229 of 625 ~ 36.64%
B 210 of 625 ~ 33.6%

%29.76
%36.64
%33.6

CMYK color model

#BAE5D2 color CMYK value is (19,0,8,10).

  • cyan value is 18.78%
  • magenta value is 0.00%
  • yellow value is 8.30%
  • key color value is 10.20%
CMYK:
(19,0,8,10)
C19M0Y8K10 
(19%,0%,8%,10%)
(0.19/0.00/0.08/0.10)	

CMYK percentages

%18.78
%0
%8.3
%10.2

Codes

Color #BAE5D2 in popluar color models

BAE5D2
RGB186229210
HSL153°45.26%81.37%
HSB/HSV153°18.78%89.80%
CMYK18.78%0.00%8.30%
10.20%

Color #BAE5D2 in popluar number systems.

HEXBAE5D2
Decimal186229210
Binary101110101110010111010010
Octal272345322

Shades and tints

Shades of #BAE5D2

#BAE5D2
(186,229,210)
#AAD1BF
(170,209,191)
#9ABDAC
(154,189,172)
#8AA999
(138,169,153)
#7A9586
(122,149,134)
#6A8173
(106,129,115)
#5A6D60
(90,109,96)
#4A594D
(74,89,77)
#3A453A
(58,69,58)
#2A3127
(42,49,39)
#1A1D14
(26,29,20)
#000000
(0,0,0)

Tints of #BAE5D2

#BAE5D2
(186,229,210)
#C0E7D6
(192,231,214)
#C6E9DA
(198,233,218)
#CCEBDE
(204,235,222)
#D2EDE2
(210,237,226)
#D8EFE6
(216,239,230)
#DEF1EA
(222,241,234)
#E4F3EE
(228,243,238)
#EAF5F2
(234,245,242)
#F0F7F6
(240,247,246)
#F6F9FA
(246,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAE5D2; }

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

This text font color is #BAE5D2.


Background Color

.myBgColor { background-color: #BAE5D2; }

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

This div background color is #BAE5D2.


Border color

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

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

This div border color is #BAE5D2.


Opacity

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

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

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

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

This text has shadow with #BAE5D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAE5D2 on black background.


Color preview on white background

This text has color #BAE5D2 on white background.



Black color preview on #BAE5D2 background

This text has black color on #BAE5D2 background.


White color preview on #BAE5D2 background

This text has white color on #BAE5D2 background.