COLOR #BAEDC0

HEX: #BAEDC0
RGB: (186,237,192)

Color info

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

RGB color model

#BAEDC0 color RGB value is (186,237,192).

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

RGB channels and saturation

R 186 of 255 = 73%
G 237 of 255 = 93%
B 192 of 255 = 75%

186
237
192

R + G + B ~ 80%. #BAEDC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 237 + 192 = 615 (100%)
R 186 of 615 ~ 30.24%
G 237 of 615 ~ 38.54%
B 192 of 615 ~ 31.22%

%30.24
%38.54
%31.22

CMYK color model

#BAEDC0 color CMYK value is (22,0,19,7).

  • cyan value is 21.52%
  • magenta value is 0.00%
  • yellow value is 18.99%
  • key color value is 7.06%
CMYK:
(22,0,19,7)
C22M0Y19K7 
(22%,0%,19%,7%)
(0.22/0.00/0.19/0.07)	

CMYK percentages

%21.52
%0
%18.99
%7.06

Codes

Color #BAEDC0 in popluar color models

BAEDC0
RGB186237192
HSL127°58.62%82.94%
HSB/HSV127°21.52%92.94%
CMYK21.52%0.00%18.99%
7.06%

Color #BAEDC0 in popluar number systems.

HEXBAEDC0
Decimal186237192
Binary101110101110110111000000
Octal272355300

Shades and tints

Shades of #BAEDC0

#BAEDC0
(186,237,192)
#AAD8AF
(170,216,175)
#9AC39E
(154,195,158)
#8AAE8D
(138,174,141)
#7A997C
(122,153,124)
#6A846B
(106,132,107)
#5A6F5A
(90,111,90)
#4A5A49
(74,90,73)
#3A4538
(58,69,56)
#2A3027
(42,48,39)
#1A1B16
(26,27,22)
#000000
(0,0,0)

Tints of #BAEDC0

#BAEDC0
(186,237,192)
#C0EEC5
(192,238,197)
#C6EFCA
(198,239,202)
#CCF0CF
(204,240,207)
#D2F1D4
(210,241,212)
#D8F2D9
(216,242,217)
#DEF3DE
(222,243,222)
#E4F4E3
(228,244,227)
#EAF5E8
(234,245,232)
#F0F6ED
(240,246,237)
#F6F7F2
(246,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAEDC0; }

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

This text font color is #BAEDC0.


Background Color

.myBgColor { background-color: #BAEDC0; }

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

This div background color is #BAEDC0.


Border color

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

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

This div border color is #BAEDC0.


Opacity

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

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

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

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

This text has shadow with #BAEDC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAEDC0 on black background.


Color preview on white background

This text has color #BAEDC0 on white background.



Black color preview on #BAEDC0 background

This text has black color on #BAEDC0 background.


White color preview on #BAEDC0 background

This text has white color on #BAEDC0 background.