COLOR #BAE7E4

HEX: #BAE7E4 RGB: (186,231,228)

Color info

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

RGB color model

#BAE7E4 color RGB value is (186,231,228).

RGB: (186,231,228) (73%, 91%, 89%)

RGB channels and saturation

R 186 of 255 = 73%
G 231 of 255 = 91%
B 228 of 255 = 89%

186
231
228

R + G + B ~ 84%. #BAE7E4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 231 + 228 = 645 (100%)
R 186 of 645 ~ 28.84%
G 231 of 645 ~ 35.81%
B 228 of 645 ~ 35.35'%

%28.84
%35.81
%35.35

CMYK color model

#BAE7E4 color CMYK value is (19,0,1,9).

  • cyan value is 19.48%
  • magenta value is 0.00%
  • yellow value is 1.30%
  • key color value is 9.41%

CMYK: (19,0,1,9)
C19M0Y1K9 (19%, 0%, 1%, 9%)
(0.19 / 0.00 / 0.01 / 0.09)

CMYK percentages

%19.48
%0
%1.3
%9.41

Codes

Color #BAE7E4 in popluar color models

BA E7 E4
RGB 186 231 228
HSL 176° 48.39% 81.76%
HSB/HSV 176° 19.48% 90.59%
CMYK 19.48% 0.00% 1.30%
9.41%

Color #BAE7E4 in popluar number systems.

HEX BA E7 E4
Decimal 186 231 228
Binary 10111010 11100111 11100100
Octal 272 347 344

Shades and tints

Shades of #BAE7E4

#BAE7E4
(186,231,228)
#AAD2D0
(170,210,208)
#9ABDBC
(154,189,188)
#8AA8A8
(138,168,168)
#7A9394
(122,147,148)
#6A7E80
(106,126,128)
#5A696C
(90,105,108)
#4A5458
(74,84,88)
#3A3F44
(58,63,68)
#2A2A30
(42,42,48)
#1A151C
(26,21,28)
#000000
(0,0,0)

Tints of #BAE7E4

#BAE7E4
(186,231,228)
#C0E9E6
(192,233,230)
#C6EBE8
(198,235,232)
#CCEDEA
(204,237,234)
#D2EFEC
(210,239,236)
#D8F1EE
(216,241,238)
#DEF3F0
(222,243,240)
#E4F5F2
(228,245,242)
#EAF7F4
(234,247,244)
#F0F9F6
(240,249,246)
#F6FBF8
(246,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAE7E4 color. Also use rgb(186,231,228) instead hex code.

Text Font Color

.myTextColor { color: #BAE7E4; }

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

This text font color is #BAE7E4.

Background Color

.myBgColor { background-color: #BAE7E4; }

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

This div background color is #BAE7E4.

Border color

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

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

This div border color is #BAE7E4.

Opacity

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

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

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

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

This text has shadow with #BAE7E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAE7E4.

Preview

Color preview on black background

This text has color #BAE7E4 on black background.


Color preview on white background

This text has color #BAE7E4 on white background.


Black color preview on #BAE7E4 background

This text has black color on #BAE7E4 background.


White color preview on #BAE7E4 background

This text has white color on #BAE7E4 background.


Related colors

Complementary color

Complementary color for #hex is #45181B.


I love getcolorcode.com

Triadic colors

1 #E4BAE7 and #E7E4BA with #BAE7E4 are triadic colors.

2 #E4E7BA and #E7BAE4 with #BAE7E4 are triadic colors.