COLOR #BAF6FD

HEX: #BAF6FD
RGB: (186,246,253)

Color info

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

RGB color model

#BAF6FD color RGB value is (186,246,253).

  • red value is 186;
  • green value is 246;
  • blue value is 253.
RGB:
(186,246,253)
(73%,96%,99%)

RGB channels and saturation

R 186 of 255 = 73%
G 246 of 255 = 96%
B 253 of 255 = 99%

186
246
253

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

Portions of RGB colors in percentages

R + G + B =
186 + 246 + 253 = 685 (100%)
R 186 of 685 ~ 27.15%
G 246 of 685 ~ 35.91%
B 253 of 685 ~ 36.93%

%27.15
%35.91
%36.93

CMYK color model

#BAF6FD color CMYK value is (26,3,0,1).

  • cyan value is 26.48%
  • magenta value is 2.77%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(26,3,0,1)
C26M3Y0K1 
(26%,3%,0%,1%)
(0.26/0.03/0.00/0.01)	

CMYK percentages

%26.48
%2.77
%0
%0.78

Codes

Color #BAF6FD in popluar color models

BAF6FD
RGB186246253
HSL186°94.37%86.08%
HSB/HSV186°26.48%99.22%
CMYK26.48%2.77%0.00%
0.78%

Color #BAF6FD in popluar number systems.

HEXBAF6FD
Decimal186246253
Binary101110101111011011111101
Octal272366375

Shades and tints

Shades of #BAF6FD

#BAF6FD
(186,246,253)
#AAE0E6
(170,224,230)
#9ACACF
(154,202,207)
#8AB4B8
(138,180,184)
#7A9EA1
(122,158,161)
#6A888A
(106,136,138)
#5A7273
(90,114,115)
#4A5C5C
(74,92,92)
#3A4645
(58,70,69)
#2A302E
(42,48,46)
#1A1A17
(26,26,23)
#000000
(0,0,0)

Tints of #BAF6FD

#BAF6FD
(186,246,253)
#C0F6FD
(192,246,253)
#C6F6FD
(198,246,253)
#CCF6FD
(204,246,253)
#D2F6FD
(210,246,253)
#D8F6FD
(216,246,253)
#DEF6FD
(222,246,253)
#E4F6FD
(228,246,253)
#EAF6FD
(234,246,253)
#F0F6FD
(240,246,253)
#F6F6FD
(246,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAF6FD color. Also use rgb(186,246,253) instead hex code.

Text Font Color

.myTextColor { color: #BAF6FD; }

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

This text font color is #BAF6FD.


Background Color

.myBgColor { background-color: #BAF6FD; }

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

This div background color is #BAF6FD.


Border color

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

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

This div border color is #BAF6FD.


Opacity

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

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

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

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

This text has shadow with #BAF6FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAF6FD on black background.


Color preview on white background

This text has color #BAF6FD on white background.



Black color preview on #BAF6FD background

This text has black color on #BAF6FD background.


White color preview on #BAF6FD background

This text has white color on #BAF6FD background.