COLOR #BADEB2

HEX: #BADEB2
RGB: (186,222,178)

Color info

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

RGB color model

#BADEB2 color RGB value is (186,222,178).

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

RGB channels and saturation

R 186 of 255 = 73%
G 222 of 255 = 87%
B 178 of 255 = 70%

186
222
178

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

Portions of RGB colors in percentages

R + G + B =
186 + 222 + 178 = 586 (100%)
R 186 of 586 ~ 31.74%
G 222 of 586 ~ 37.88%
B 178 of 586 ~ 30.38%

%31.74
%37.88
%30.38

CMYK color model

#BADEB2 color CMYK value is (16,0,20,13).

  • cyan value is 16.22%
  • magenta value is 0.00%
  • yellow value is 19.82%
  • key color value is 12.94%
CMYK:
(16,0,20,13)
C16M0Y20K13 
(16%,0%,20%,13%)
(0.16/0.00/0.20/0.13)	

CMYK percentages

%16.22
%0
%19.82
%12.94

Codes

Color #BADEB2 in popluar color models

BADEB2
RGB186222178
HSL109°40.00%78.43%
HSB/HSV109°19.82%87.06%
CMYK16.22%0.00%19.82%
12.94%

Color #BADEB2 in popluar number systems.

HEXBADEB2
Decimal186222178
Binary101110101101111010110010
Octal272336262

Shades and tints

Shades of #BADEB2

#BADEB2
(186,222,178)
#AACAA2
(170,202,162)
#9AB692
(154,182,146)
#8AA282
(138,162,130)
#7A8E72
(122,142,114)
#6A7A62
(106,122,98)
#5A6652
(90,102,82)
#4A5242
(74,82,66)
#3A3E32
(58,62,50)
#2A2A22
(42,42,34)
#1A1612
(26,22,18)
#000000
(0,0,0)

Tints of #BADEB2

#BADEB2
(186,222,178)
#C0E1B9
(192,225,185)
#C6E4C0
(198,228,192)
#CCE7C7
(204,231,199)
#D2EACE
(210,234,206)
#D8EDD5
(216,237,213)
#DEF0DC
(222,240,220)
#E4F3E3
(228,243,227)
#EAF6EA
(234,246,234)
#F0F9F1
(240,249,241)
#F6FCF8
(246,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BADEB2; }

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

This text font color is #BADEB2.


Background Color

.myBgColor { background-color: #BADEB2; }

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

This div background color is #BADEB2.


Border color

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

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

This div border color is #BADEB2.


Opacity

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

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

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

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

This text has shadow with #BADEB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BADEB2 on black background.


Color preview on white background

This text has color #BADEB2 on white background.



Black color preview on #BADEB2 background

This text has black color on #BADEB2 background.


White color preview on #BADEB2 background

This text has white color on #BADEB2 background.