COLOR #BAF7E4

HEX: #BAF7E4
RGB: (186,247,228)

Color info

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

RGB color model

#BAF7E4 color RGB value is (186,247,228).

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

RGB channels and saturation

R 186 of 255 = 73%
G 247 of 255 = 97%
B 228 of 255 = 89%

186
247
228

R + G + B ~ 86%. #BAF7E4 is light color.

Portions of RGB colors in percentages

R + G + B =
186 + 247 + 228 = 661 (100%)
R 186 of 661 ~ 28.14%
G 247 of 661 ~ 37.37%
B 228 of 661 ~ 34.49%

%28.14
%37.37
%34.49

CMYK color model

#BAF7E4 color CMYK value is (25,0,8,3).

  • cyan value is 24.70%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 3.14%
CMYK:
(25,0,8,3)
C25M0Y8K3 
(25%,0%,8%,3%)
(0.25/0.00/0.08/0.03)	

CMYK percentages

%24.7
%0
%7.69
%3.14

Codes

Color #BAF7E4 in popluar color models

BAF7E4
RGB186247228
HSL161°79.22%84.90%
HSB/HSV161°24.70%96.86%
CMYK24.70%0.00%7.69%
3.14%

Color #BAF7E4 in popluar number systems.

HEXBAF7E4
Decimal186247228
Binary101110101111011111100100
Octal272367344

Shades and tints

Shades of #BAF7E4

#BAF7E4
(186,247,228)
#AAE1D0
(170,225,208)
#9ACBBC
(154,203,188)
#8AB5A8
(138,181,168)
#7A9F94
(122,159,148)
#6A8980
(106,137,128)
#5A736C
(90,115,108)
#4A5D58
(74,93,88)
#3A4744
(58,71,68)
#2A3130
(42,49,48)
#1A1B1C
(26,27,28)
#000000
(0,0,0)

Tints of #BAF7E4

#BAF7E4
(186,247,228)
#C0F7E6
(192,247,230)
#C6F7E8
(198,247,232)
#CCF7EA
(204,247,234)
#D2F7EC
(210,247,236)
#D8F7EE
(216,247,238)
#DEF7F0
(222,247,240)
#E4F7F2
(228,247,242)
#EAF7F4
(234,247,244)
#F0F7F6
(240,247,246)
#F6F7F8
(246,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAF7E4; }

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

This text font color is #BAF7E4.


Background Color

.myBgColor { background-color: #BAF7E4; }

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

This div background color is #BAF7E4.


Border color

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

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

This div border color is #BAF7E4.


Opacity

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

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

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

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

This text has shadow with #BAF7E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAF7E4 on black background.


Color preview on white background

This text has color #BAF7E4 on white background.



Black color preview on #BAF7E4 background

This text has black color on #BAF7E4 background.


White color preview on #BAF7E4 background

This text has white color on #BAF7E4 background.