COLOR #BAD3BE

HEX: #BAD3BE RGB: (186,211,190)

Color info

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

RGB color model

#BAD3BE color RGB value is (186,211,190).

RGB: (186,211,190) (73%, 83%, 75%)

RGB channels and saturation

R 186 of 255 = 73%
G 211 of 255 = 83%
B 190 of 255 = 75%

186
211
190

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

Portions of RGB colors in percentages

R + G + B = 186 + 211 + 190 = 587 (100%)
R 186 of 587 ~ 31.69%
G 211 of 587 ~ 35.95%
B 190 of 587 ~ 32.37'%

%31.69
%35.95
%32.37

CMYK color model

#BAD3BE color CMYK value is (12,0,10,17).

  • cyan value is 11.85%
  • magenta value is 0.00%
  • yellow value is 9.95%
  • key color value is 17.25%
CMYK: (12,0,10,17) C12M0Y10K17 (12%,0%,10%,17%) (0.12/0.00/0.10/0.17) 

CMYK percentages

%11.85
%0
%9.95
%17.25

Codes

Color #BAD3BE in popluar color models

BA D3 BE
RGB 186 211 190
HSL 130° 22.12% 77.84%
HSB/HSV 130° 11.85% 82.75%
CMYK 11.85% 0.00% 9.95%
17.25%

Color #BAD3BE in popluar number systems.

HEX BA D3 BE
Decimal 186 211 190
Binary 10111010 11010011 10111110
Octal 272 323 276

Shades and tints

Shades of #BAD3BE

#BAD3BE
(186,211,190)
#AAC0AD
(170,192,173)
#9AAD9C
(154,173,156)
#8A9A8B
(138,154,139)
#7A877A
(122,135,122)
#6A7469
(106,116,105)
#5A6158
(90,97,88)
#4A4E47
(74,78,71)
#3A3B36
(58,59,54)
#2A2825
(42,40,37)
#1A1514
(26,21,20)
#000000
(0,0,0)

Tints of #BAD3BE

#BAD3BE
(186,211,190)
#C0D7C3
(192,215,195)
#C6DBC8
(198,219,200)
#CCDFCD
(204,223,205)
#D2E3D2
(210,227,210)
#D8E7D7
(216,231,215)
#DEEBDC
(222,235,220)
#E4EFE1
(228,239,225)
#EAF3E6
(234,243,230)
#F0F7EB
(240,247,235)
#F6FBF0
(246,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAD3BE color. Also use rgb(186,211,190) instead hex code.

Text Font Color

.myTextColor { color: #BAD3BE; }

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

This text font color is #BAD3BE.

Background Color

.myBgColor { background-color: #BAD3BE; }

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

This div background color is #BAD3BE.

Border color

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

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

This div border color is #BAD3BE.

Opacity

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

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

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

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

This text has shadow with #BAD3BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAD3BE.

Preview

Color preview on black background

This text has color #BAD3BE on black background.


Color preview on white background

This text has color #BAD3BE on white background.


Black color preview on #BAD3BE background

This text has black color on #BAD3BE background.


White color preview on #BAD3BE background

This text has white color on #BAD3BE background.


Related colors

Complementary color

Complementary color for #hex is #452C41.


I love getcolorcode.com

Triadic colors

1 #BEBAD3 and #D3BEBA with #BAD3BE are triadic colors.

2 #BED3BA and #D3BABE with #BAD3BE are triadic colors.