COLOR #BAE8D4

HEX: #BAE8D4
RGB: (186,232,212)

Color info

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

RGB color model

#BAE8D4 color RGB value is (186,232,212).

  • red value is 186;
  • green value is 232;
  • blue value is 212.
RGB:
(186,232,212)
(73%,91%,83%)

RGB channels and saturation

R 186 of 255 = 73%
G 232 of 255 = 91%
B 212 of 255 = 83%

186
232
212

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

Portions of RGB colors in percentages

R + G + B =
186 + 232 + 212 = 630 (100%)
R 186 of 630 ~ 29.52%
G 232 of 630 ~ 36.83%
B 212 of 630 ~ 33.65%

%29.52
%36.83
%33.65

CMYK color model

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

  • cyan value is 19.83%
  • magenta value is 0.00%
  • yellow value is 8.62%
  • key color value is 9.02%
CMYK:
(20,0,9,9)
C20M0Y9K9 
(20%,0%,9%,9%)
(0.20/0.00/0.09/0.09)	

CMYK percentages

%19.83
%0
%8.62
%9.02

Codes

Color #BAE8D4 in popluar color models

BAE8D4
RGB186232212
HSL154°50.00%81.96%
HSB/HSV154°19.83%90.98%
CMYK19.83%0.00%8.62%
9.02%

Color #BAE8D4 in popluar number systems.

HEXBAE8D4
Decimal186232212
Binary101110101110100011010100
Octal272350324

Shades and tints

Shades of #BAE8D4

#BAE8D4
(186,232,212)
#AAD3C1
(170,211,193)
#9ABEAE
(154,190,174)
#8AA99B
(138,169,155)
#7A9488
(122,148,136)
#6A7F75
(106,127,117)
#5A6A62
(90,106,98)
#4A554F
(74,85,79)
#3A403C
(58,64,60)
#2A2B29
(42,43,41)
#1A1616
(26,22,22)
#000000
(0,0,0)

Tints of #BAE8D4

#BAE8D4
(186,232,212)
#C0EAD7
(192,234,215)
#C6ECDA
(198,236,218)
#CCEEDD
(204,238,221)
#D2F0E0
(210,240,224)
#D8F2E3
(216,242,227)
#DEF4E6
(222,244,230)
#E4F6E9
(228,246,233)
#EAF8EC
(234,248,236)
#F0FAEF
(240,250,239)
#F6FCF2
(246,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAE8D4 color. Also use rgb(186,232,212) instead hex code.

Text Font Color

.myTextColor { color: #BAE8D4; }

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

This text font color is #BAE8D4.


Background Color

.myBgColor { background-color: #BAE8D4; }

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

This div background color is #BAE8D4.


Border color

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

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

This div border color is #BAE8D4.


Opacity

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

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

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

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

This text has shadow with #BAE8D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAE8D4 on black background.


Color preview on white background

This text has color #BAE8D4 on white background.



Black color preview on #BAE8D4 background

This text has black color on #BAE8D4 background.


White color preview on #BAE8D4 background

This text has white color on #BAE8D4 background.