COLOR #BAF0CC

HEX: #BAF0CC
RGB: (186,240,204)

Color info

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

RGB color model

#BAF0CC color RGB value is (186,240,204).

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

RGB channels and saturation

R 186 of 255 = 73%
G 240 of 255 = 94%
B 204 of 255 = 80%

186
240
204

R + G + B ~ 82%. #BAF0CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 240 + 204 = 630 (100%)
R 186 of 630 ~ 29.52%
G 240 of 630 ~ 38.1%
B 204 of 630 ~ 32.38%

%29.52
%38.1
%32.38

CMYK color model

#BAF0CC color CMYK value is (23,0,15,6).

  • cyan value is 22.50%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 5.88%
CMYK:
(23,0,15,6)
C23M0Y15K6 
(23%,0%,15%,6%)
(0.23/0.00/0.15/0.06)	

CMYK percentages

%22.5
%0
%15
%5.88

Codes

Color #BAF0CC in popluar color models

BAF0CC
RGB186240204
HSL140°64.29%83.53%
HSB/HSV140°22.50%94.12%
CMYK22.50%0.00%15.00%
5.88%

Color #BAF0CC in popluar number systems.

HEXBAF0CC
Decimal186240204
Binary101110101111000011001100
Octal272360314

Shades and tints

Shades of #BAF0CC

#BAF0CC
(186,240,204)
#AADBBA
(170,219,186)
#9AC6A8
(154,198,168)
#8AB196
(138,177,150)
#7A9C84
(122,156,132)
#6A8772
(106,135,114)
#5A7260
(90,114,96)
#4A5D4E
(74,93,78)
#3A483C
(58,72,60)
#2A332A
(42,51,42)
#1A1E18
(26,30,24)
#000000
(0,0,0)

Tints of #BAF0CC

#BAF0CC
(186,240,204)
#C0F1D0
(192,241,208)
#C6F2D4
(198,242,212)
#CCF3D8
(204,243,216)
#D2F4DC
(210,244,220)
#D8F5E0
(216,245,224)
#DEF6E4
(222,246,228)
#E4F7E8
(228,247,232)
#EAF8EC
(234,248,236)
#F0F9F0
(240,249,240)
#F6FAF4
(246,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAF0CC; }

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

This text font color is #BAF0CC.


Background Color

.myBgColor { background-color: #BAF0CC; }

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

This div background color is #BAF0CC.


Border color

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

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

This div border color is #BAF0CC.


Opacity

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

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

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

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

This text has shadow with #BAF0CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAF0CC on black background.


Color preview on white background

This text has color #BAF0CC on white background.



Black color preview on #BAF0CC background

This text has black color on #BAF0CC background.


White color preview on #BAF0CC background

This text has white color on #BAF0CC background.