COLOR #BAEBDE

HEX: #BAEBDE
RGB: (186,235,222)

Color info

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

RGB color model

#BAEBDE color RGB value is (186,235,222).

  • red value is 186;
  • green value is 235;
  • blue value is 222.
RGB:
(186,235,222)
(73%,92%,87%)

RGB channels and saturation

R 186 of 255 = 73%
G 235 of 255 = 92%
B 222 of 255 = 87%

186
235
222

R + G + B ~ 84%. #BAEBDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 235 + 222 = 643 (100%)
R 186 of 643 ~ 28.93%
G 235 of 643 ~ 36.55%
B 222 of 643 ~ 34.53%

%28.93
%36.55
%34.53

CMYK color model

#BAEBDE color CMYK value is (21,0,6,8).

  • cyan value is 20.85%
  • magenta value is 0.00%
  • yellow value is 5.53%
  • key color value is 7.84%
CMYK:
(21,0,6,8)
C21M0Y6K8 
(21%,0%,6%,8%)
(0.21/0.00/0.06/0.08)	

CMYK percentages

%20.85
%0
%5.53
%7.84

Codes

Color #BAEBDE in popluar color models

BAEBDE
RGB186235222
HSL164°55.06%82.55%
HSB/HSV164°20.85%92.16%
CMYK20.85%0.00%5.53%
7.84%

Color #BAEBDE in popluar number systems.

HEXBAEBDE
Decimal186235222
Binary101110101110101111011110
Octal272353336

Shades and tints

Shades of #BAEBDE

#BAEBDE
(186,235,222)
#AAD6CA
(170,214,202)
#9AC1B6
(154,193,182)
#8AACA2
(138,172,162)
#7A978E
(122,151,142)
#6A827A
(106,130,122)
#5A6D66
(90,109,102)
#4A5852
(74,88,82)
#3A433E
(58,67,62)
#2A2E2A
(42,46,42)
#1A1916
(26,25,22)
#000000
(0,0,0)

Tints of #BAEBDE

#BAEBDE
(186,235,222)
#C0ECE1
(192,236,225)
#C6EDE4
(198,237,228)
#CCEEE7
(204,238,231)
#D2EFEA
(210,239,234)
#D8F0ED
(216,240,237)
#DEF1F0
(222,241,240)
#E4F2F3
(228,242,243)
#EAF3F6
(234,243,246)
#F0F4F9
(240,244,249)
#F6F5FC
(246,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAEBDE; }

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

This text font color is #BAEBDE.


Background Color

.myBgColor { background-color: #BAEBDE; }

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

This div background color is #BAEBDE.


Border color

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

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

This div border color is #BAEBDE.


Opacity

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

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

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

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

This text has shadow with #BAEBDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAEBDE on black background.


Color preview on white background

This text has color #BAEBDE on white background.



Black color preview on #BAEBDE background

This text has black color on #BAEBDE background.


White color preview on #BAEBDE background

This text has white color on #BAEBDE background.