COLOR #BAEBD1

HEX: #BAEBD1 RGB: (186,235,209)

Color info

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

RGB color model

#BAEBD1 color RGB value is (186,235,209).

RGB: (186,235,209) (73%, 92%, 82%)

RGB channels and saturation

R 186 of 255 = 73%
G 235 of 255 = 92%
B 209 of 255 = 82%

186
235
209

R + G + B ~ 82%. #BAEBD1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 235 + 209 = 630 (100%)
R 186 of 630 ~ 29.52%
G 235 of 630 ~ 37.3%
B 209 of 630 ~ 33.17'%

%29.52
%37.3
%33.17

CMYK color model

#BAEBD1 color CMYK value is (21,0,11,8).

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

CMYK: (21,0,11,8)
C21M0Y11K8 (21%, 0%, 11%, 8%)
(0.21 / 0.00 / 0.11 / 0.08)

CMYK percentages

%20.85
%0
%11.06
%7.84

Codes

Color #BAEBD1 in popluar color models

BA EB D1
RGB 186 235 209
HSL 148° 55.06% 82.55%
HSB/HSV 148° 20.85% 92.16%
CMYK 20.85% 0.00% 11.06%
7.84%

Color #BAEBD1 in popluar number systems.

HEX BA EB D1
Decimal 186 235 209
Binary 10111010 11101011 11010001
Octal 272 353 321

Shades and tints

Shades of #BAEBD1

#BAEBD1
(186,235,209)
#AAD6BE
(170,214,190)
#9AC1AB
(154,193,171)
#8AAC98
(138,172,152)
#7A9785
(122,151,133)
#6A8272
(106,130,114)
#5A6D5F
(90,109,95)
#4A584C
(74,88,76)
#3A4339
(58,67,57)
#2A2E26
(42,46,38)
#1A1913
(26,25,19)
#000000
(0,0,0)

Tints of #BAEBD1

#BAEBD1
(186,235,209)
#C0ECD5
(192,236,213)
#C6EDD9
(198,237,217)
#CCEEDD
(204,238,221)
#D2EFE1
(210,239,225)
#D8F0E5
(216,240,229)
#DEF1E9
(222,241,233)
#E4F2ED
(228,242,237)
#EAF3F1
(234,243,241)
#F0F4F5
(240,244,245)
#F6F5F9
(246,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAEBD1; }

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

This text font color is #BAEBD1.

Background Color

.myBgColor { background-color: #BAEBD1; }

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

This div background color is #BAEBD1.

Border color

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

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

This div border color is #BAEBD1.

Opacity

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

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

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

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

This text has shadow with #BAEBD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAEBD1.

Preview

Color preview on black background

This text has color #BAEBD1 on black background.


Color preview on white background

This text has color #BAEBD1 on white background.


Black color preview on #BAEBD1 background

This text has black color on #BAEBD1 background.


White color preview on #BAEBD1 background

This text has white color on #BAEBD1 background.


Related colors

Complementary color

Complementary color for #hex is #45142E.


I love getcolorcode.com

Triadic colors

1 #D1BAEB and #EBD1BA with #BAEBD1 are triadic colors.

2 #D1EBBA and #EBBAD1 with #BAEBD1 are triadic colors.