COLOR #BAEDC2

HEX: #BAEDC2
RGB: (186,237,194)

Color info

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

RGB color model

#BAEDC2 color RGB value is (186,237,194).

  • red value is 186;
  • green value is 237;
  • blue value is 194.
RGB:
(186,237,194)
(73%,93%,76%)

RGB channels and saturation

R 186 of 255 = 73%
G 237 of 255 = 93%
B 194 of 255 = 76%

186
237
194

R + G + B ~ 81%. #BAEDC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 237 + 194 = 617 (100%)
R 186 of 617 ~ 30.15%
G 237 of 617 ~ 38.41%
B 194 of 617 ~ 31.44%

%30.15
%38.41
%31.44

CMYK color model

#BAEDC2 color CMYK value is (22,0,18,7).

  • cyan value is 21.52%
  • magenta value is 0.00%
  • yellow value is 18.14%
  • key color value is 7.06%
CMYK:
(22,0,18,7)
C22M0Y18K7 
(22%,0%,18%,7%)
(0.22/0.00/0.18/0.07)	

CMYK percentages

%21.52
%0
%18.14
%7.06

Codes

Color #BAEDC2 in popluar color models

BAEDC2
RGB186237194
HSL129°58.62%82.94%
HSB/HSV129°21.52%92.94%
CMYK21.52%0.00%18.14%
7.06%

Color #BAEDC2 in popluar number systems.

HEXBAEDC2
Decimal186237194
Binary101110101110110111000010
Octal272355302

Shades and tints

Shades of #BAEDC2

#BAEDC2
(186,237,194)
#AAD8B1
(170,216,177)
#9AC3A0
(154,195,160)
#8AAE8F
(138,174,143)
#7A997E
(122,153,126)
#6A846D
(106,132,109)
#5A6F5C
(90,111,92)
#4A5A4B
(74,90,75)
#3A453A
(58,69,58)
#2A3029
(42,48,41)
#1A1B18
(26,27,24)
#000000
(0,0,0)

Tints of #BAEDC2

#BAEDC2
(186,237,194)
#C0EEC7
(192,238,199)
#C6EFCC
(198,239,204)
#CCF0D1
(204,240,209)
#D2F1D6
(210,241,214)
#D8F2DB
(216,242,219)
#DEF3E0
(222,243,224)
#E4F4E5
(228,244,229)
#EAF5EA
(234,245,234)
#F0F6EF
(240,246,239)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAEDC2 color. Also use rgb(186,237,194) instead hex code.

Text Font Color

.myTextColor { color: #BAEDC2; }

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

This text font color is #BAEDC2.


Background Color

.myBgColor { background-color: #BAEDC2; }

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

This div background color is #BAEDC2.


Border color

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

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

This div border color is #BAEDC2.


Opacity

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

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

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

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

This text has shadow with #BAEDC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAEDC2 on black background.


Color preview on white background

This text has color #BAEDC2 on white background.



Black color preview on #BAEDC2 background

This text has black color on #BAEDC2 background.


White color preview on #BAEDC2 background

This text has white color on #BAEDC2 background.