COLOR #BAF4DC

HEX: #BAF4DC
RGB: (186,244,220)

Color info

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

RGB color model

#BAF4DC color RGB value is (186,244,220).

  • red value is 186;
  • green value is 244;
  • blue value is 220.
RGB:
(186,244,220)
(73%,96%,86%)

RGB channels and saturation

R 186 of 255 = 73%
G 244 of 255 = 96%
B 220 of 255 = 86%

186
244
220

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

Portions of RGB colors in percentages

R + G + B =
186 + 244 + 220 = 650 (100%)
R 186 of 650 ~ 28.62%
G 244 of 650 ~ 37.54%
B 220 of 650 ~ 33.85%

%28.62
%37.54
%33.85

CMYK color model

#BAF4DC color CMYK value is (24,0,10,4).

  • cyan value is 23.77%
  • magenta value is 0.00%
  • yellow value is 9.84%
  • key color value is 4.31%
CMYK:
(24,0,10,4)
C24M0Y10K4 
(24%,0%,10%,4%)
(0.24/0.00/0.10/0.04)	

CMYK percentages

%23.77
%0
%9.84
%4.31

Codes

Color #BAF4DC in popluar color models

BAF4DC
RGB186244220
HSL155°72.50%84.31%
HSB/HSV155°23.77%95.69%
CMYK23.77%0.00%9.84%
4.31%

Color #BAF4DC in popluar number systems.

HEXBAF4DC
Decimal186244220
Binary101110101111010011011100
Octal272364334

Shades and tints

Shades of #BAF4DC

#BAF4DC
(186,244,220)
#AADEC8
(170,222,200)
#9AC8B4
(154,200,180)
#8AB2A0
(138,178,160)
#7A9C8C
(122,156,140)
#6A8678
(106,134,120)
#5A7064
(90,112,100)
#4A5A50
(74,90,80)
#3A443C
(58,68,60)
#2A2E28
(42,46,40)
#1A1814
(26,24,20)
#000000
(0,0,0)

Tints of #BAF4DC

#BAF4DC
(186,244,220)
#C0F5DF
(192,245,223)
#C6F6E2
(198,246,226)
#CCF7E5
(204,247,229)
#D2F8E8
(210,248,232)
#D8F9EB
(216,249,235)
#DEFAEE
(222,250,238)
#E4FBF1
(228,251,241)
#EAFCF4
(234,252,244)
#F0FDF7
(240,253,247)
#F6FEFA
(246,254,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAF4DC color. Also use rgb(186,244,220) instead hex code.

Text Font Color

.myTextColor { color: #BAF4DC; }

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

This text font color is #BAF4DC.


Background Color

.myBgColor { background-color: #BAF4DC; }

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

This div background color is #BAF4DC.


Border color

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

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

This div border color is #BAF4DC.


Opacity

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

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

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

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

This text has shadow with #BAF4DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAF4DC on black background.


Color preview on white background

This text has color #BAF4DC on white background.



Black color preview on #BAF4DC background

This text has black color on #BAF4DC background.


White color preview on #BAF4DC background

This text has white color on #BAF4DC background.