COLOR #BAEED7

HEX: #BAEED7
RGB: (186,238,215)

Color info

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

RGB color model

#BAEED7 color RGB value is (186,238,215).

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

RGB channels and saturation

R 186 of 255 = 73%
G 238 of 255 = 93%
B 215 of 255 = 84%

186
238
215

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

Portions of RGB colors in percentages

R + G + B =
186 + 238 + 215 = 639 (100%)
R 186 of 639 ~ 29.11%
G 238 of 639 ~ 37.25%
B 215 of 639 ~ 33.65%

%29.11
%37.25
%33.65

CMYK color model

#BAEED7 color CMYK value is (22,0,10,7).

  • cyan value is 21.85%
  • magenta value is 0.00%
  • yellow value is 9.66%
  • key color value is 6.67%
CMYK:
(22,0,10,7)
C22M0Y10K7 
(22%,0%,10%,7%)
(0.22/0.00/0.10/0.07)	

CMYK percentages

%21.85
%0
%9.66
%6.67

Codes

Color #BAEED7 in popluar color models

BAEED7
RGB186238215
HSL153°60.47%83.14%
HSB/HSV153°21.85%93.33%
CMYK21.85%0.00%9.66%
6.67%

Color #BAEED7 in popluar number systems.

HEXBAEED7
Decimal186238215
Binary101110101110111011010111
Octal272356327

Shades and tints

Shades of #BAEED7

#BAEED7
(186,238,215)
#AAD9C4
(170,217,196)
#9AC4B1
(154,196,177)
#8AAF9E
(138,175,158)
#7A9A8B
(122,154,139)
#6A8578
(106,133,120)
#5A7065
(90,112,101)
#4A5B52
(74,91,82)
#3A463F
(58,70,63)
#2A312C
(42,49,44)
#1A1C19
(26,28,25)
#000000
(0,0,0)

Tints of #BAEED7

#BAEED7
(186,238,215)
#C0EFDA
(192,239,218)
#C6F0DD
(198,240,221)
#CCF1E0
(204,241,224)
#D2F2E3
(210,242,227)
#D8F3E6
(216,243,230)
#DEF4E9
(222,244,233)
#E4F5EC
(228,245,236)
#EAF6EF
(234,246,239)
#F0F7F2
(240,247,242)
#F6F8F5
(246,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAEED7; }

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

This text font color is #BAEED7.


Background Color

.myBgColor { background-color: #BAEED7; }

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

This div background color is #BAEED7.


Border color

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

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

This div border color is #BAEED7.


Opacity

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

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

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

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

This text has shadow with #BAEED7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAEED7 on black background.


Color preview on white background

This text has color #BAEED7 on white background.



Black color preview on #BAEED7 background

This text has black color on #BAEED7 background.


White color preview on #BAEED7 background

This text has white color on #BAEED7 background.