COLOR #BADAB3

HEX: #BADAB3
RGB: (186,218,179)

Color info

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

RGB color model

#BADAB3 color RGB value is (186,218,179).

  • red value is 186;
  • green value is 218;
  • blue value is 179.
RGB:
(186,218,179)
(73%,85%,70%)

RGB channels and saturation

R 186 of 255 = 73%
G 218 of 255 = 85%
B 179 of 255 = 70%

186
218
179

R + G + B ~ 76%. #BADAB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 218 + 179 = 583 (100%)
R 186 of 583 ~ 31.9%
G 218 of 583 ~ 37.39%
B 179 of 583 ~ 30.7%

%31.9
%37.39
%30.7

CMYK color model

#BADAB3 color CMYK value is (15,0,18,15).

  • cyan value is 14.68%
  • magenta value is 0.00%
  • yellow value is 17.89%
  • key color value is 14.51%
CMYK:
(15,0,18,15)
C15M0Y18K15 
(15%,0%,18%,15%)
(0.15/0.00/0.18/0.15)	

CMYK percentages

%14.68
%0
%17.89
%14.51

Codes

Color #BADAB3 in popluar color models

BADAB3
RGB186218179
HSL109°34.51%77.84%
HSB/HSV109°17.89%85.49%
CMYK14.68%0.00%17.89%
14.51%

Color #BADAB3 in popluar number systems.

HEXBADAB3
Decimal186218179
Binary101110101101101010110011
Octal272332263

Shades and tints

Shades of #BADAB3

#BADAB3
(186,218,179)
#AAC7A3
(170,199,163)
#9AB493
(154,180,147)
#8AA183
(138,161,131)
#7A8E73
(122,142,115)
#6A7B63
(106,123,99)
#5A6853
(90,104,83)
#4A5543
(74,85,67)
#3A4233
(58,66,51)
#2A2F23
(42,47,35)
#1A1C13
(26,28,19)
#000000
(0,0,0)

Tints of #BADAB3

#BADAB3
(186,218,179)
#C0DDB9
(192,221,185)
#C6E0BF
(198,224,191)
#CCE3C5
(204,227,197)
#D2E6CB
(210,230,203)
#D8E9D1
(216,233,209)
#DEECD7
(222,236,215)
#E4EFDD
(228,239,221)
#EAF2E3
(234,242,227)
#F0F5E9
(240,245,233)
#F6F8EF
(246,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BADAB3 color. Also use rgb(186,218,179) instead hex code.

Text Font Color

.myTextColor { color: #BADAB3; }

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

This text font color is #BADAB3.


Background Color

.myBgColor { background-color: #BADAB3; }

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

This div background color is #BADAB3.


Border color

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

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

This div border color is #BADAB3.


Opacity

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

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

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

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

This text has shadow with #BADAB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BADAB3 on black background.


Color preview on white background

This text has color #BADAB3 on white background.



Black color preview on #BADAB3 background

This text has black color on #BADAB3 background.


White color preview on #BADAB3 background

This text has white color on #BADAB3 background.