COLOR #BADEC9

HEX: #BADEC9 RGB: (186,222,201)

Color info

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

RGB color model

#BADEC9 color RGB value is (186,222,201).

RGB: (186,222,201) (73%, 87%, 79%)

RGB channels and saturation

R 186 of 255 = 73%
G 222 of 255 = 87%
B 201 of 255 = 79%

186
222
201

R + G + B ~ 80%. #BADEC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 222 + 201 = 609 (100%)
R 186 of 609 ~ 30.54%
G 222 of 609 ~ 36.45%
B 201 of 609 ~ 33'%

%30.54
%36.45
%33

CMYK color model

#BADEC9 color CMYK value is (16,0,9,13).

  • cyan value is 16.22%
  • magenta value is 0.00%
  • yellow value is 9.46%
  • key color value is 12.94%

CMYK: (16,0,9,13)
C16M0Y9K13 (16%, 0%, 9%, 13%)
(0.16 / 0.00 / 0.09 / 0.13)

CMYK percentages

%16.22
%0
%9.46
%12.94

Codes

Color #BADEC9 in popluar color models

BA DE C9
RGB 186 222 201
HSL 145° 35.29% 80.00%
HSB/HSV 145° 16.22% 87.06%
CMYK 16.22% 0.00% 9.46%
12.94%

Color #BADEC9 in popluar number systems.

HEX BA DE C9
Decimal 186 222 201
Binary 10111010 11011110 11001001
Octal 272 336 311

Shades and tints

Shades of #BADEC9

#BADEC9
(186,222,201)
#AACAB7
(170,202,183)
#9AB6A5
(154,182,165)
#8AA293
(138,162,147)
#7A8E81
(122,142,129)
#6A7A6F
(106,122,111)
#5A665D
(90,102,93)
#4A524B
(74,82,75)
#3A3E39
(58,62,57)
#2A2A27
(42,42,39)
#1A1615
(26,22,21)
#000000
(0,0,0)

Tints of #BADEC9

#BADEC9
(186,222,201)
#C0E1CD
(192,225,205)
#C6E4D1
(198,228,209)
#CCE7D5
(204,231,213)
#D2EAD9
(210,234,217)
#D8EDDD
(216,237,221)
#DEF0E1
(222,240,225)
#E4F3E5
(228,243,229)
#EAF6E9
(234,246,233)
#F0F9ED
(240,249,237)
#F6FCF1
(246,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BADEC9; }

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

This text font color is #BADEC9.

Background Color

.myBgColor { background-color: #BADEC9; }

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

This div background color is #BADEC9.

Border color

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

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

This div border color is #BADEC9.

Opacity

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

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

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

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

This text has shadow with #BADEC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BADEC9.

Preview

Color preview on black background

This text has color #BADEC9 on black background.


Color preview on white background

This text has color #BADEC9 on white background.


Black color preview on #BADEC9 background

This text has black color on #BADEC9 background.


White color preview on #BADEC9 background

This text has white color on #BADEC9 background.


Related colors

Complementary color

Complementary color for #hex is #452136.


I love getcolorcode.com

Triadic colors

1 #C9BADE and #DEC9BA with #BADEC9 are triadic colors.

2 #C9DEBA and #DEBAC9 with #BADEC9 are triadic colors.