COLOR #BAF0E5

HEX: #BAF0E5
RGB: (186,240,229)

Color info

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

RGB color model

#BAF0E5 color RGB value is (186,240,229).

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

RGB channels and saturation

R 186 of 255 = 73%
G 240 of 255 = 94%
B 229 of 255 = 90%

186
240
229

R + G + B ~ 86%. #BAF0E5 is light color.

Portions of RGB colors in percentages

R + G + B =
186 + 240 + 229 = 655 (100%)
R 186 of 655 ~ 28.4%
G 240 of 655 ~ 36.64%
B 229 of 655 ~ 34.96%

%28.4
%36.64
%34.96

CMYK color model

#BAF0E5 color CMYK value is (23,0,5,6).

  • cyan value is 22.50%
  • magenta value is 0.00%
  • yellow value is 4.58%
  • key color value is 5.88%
CMYK:
(23,0,5,6)
C23M0Y5K6 
(23%,0%,5%,6%)
(0.23/0.00/0.05/0.06)	

CMYK percentages

%22.5
%0
%4.58
%5.88

Codes

Color #BAF0E5 in popluar color models

BAF0E5
RGB186240229
HSL168°64.29%83.53%
HSB/HSV168°22.50%94.12%
CMYK22.50%0.00%4.58%
5.88%

Color #BAF0E5 in popluar number systems.

HEXBAF0E5
Decimal186240229
Binary101110101111000011100101
Octal272360345

Shades and tints

Shades of #BAF0E5

#BAF0E5
(186,240,229)
#AADBD1
(170,219,209)
#9AC6BD
(154,198,189)
#8AB1A9
(138,177,169)
#7A9C95
(122,156,149)
#6A8781
(106,135,129)
#5A726D
(90,114,109)
#4A5D59
(74,93,89)
#3A4845
(58,72,69)
#2A3331
(42,51,49)
#1A1E1D
(26,30,29)
#000000
(0,0,0)

Tints of #BAF0E5

#BAF0E5
(186,240,229)
#C0F1E7
(192,241,231)
#C6F2E9
(198,242,233)
#CCF3EB
(204,243,235)
#D2F4ED
(210,244,237)
#D8F5EF
(216,245,239)
#DEF6F1
(222,246,241)
#E4F7F3
(228,247,243)
#EAF8F5
(234,248,245)
#F0F9F7
(240,249,247)
#F6FAF9
(246,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAF0E5; }

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

This text font color is #BAF0E5.


Background Color

.myBgColor { background-color: #BAF0E5; }

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

This div background color is #BAF0E5.


Border color

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

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

This div border color is #BAF0E5.


Opacity

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

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

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

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

This text has shadow with #BAF0E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAF0E5 on black background.


Color preview on white background

This text has color #BAF0E5 on white background.



Black color preview on #BAF0E5 background

This text has black color on #BAF0E5 background.


White color preview on #BAF0E5 background

This text has white color on #BAF0E5 background.