COLOR #BAF0D6

HEX: #BAF0D6
RGB: (186,240,214)

Color info

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

RGB color model

#BAF0D6 color RGB value is (186,240,214).

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

RGB channels and saturation

R 186 of 255 = 73%
G 240 of 255 = 94%
B 214 of 255 = 84%

186
240
214

R + G + B ~ 84%. #BAF0D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 240 + 214 = 640 (100%)
R 186 of 640 ~ 29.06%
G 240 of 640 ~ 37.5%
B 214 of 640 ~ 33.44%

%29.06
%37.5
%33.44

CMYK color model

#BAF0D6 color CMYK value is (23,0,11,6).

  • cyan value is 22.50%
  • magenta value is 0.00%
  • yellow value is 10.83%
  • key color value is 5.88%
CMYK:
(23,0,11,6)
C23M0Y11K6 
(23%,0%,11%,6%)
(0.23/0.00/0.11/0.06)	

CMYK percentages

%22.5
%0
%10.83
%5.88

Codes

Color #BAF0D6 in popluar color models

BAF0D6
RGB186240214
HSL151°64.29%83.53%
HSB/HSV151°22.50%94.12%
CMYK22.50%0.00%10.83%
5.88%

Color #BAF0D6 in popluar number systems.

HEXBAF0D6
Decimal186240214
Binary101110101111000011010110
Octal272360326

Shades and tints

Shades of #BAF0D6

#BAF0D6
(186,240,214)
#AADBC3
(170,219,195)
#9AC6B0
(154,198,176)
#8AB19D
(138,177,157)
#7A9C8A
(122,156,138)
#6A8777
(106,135,119)
#5A7264
(90,114,100)
#4A5D51
(74,93,81)
#3A483E
(58,72,62)
#2A332B
(42,51,43)
#1A1E18
(26,30,24)
#000000
(0,0,0)

Tints of #BAF0D6

#BAF0D6
(186,240,214)
#C0F1D9
(192,241,217)
#C6F2DC
(198,242,220)
#CCF3DF
(204,243,223)
#D2F4E2
(210,244,226)
#D8F5E5
(216,245,229)
#DEF6E8
(222,246,232)
#E4F7EB
(228,247,235)
#EAF8EE
(234,248,238)
#F0F9F1
(240,249,241)
#F6FAF4
(246,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAF0D6; }

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

This text font color is #BAF0D6.


Background Color

.myBgColor { background-color: #BAF0D6; }

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

This div background color is #BAF0D6.


Border color

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

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

This div border color is #BAF0D6.


Opacity

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

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

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

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

This text has shadow with #BAF0D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAF0D6 on black background.


Color preview on white background

This text has color #BAF0D6 on white background.



Black color preview on #BAF0D6 background

This text has black color on #BAF0D6 background.


White color preview on #BAF0D6 background

This text has white color on #BAF0D6 background.