COLOR #BAD19E

HEX: #BAD19E RGB: (186,209,158)

Color info

#BAD19E contains red, green and blue colors in about the same proportion. Web safe color of #BAD19E is #CCCC99 (or #CC9).

RGB color model

#BAD19E color RGB value is (186,209,158).

RGB: (186,209,158) (73%, 82%, 62%)

RGB channels and saturation

R 186 of 255 = 73%
G 209 of 255 = 82%
B 158 of 255 = 62%

186
209
158

R + G + B ~ 72%. #BAD19E is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 209 + 158 = 553 (100%)
R 186 of 553 ~ 33.63%
G 209 of 553 ~ 37.79%
B 158 of 553 ~ 28.57'%

%33.63
%37.79
%28.57

CMYK color model

#BAD19E color CMYK value is (11,0,24,18).

  • cyan value is 11.00%
  • magenta value is 0.00%
  • yellow value is 24.40%
  • key color value is 18.04%

CMYK: (11,0,24,18)
C11M0Y24K18 (11%, 0%, 24%, 18%)
(0.11 / 0.00 / 0.24 / 0.18)

CMYK percentages

%11
%0
%24.4
%18.04

Codes

Color #BAD19E in popluar color models

BA D1 9E
RGB 186 209 158
HSL 87° 35.66% 71.96%
HSB/HSV 87° 24.40% 81.96%
CMYK 11.00% 0.00% 24.40%
18.04%

Color #BAD19E in popluar number systems.

HEX BA D1 9E
Decimal 186 209 158
Binary 10111010 11010001 10011110
Octal 272 321 236

Shades and tints

Shades of #BAD19E

#BAD19E
(186,209,158)
#AABE90
(170,190,144)
#9AAB82
(154,171,130)
#8A9874
(138,152,116)
#7A8566
(122,133,102)
#6A7258
(106,114,88)
#5A5F4A
(90,95,74)
#4A4C3C
(74,76,60)
#3A392E
(58,57,46)
#2A2620
(42,38,32)
#1A1312
(26,19,18)
#000000
(0,0,0)

Tints of #BAD19E

#BAD19E
(186,209,158)
#C0D5A6
(192,213,166)
#C6D9AE
(198,217,174)
#CCDDB6
(204,221,182)
#D2E1BE
(210,225,190)
#D8E5C6
(216,229,198)
#DEE9CE
(222,233,206)
#E4EDD6
(228,237,214)
#EAF1DE
(234,241,222)
#F0F5E6
(240,245,230)
#F6F9EE
(246,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAD19E; }

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

This text font color is #BAD19E.

Background Color

.myBgColor { background-color: #BAD19E; }

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

This div background color is #BAD19E.

Border color

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

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

This div border color is #BAD19E.

Opacity

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

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

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

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

This text has shadow with #BAD19E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAD19E.

Preview

Color preview on black background

This text has color #BAD19E on black background.


Color preview on white background

This text has color #BAD19E on white background.


Black color preview on #BAD19E background

This text has black color on #BAD19E background.


White color preview on #BAD19E background

This text has white color on #BAD19E background.


Related colors

Complementary color

Complementary color for #hex is #452E61.


I love getcolorcode.com

Triadic colors

1 #9EBAD1 and #D19EBA with #BAD19E are triadic colors.

2 #9ED1BA and #D1BA9E with #BAD19E are triadic colors.