COLOR #BAEED4

HEX: #BAEED4
RGB: (186,238,212)

Color info

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

RGB color model

#BAEED4 color RGB value is (186,238,212).

  • red value is 186;
  • green value is 238;
  • blue value is 212.
RGB:
(186,238,212)
(73%,93%,83%)

RGB channels and saturation

R 186 of 255 = 73%
G 238 of 255 = 93%
B 212 of 255 = 83%

186
238
212

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

Portions of RGB colors in percentages

R + G + B =
186 + 238 + 212 = 636 (100%)
R 186 of 636 ~ 29.25%
G 238 of 636 ~ 37.42%
B 212 of 636 ~ 33.33%

%29.25
%37.42
%33.33

CMYK color model

#BAEED4 color CMYK value is (22,0,11,7).

  • cyan value is 21.85%
  • magenta value is 0.00%
  • yellow value is 10.92%
  • key color value is 6.67%
CMYK:
(22,0,11,7)
C22M0Y11K7 
(22%,0%,11%,7%)
(0.22/0.00/0.11/0.07)	

CMYK percentages

%21.85
%0
%10.92
%6.67

Codes

Color #BAEED4 in popluar color models

BAEED4
RGB186238212
HSL150°60.47%83.14%
HSB/HSV150°21.85%93.33%
CMYK21.85%0.00%10.92%
6.67%

Color #BAEED4 in popluar number systems.

HEXBAEED4
Decimal186238212
Binary101110101110111011010100
Octal272356324

Shades and tints

Shades of #BAEED4

#BAEED4
(186,238,212)
#AAD9C1
(170,217,193)
#9AC4AE
(154,196,174)
#8AAF9B
(138,175,155)
#7A9A88
(122,154,136)
#6A8575
(106,133,117)
#5A7062
(90,112,98)
#4A5B4F
(74,91,79)
#3A463C
(58,70,60)
#2A3129
(42,49,41)
#1A1C16
(26,28,22)
#000000
(0,0,0)

Tints of #BAEED4

#BAEED4
(186,238,212)
#C0EFD7
(192,239,215)
#C6F0DA
(198,240,218)
#CCF1DD
(204,241,221)
#D2F2E0
(210,242,224)
#D8F3E3
(216,243,227)
#DEF4E6
(222,244,230)
#E4F5E9
(228,245,233)
#EAF6EC
(234,246,236)
#F0F7EF
(240,247,239)
#F6F8F2
(246,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAEED4 color. Also use rgb(186,238,212) instead hex code.

Text Font Color

.myTextColor { color: #BAEED4; }

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

This text font color is #BAEED4.


Background Color

.myBgColor { background-color: #BAEED4; }

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

This div background color is #BAEED4.


Border color

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

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

This div border color is #BAEED4.


Opacity

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

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

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

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

This text has shadow with #BAEED4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAEED4 on black background.


Color preview on white background

This text has color #BAEED4 on white background.



Black color preview on #BAEED4 background

This text has black color on #BAEED4 background.


White color preview on #BAEED4 background

This text has white color on #BAEED4 background.