COLOR #BAF9F1

HEX: #BAF9F1
RGB: (186,249,241)

Color info

#BAF9F1 contains mainly green and blue colors. Web safe color of #BAF9F1 is #CCFFFF (or #CFF).

RGB color model

#BAF9F1 color RGB value is (186,249,241).

  • red value is 186;
  • green value is 249;
  • blue value is 241.
RGB:
(186,249,241)
(73%,98%,95%)

RGB channels and saturation

R 186 of 255 = 73%
G 249 of 255 = 98%
B 241 of 255 = 95%

186
249
241

R + G + B ~ 89%. #BAF9F1 is light color.

Portions of RGB colors in percentages

R + G + B =
186 + 249 + 241 = 676 (100%)
R 186 of 676 ~ 27.51%
G 249 of 676 ~ 36.83%
B 241 of 676 ~ 35.65%

%27.51
%36.83
%35.65

CMYK color model

#BAF9F1 color CMYK value is (25,0,3,2).

  • cyan value is 25.30%
  • magenta value is 0.00%
  • yellow value is 3.21%
  • key color value is 2.35%
CMYK:
(25,0,3,2)
C25M0Y3K2 
(25%,0%,3%,2%)
(0.25/0.00/0.03/0.02)	

CMYK percentages

%25.3
%0
%3.21
%2.35

Codes

Color #BAF9F1 in popluar color models

BAF9F1
RGB186249241
HSL172°84.00%85.29%
HSB/HSV172°25.30%97.65%
CMYK25.30%0.00%3.21%
2.35%

Color #BAF9F1 in popluar number systems.

HEXBAF9F1
Decimal186249241
Binary101110101111100111110001
Octal272371361

Shades and tints

Shades of #BAF9F1

#BAF9F1
(186,249,241)
#AAE3DC
(170,227,220)
#9ACDC7
(154,205,199)
#8AB7B2
(138,183,178)
#7AA19D
(122,161,157)
#6A8B88
(106,139,136)
#5A7573
(90,117,115)
#4A5F5E
(74,95,94)
#3A4949
(58,73,73)
#2A3334
(42,51,52)
#1A1D1F
(26,29,31)
#000000
(0,0,0)

Tints of #BAF9F1

#BAF9F1
(186,249,241)
#C0F9F2
(192,249,242)
#C6F9F3
(198,249,243)
#CCF9F4
(204,249,244)
#D2F9F5
(210,249,245)
#D8F9F6
(216,249,246)
#DEF9F7
(222,249,247)
#E4F9F8
(228,249,248)
#EAF9F9
(234,249,249)
#F0F9FA
(240,249,250)
#F6F9FB
(246,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAF9F1 color. Also use rgb(186,249,241) instead hex code.

Text Font Color

.myTextColor { color: #BAF9F1; }

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

This text font color is #BAF9F1.


Background Color

.myBgColor { background-color: #BAF9F1; }

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

This div background color is #BAF9F1.


Border color

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

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

This div border color is #BAF9F1.


Opacity

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

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

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

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

This text has shadow with #BAF9F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAF9F1 on black background.


Color preview on white background

This text has color #BAF9F1 on white background.



Black color preview on #BAF9F1 background

This text has black color on #BAF9F1 background.


White color preview on #BAF9F1 background

This text has white color on #BAF9F1 background.