COLOR #BADEE1

HEX: #BADEE1 RGB: (186,222,225)

Color info

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

RGB color model

#BADEE1 color RGB value is (186,222,225).

RGB: (186,222,225) (73%, 87%, 88%)

RGB channels and saturation

R 186 of 255 = 73%
G 222 of 255 = 87%
B 225 of 255 = 88%

186
222
225

R + G + B ~ 83%. #BADEE1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 222 + 225 = 633 (100%)
R 186 of 633 ~ 29.38%
G 222 of 633 ~ 35.07%
B 225 of 633 ~ 35.55'%

%29.38
%35.07
%35.55

CMYK color model

#BADEE1 color CMYK value is (17,1,0,12).

  • cyan value is 17.33%
  • magenta value is 1.33%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (17,1,0,12)
C17M1Y0K12 (17%, 1%, 0%, 12%)
(0.17 / 0.01 / 0.00 / 0.12)

CMYK percentages

%17.33
%1.33
%0
%11.76

Codes

Color #BADEE1 in popluar color models

BA DE E1
RGB 186 222 225
HSL 185° 39.39% 80.59%
HSB/HSV 185° 17.33% 88.24%
CMYK 17.33% 1.33% 0.00%
11.76%

Color #BADEE1 in popluar number systems.

HEX BA DE E1
Decimal 186 222 225
Binary 10111010 11011110 11100001
Octal 272 336 341

Shades and tints

Shades of #BADEE1

#BADEE1
(186,222,225)
#AACACD
(170,202,205)
#9AB6B9
(154,182,185)
#8AA2A5
(138,162,165)
#7A8E91
(122,142,145)
#6A7A7D
(106,122,125)
#5A6669
(90,102,105)
#4A5255
(74,82,85)
#3A3E41
(58,62,65)
#2A2A2D
(42,42,45)
#1A1619
(26,22,25)
#000000
(0,0,0)

Tints of #BADEE1

#BADEE1
(186,222,225)
#C0E1E3
(192,225,227)
#C6E4E5
(198,228,229)
#CCE7E7
(204,231,231)
#D2EAE9
(210,234,233)
#D8EDEB
(216,237,235)
#DEF0ED
(222,240,237)
#E4F3EF
(228,243,239)
#EAF6F1
(234,246,241)
#F0F9F3
(240,249,243)
#F6FCF5
(246,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BADEE1; }

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

This text font color is #BADEE1.

Background Color

.myBgColor { background-color: #BADEE1; }

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

This div background color is #BADEE1.

Border color

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

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

This div border color is #BADEE1.

Opacity

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

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

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

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

This text has shadow with #BADEE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BADEE1.

Preview

Color preview on black background

This text has color #BADEE1 on black background.


Color preview on white background

This text has color #BADEE1 on white background.


Black color preview on #BADEE1 background

This text has black color on #BADEE1 background.


White color preview on #BADEE1 background

This text has white color on #BADEE1 background.


Related colors

Complementary color

Complementary color for #hex is #45211E.


I love getcolorcode.com

Triadic colors

1 #E1BADE and #DEE1BA with #BADEE1 are triadic colors.

2 #E1DEBA and #DEBAE1 with #BADEE1 are triadic colors.