COLOR #BAF1DD

HEX: #BAF1DD
RGB: (186,241,221)

Color info

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

RGB color model

#BAF1DD color RGB value is (186,241,221).

  • red value is 186;
  • green value is 241;
  • blue value is 221.
RGB:
(186,241,221)
(73%,95%,87%)

RGB channels and saturation

R 186 of 255 = 73%
G 241 of 255 = 95%
B 221 of 255 = 87%

186
241
221

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

Portions of RGB colors in percentages

R + G + B =
186 + 241 + 221 = 648 (100%)
R 186 of 648 ~ 28.7%
G 241 of 648 ~ 37.19%
B 221 of 648 ~ 34.1%

%28.7
%37.19
%34.1

CMYK color model

#BAF1DD color CMYK value is (23,0,8,5).

  • cyan value is 22.82%
  • magenta value is 0.00%
  • yellow value is 8.30%
  • key color value is 5.49%
CMYK:
(23,0,8,5)
C23M0Y8K5 
(23%,0%,8%,5%)
(0.23/0.00/0.08/0.05)	

CMYK percentages

%22.82
%0
%8.3
%5.49

Codes

Color #BAF1DD in popluar color models

BAF1DD
RGB186241221
HSL158°66.27%83.73%
HSB/HSV158°22.82%94.51%
CMYK22.82%0.00%8.30%
5.49%

Color #BAF1DD in popluar number systems.

HEXBAF1DD
Decimal186241221
Binary101110101111000111011101
Octal272361335

Shades and tints

Shades of #BAF1DD

#BAF1DD
(186,241,221)
#AADCC9
(170,220,201)
#9AC7B5
(154,199,181)
#8AB2A1
(138,178,161)
#7A9D8D
(122,157,141)
#6A8879
(106,136,121)
#5A7365
(90,115,101)
#4A5E51
(74,94,81)
#3A493D
(58,73,61)
#2A3429
(42,52,41)
#1A1F15
(26,31,21)
#000000
(0,0,0)

Tints of #BAF1DD

#BAF1DD
(186,241,221)
#C0F2E0
(192,242,224)
#C6F3E3
(198,243,227)
#CCF4E6
(204,244,230)
#D2F5E9
(210,245,233)
#D8F6EC
(216,246,236)
#DEF7EF
(222,247,239)
#E4F8F2
(228,248,242)
#EAF9F5
(234,249,245)
#F0FAF8
(240,250,248)
#F6FBFB
(246,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAF1DD color. Also use rgb(186,241,221) instead hex code.

Text Font Color

.myTextColor { color: #BAF1DD; }

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

This text font color is #BAF1DD.


Background Color

.myBgColor { background-color: #BAF1DD; }

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

This div background color is #BAF1DD.


Border color

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

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

This div border color is #BAF1DD.


Opacity

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

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

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

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

This text has shadow with #BAF1DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAF1DD on black background.


Color preview on white background

This text has color #BAF1DD on white background.



Black color preview on #BAF1DD background

This text has black color on #BAF1DD background.


White color preview on #BAF1DD background

This text has white color on #BAF1DD background.