COLOR #BAEBC3

HEX: #BAEBC3 RGB: (186,235,195)

Color info

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

RGB color model

#BAEBC3 color RGB value is (186,235,195).

RGB: (186,235,195) (73%, 92%, 76%)

RGB channels and saturation

R 186 of 255 = 73%
G 235 of 255 = 92%
B 195 of 255 = 76%

186
235
195

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

Portions of RGB colors in percentages

R + G + B = 186 + 235 + 195 = 616 (100%)
R 186 of 616 ~ 30.19%
G 235 of 616 ~ 38.15%
B 195 of 616 ~ 31.66'%

%30.19
%38.15
%31.66

CMYK color model

#BAEBC3 color CMYK value is (21,0,17,8).

  • cyan value is 20.85%
  • magenta value is 0.00%
  • yellow value is 17.02%
  • key color value is 7.84%

CMYK: (21,0,17,8)
C21M0Y17K8 (21%, 0%, 17%, 8%)
(0.21 / 0.00 / 0.17 / 0.08)

CMYK percentages

%20.85
%0
%17.02
%7.84

Codes

Color #BAEBC3 in popluar color models

BA EB C3
RGB 186 235 195
HSL 131° 55.06% 82.55%
HSB/HSV 131° 20.85% 92.16%
CMYK 20.85% 0.00% 17.02%
7.84%

Color #BAEBC3 in popluar number systems.

HEX BA EB C3
Decimal 186 235 195
Binary 10111010 11101011 11000011
Octal 272 353 303

Shades and tints

Shades of #BAEBC3

#BAEBC3
(186,235,195)
#AAD6B2
(170,214,178)
#9AC1A1
(154,193,161)
#8AAC90
(138,172,144)
#7A977F
(122,151,127)
#6A826E
(106,130,110)
#5A6D5D
(90,109,93)
#4A584C
(74,88,76)
#3A433B
(58,67,59)
#2A2E2A
(42,46,42)
#1A1919
(26,25,25)
#000000
(0,0,0)

Tints of #BAEBC3

#BAEBC3
(186,235,195)
#C0ECC8
(192,236,200)
#C6EDCD
(198,237,205)
#CCEED2
(204,238,210)
#D2EFD7
(210,239,215)
#D8F0DC
(216,240,220)
#DEF1E1
(222,241,225)
#E4F2E6
(228,242,230)
#EAF3EB
(234,243,235)
#F0F4F0
(240,244,240)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAEBC3; }

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

This text font color is #BAEBC3.

Background Color

.myBgColor { background-color: #BAEBC3; }

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

This div background color is #BAEBC3.

Border color

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

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

This div border color is #BAEBC3.

Opacity

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

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

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

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

This text has shadow with #BAEBC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAEBC3.

Preview

Color preview on black background

This text has color #BAEBC3 on black background.


Color preview on white background

This text has color #BAEBC3 on white background.


Black color preview on #BAEBC3 background

This text has black color on #BAEBC3 background.


White color preview on #BAEBC3 background

This text has white color on #BAEBC3 background.


Related colors

Complementary color

Complementary color for #hex is #45143C.


I love getcolorcode.com

Triadic colors

1 #C3BAEB and #EBC3BA with #BAEBC3 are triadic colors.

2 #C3EBBA and #EBBAC3 with #BAEBC3 are triadic colors.