COLOR #BAE2D9

HEX: #BAE2D9 RGB: (186,226,217)

Color info

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

RGB color model

#BAE2D9 color RGB value is (186,226,217).

RGB: (186,226,217) (73%, 89%, 85%)

RGB channels and saturation

R 186 of 255 = 73%
G 226 of 255 = 89%
B 217 of 255 = 85%

186
226
217

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

Portions of RGB colors in percentages

R + G + B = 186 + 226 + 217 = 629 (100%)
R 186 of 629 ~ 29.57%
G 226 of 629 ~ 35.93%
B 217 of 629 ~ 34.5'%

%29.57
%35.93
%34.5

CMYK color model

#BAE2D9 color CMYK value is (18,0,4,11).

  • cyan value is 17.70%
  • magenta value is 0.00%
  • yellow value is 3.98%
  • key color value is 11.37%
CMYK: (18,0,4,11) C18M0Y4K11 (18%,0%,4%,11%) (0.18/0.00/0.04/0.11) 

CMYK percentages

%17.7
%0
%3.98
%11.37

Codes

Color #BAE2D9 in popluar color models

BA E2 D9
RGB 186 226 217
HSL 167° 40.82% 80.78%
HSB/HSV 167° 17.70% 88.63%
CMYK 17.70% 0.00% 3.98%
11.37%

Color #BAE2D9 in popluar number systems.

HEX BA E2 D9
Decimal 186 226 217
Binary 10111010 11100010 11011001
Octal 272 342 331

Shades and tints

Shades of #BAE2D9

#BAE2D9
(186,226,217)
#AACEC6
(170,206,198)
#9ABAB3
(154,186,179)
#8AA6A0
(138,166,160)
#7A928D
(122,146,141)
#6A7E7A
(106,126,122)
#5A6A67
(90,106,103)
#4A5654
(74,86,84)
#3A4241
(58,66,65)
#2A2E2E
(42,46,46)
#1A1A1B
(26,26,27)
#000000
(0,0,0)

Tints of #BAE2D9

#BAE2D9
(186,226,217)
#C0E4DC
(192,228,220)
#C6E6DF
(198,230,223)
#CCE8E2
(204,232,226)
#D2EAE5
(210,234,229)
#D8ECE8
(216,236,232)
#DEEEEB
(222,238,235)
#E4F0EE
(228,240,238)
#EAF2F1
(234,242,241)
#F0F4F4
(240,244,244)
#F6F6F7
(246,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAE2D9 color. Also use rgb(186,226,217) instead hex code.

Text Font Color

.myTextColor { color: #BAE2D9; }

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

This text font color is #BAE2D9.

Background Color

.myBgColor { background-color: #BAE2D9; }

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

This div background color is #BAE2D9.

Border color

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

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

This div border color is #BAE2D9.

Opacity

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

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

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

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

This text has shadow with #BAE2D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAE2D9.

Preview

Color preview on black background

This text has color #BAE2D9 on black background.


Color preview on white background

This text has color #BAE2D9 on white background.


Black color preview on #BAE2D9 background

This text has black color on #BAE2D9 background.


White color preview on #BAE2D9 background

This text has white color on #BAE2D9 background.


Related colors

Complementary color

Complementary color for #hex is #451D26.


I love getcolorcode.com

Triadic colors

1 #D9BAE2 and #E2D9BA with #BAE2D9 are triadic colors.

2 #D9E2BA and #E2BAD9 with #BAE2D9 are triadic colors.