COLOR #BAE2DB

HEX: #BAE2DB
RGB: (186,226,219)

Color info

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

RGB color model

#BAE2DB color RGB value is (186,226,219).

  • red value is 186;
  • green value is 226;
  • blue value is 219.
RGB:
(186,226,219)
(73%,89%,86%)

RGB channels and saturation

R 186 of 255 = 73%
G 226 of 255 = 89%
B 219 of 255 = 86%

186
226
219

R + G + B ~ 83%. #BAE2DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 226 + 219 = 631 (100%)
R 186 of 631 ~ 29.48%
G 226 of 631 ~ 35.82%
B 219 of 631 ~ 34.71%

%29.48
%35.82
%34.71

CMYK color model

#BAE2DB color CMYK value is (18,0,3,11).

  • cyan value is 17.70%
  • magenta value is 0.00%
  • yellow value is 3.10%
  • key color value is 11.37%
CMYK:
(18,0,3,11)
C18M0Y3K11 
(18%,0%,3%,11%)
(0.18/0.00/0.03/0.11)	

CMYK percentages

%17.7
%0
%3.1
%11.37

Codes

Color #BAE2DB in popluar color models

BAE2DB
RGB186226219
HSL170°40.82%80.78%
HSB/HSV170°17.70%88.63%
CMYK17.70%0.00%3.10%
11.37%

Color #BAE2DB in popluar number systems.

HEXBAE2DB
Decimal186226219
Binary101110101110001011011011
Octal272342333

Shades and tints

Shades of #BAE2DB

#BAE2DB
(186,226,219)
#AACEC8
(170,206,200)
#9ABAB5
(154,186,181)
#8AA6A2
(138,166,162)
#7A928F
(122,146,143)
#6A7E7C
(106,126,124)
#5A6A69
(90,106,105)
#4A5656
(74,86,86)
#3A4243
(58,66,67)
#2A2E30
(42,46,48)
#1A1A1D
(26,26,29)
#000000
(0,0,0)

Tints of #BAE2DB

#BAE2DB
(186,226,219)
#C0E4DE
(192,228,222)
#C6E6E1
(198,230,225)
#CCE8E4
(204,232,228)
#D2EAE7
(210,234,231)
#D8ECEA
(216,236,234)
#DEEEED
(222,238,237)
#E4F0F0
(228,240,240)
#EAF2F3
(234,242,243)
#F0F4F6
(240,244,246)
#F6F6F9
(246,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAE2DB; }

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

This text font color is #BAE2DB.


Background Color

.myBgColor { background-color: #BAE2DB; }

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

This div background color is #BAE2DB.


Border color

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

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

This div border color is #BAE2DB.


Opacity

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

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

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

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

This text has shadow with #BAE2DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAE2DB on black background.


Color preview on white background

This text has color #BAE2DB on white background.



Black color preview on #BAE2DB background

This text has black color on #BAE2DB background.


White color preview on #BAE2DB background

This text has white color on #BAE2DB background.