COLOR #BAEFD2

HEX: #BAEFD2
RGB: (186,239,210)

Color info

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

RGB color model

#BAEFD2 color RGB value is (186,239,210).

  • red value is 186;
  • green value is 239;
  • blue value is 210.
RGB:
(186,239,210)
(73%,94%,82%)

RGB channels and saturation

R 186 of 255 = 73%
G 239 of 255 = 94%
B 210 of 255 = 82%

186
239
210

R + G + B ~ 83%. #BAEFD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 239 + 210 = 635 (100%)
R 186 of 635 ~ 29.29%
G 239 of 635 ~ 37.64%
B 210 of 635 ~ 33.07%

%29.29
%37.64
%33.07

CMYK color model

#BAEFD2 color CMYK value is (22,0,12,6).

  • cyan value is 22.18%
  • magenta value is 0.00%
  • yellow value is 12.13%
  • key color value is 6.27%
CMYK:
(22,0,12,6)
C22M0Y12K6 
(22%,0%,12%,6%)
(0.22/0.00/0.12/0.06)	

CMYK percentages

%22.18
%0
%12.13
%6.27

Codes

Color #BAEFD2 in popluar color models

BAEFD2
RGB186239210
HSL147°62.35%83.33%
HSB/HSV147°22.18%93.73%
CMYK22.18%0.00%12.13%
6.27%

Color #BAEFD2 in popluar number systems.

HEXBAEFD2
Decimal186239210
Binary101110101110111111010010
Octal272357322

Shades and tints

Shades of #BAEFD2

#BAEFD2
(186,239,210)
#AADABF
(170,218,191)
#9AC5AC
(154,197,172)
#8AB099
(138,176,153)
#7A9B86
(122,155,134)
#6A8673
(106,134,115)
#5A7160
(90,113,96)
#4A5C4D
(74,92,77)
#3A473A
(58,71,58)
#2A3227
(42,50,39)
#1A1D14
(26,29,20)
#000000
(0,0,0)

Tints of #BAEFD2

#BAEFD2
(186,239,210)
#C0F0D6
(192,240,214)
#C6F1DA
(198,241,218)
#CCF2DE
(204,242,222)
#D2F3E2
(210,243,226)
#D8F4E6
(216,244,230)
#DEF5EA
(222,245,234)
#E4F6EE
(228,246,238)
#EAF7F2
(234,247,242)
#F0F8F6
(240,248,246)
#F6F9FA
(246,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAEFD2 color. Also use rgb(186,239,210) instead hex code.

Text Font Color

.myTextColor { color: #BAEFD2; }

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

This text font color is #BAEFD2.


Background Color

.myBgColor { background-color: #BAEFD2; }

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

This div background color is #BAEFD2.


Border color

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

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

This div border color is #BAEFD2.


Opacity

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

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

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

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

This text has shadow with #BAEFD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAEFD2 on black background.


Color preview on white background

This text has color #BAEFD2 on white background.



Black color preview on #BAEFD2 background

This text has black color on #BAEFD2 background.


White color preview on #BAEFD2 background

This text has white color on #BAEFD2 background.