COLOR #BAD5BF

HEX: #BAD5BF
RGB: (186,213,191)

Color info

#BAD5BF contains red, green and blue colors in about the same proportion. Web safe color of #BAD5BF is #CCCCCC (or #CCC).

RGB color model

#BAD5BF color RGB value is (186,213,191).

  • red value is 186;
  • green value is 213;
  • blue value is 191.
RGB:
(186,213,191)
(73%,84%,75%)

RGB channels and saturation

R 186 of 255 = 73%
G 213 of 255 = 84%
B 191 of 255 = 75%

186
213
191

R + G + B ~ 77%. #BAD5BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 213 + 191 = 590 (100%)
R 186 of 590 ~ 31.53%
G 213 of 590 ~ 36.1%
B 191 of 590 ~ 32.37%

%31.53
%36.1
%32.37

CMYK color model

#BAD5BF color CMYK value is (13,0,10,16).

  • cyan value is 12.68%
  • magenta value is 0.00%
  • yellow value is 10.33%
  • key color value is 16.47%
CMYK:
(13,0,10,16)
C13M0Y10K16 
(13%,0%,10%,16%)
(0.13/0.00/0.10/0.16)	

CMYK percentages

%12.68
%0
%10.33
%16.47

Codes

Color #BAD5BF in popluar color models

BAD5BF
RGB186213191
HSL131°24.32%78.24%
HSB/HSV131°12.68%83.53%
CMYK12.68%0.00%10.33%
16.47%

Color #BAD5BF in popluar number systems.

HEXBAD5BF
Decimal186213191
Binary101110101101010110111111
Octal272325277

Shades and tints

Shades of #BAD5BF

#BAD5BF
(186,213,191)
#AAC2AE
(170,194,174)
#9AAF9D
(154,175,157)
#8A9C8C
(138,156,140)
#7A897B
(122,137,123)
#6A766A
(106,118,106)
#5A6359
(90,99,89)
#4A5048
(74,80,72)
#3A3D37
(58,61,55)
#2A2A26
(42,42,38)
#1A1715
(26,23,21)
#000000
(0,0,0)

Tints of #BAD5BF

#BAD5BF
(186,213,191)
#C0D8C4
(192,216,196)
#C6DBC9
(198,219,201)
#CCDECE
(204,222,206)
#D2E1D3
(210,225,211)
#D8E4D8
(216,228,216)
#DEE7DD
(222,231,221)
#E4EAE2
(228,234,226)
#EAEDE7
(234,237,231)
#F0F0EC
(240,240,236)
#F6F3F1
(246,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAD5BF color. Also use rgb(186,213,191) instead hex code.

Text Font Color

.myTextColor { color: #BAD5BF; }

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

This text font color is #BAD5BF.


Background Color

.myBgColor { background-color: #BAD5BF; }

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

This div background color is #BAD5BF.


Border color

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

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

This div border color is #BAD5BF.


Opacity

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

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

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

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

This text has shadow with #BAD5BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAD5BF on black background.


Color preview on white background

This text has color #BAD5BF on white background.



Black color preview on #BAD5BF background

This text has black color on #BAD5BF background.


White color preview on #BAD5BF background

This text has white color on #BAD5BF background.