COLOR #BAEEC3

HEX: #BAEEC3 RGB: (186,238,195)

Color info

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

RGB color model

#BAEEC3 color RGB value is (186,238,195).

RGB: (186,238,195) (73%, 93%, 76%)

RGB channels and saturation

R 186 of 255 = 73%
G 238 of 255 = 93%
B 195 of 255 = 76%

186
238
195

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

Portions of RGB colors in percentages

R + G + B = 186 + 238 + 195 = 619 (100%)
R 186 of 619 ~ 30.05%
G 238 of 619 ~ 38.45%
B 195 of 619 ~ 31.5'%

%30.05
%38.45
%31.5

CMYK color model

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

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

CMYK percentages

%21.85
%0
%18.07
%6.67

Codes

Color #BAEEC3 in popluar color models

BA EE C3
RGB 186 238 195
HSL 130° 60.47% 83.14%
HSB/HSV 130° 21.85% 93.33%
CMYK 21.85% 0.00% 18.07%
6.67%

Color #BAEEC3 in popluar number systems.

HEX BA EE C3
Decimal 186 238 195
Binary 10111010 11101110 11000011
Octal 272 356 303

Shades and tints

Shades of #BAEEC3

#BAEEC3
(186,238,195)
#AAD9B2
(170,217,178)
#9AC4A1
(154,196,161)
#8AAF90
(138,175,144)
#7A9A7F
(122,154,127)
#6A856E
(106,133,110)
#5A705D
(90,112,93)
#4A5B4C
(74,91,76)
#3A463B
(58,70,59)
#2A312A
(42,49,42)
#1A1C19
(26,28,25)
#000000
(0,0,0)

Tints of #BAEEC3

#BAEEC3
(186,238,195)
#C0EFC8
(192,239,200)
#C6F0CD
(198,240,205)
#CCF1D2
(204,241,210)
#D2F2D7
(210,242,215)
#D8F3DC
(216,243,220)
#DEF4E1
(222,244,225)
#E4F5E6
(228,245,230)
#EAF6EB
(234,246,235)
#F0F7F0
(240,247,240)
#F6F8F5
(246,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAEEC3; }

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

This text font color is #BAEEC3.

Background Color

.myBgColor { background-color: #BAEEC3; }

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

This div background color is #BAEEC3.

Border color

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

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

This div border color is #BAEEC3.

Opacity

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

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

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

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

This text has shadow with #BAEEC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAEEC3.

Preview

Color preview on black background

This text has color #BAEEC3 on black background.


Color preview on white background

This text has color #BAEEC3 on white background.


Black color preview on #BAEEC3 background

This text has black color on #BAEEC3 background.


White color preview on #BAEEC3 background

This text has white color on #BAEEC3 background.


Related colors

Complementary color

Complementary color for #hex is #45113C.


I love getcolorcode.com

Triadic colors

1 #C3BAEE and #EEC3BA with #BAEEC3 are triadic colors.

2 #C3EEBA and #EEBAC3 with #BAEEC3 are triadic colors.