COLOR #BAF7D6

HEX: #BAF7D6
RGB: (186,247,214)

Color info

#BAF7D6 contains mainly green and blue colors. Web safe color of #BAF7D6 is #CCFFCC (or #CFC).

RGB color model

#BAF7D6 color RGB value is (186,247,214).

  • red value is 186;
  • green value is 247;
  • blue value is 214.
RGB:
(186,247,214)
(73%,97%,84%)

RGB channels and saturation

R 186 of 255 = 73%
G 247 of 255 = 97%
B 214 of 255 = 84%

186
247
214

R + G + B ~ 85%. #BAF7D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 247 + 214 = 647 (100%)
R 186 of 647 ~ 28.75%
G 247 of 647 ~ 38.18%
B 214 of 647 ~ 33.08%

%28.75
%38.18
%33.08

CMYK color model

#BAF7D6 color CMYK value is (25,0,13,3).

  • cyan value is 24.70%
  • magenta value is 0.00%
  • yellow value is 13.36%
  • key color value is 3.14%
CMYK:
(25,0,13,3)
C25M0Y13K3 
(25%,0%,13%,3%)
(0.25/0.00/0.13/0.03)	

CMYK percentages

%24.7
%0
%13.36
%3.14

Codes

Color #BAF7D6 in popluar color models

BAF7D6
RGB186247214
HSL148°79.22%84.90%
HSB/HSV148°24.70%96.86%
CMYK24.70%0.00%13.36%
3.14%

Color #BAF7D6 in popluar number systems.

HEXBAF7D6
Decimal186247214
Binary101110101111011111010110
Octal272367326

Shades and tints

Shades of #BAF7D6

#BAF7D6
(186,247,214)
#AAE1C3
(170,225,195)
#9ACBB0
(154,203,176)
#8AB59D
(138,181,157)
#7A9F8A
(122,159,138)
#6A8977
(106,137,119)
#5A7364
(90,115,100)
#4A5D51
(74,93,81)
#3A473E
(58,71,62)
#2A312B
(42,49,43)
#1A1B18
(26,27,24)
#000000
(0,0,0)

Tints of #BAF7D6

#BAF7D6
(186,247,214)
#C0F7D9
(192,247,217)
#C6F7DC
(198,247,220)
#CCF7DF
(204,247,223)
#D2F7E2
(210,247,226)
#D8F7E5
(216,247,229)
#DEF7E8
(222,247,232)
#E4F7EB
(228,247,235)
#EAF7EE
(234,247,238)
#F0F7F1
(240,247,241)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAF7D6 color. Also use rgb(186,247,214) instead hex code.

Text Font Color

.myTextColor { color: #BAF7D6; }

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

This text font color is #BAF7D6.


Background Color

.myBgColor { background-color: #BAF7D6; }

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

This div background color is #BAF7D6.


Border color

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

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

This div border color is #BAF7D6.


Opacity

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

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

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

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

This text has shadow with #BAF7D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAF7D6 on black background.


Color preview on white background

This text has color #BAF7D6 on white background.



Black color preview on #BAF7D6 background

This text has black color on #BAF7D6 background.


White color preview on #BAF7D6 background

This text has white color on #BAF7D6 background.