COLOR #BADEE0

HEX: #BADEE0
RGB: (186,222,224)

Color info

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

RGB color model

#BADEE0 color RGB value is (186,222,224).

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

RGB channels and saturation

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

186
222
224

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

Portions of RGB colors in percentages

R + G + B =
186 + 222 + 224 = 632 (100%)
R 186 of 632 ~ 29.43%
G 222 of 632 ~ 35.13%
B 224 of 632 ~ 35.44%

%29.43
%35.13
%35.44

CMYK color model

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

  • cyan value is 16.96%
  • magenta value is 0.89%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(17,1,0,12)
C17M1Y0K12 
(17%,1%,0%,12%)
(0.17/0.01/0.00/0.12)	

CMYK percentages

%16.96
%0.89
%0
%12.16

Codes

Color #BADEE0 in popluar color models

BADEE0
RGB186222224
HSL183°38.00%80.39%
HSB/HSV183°16.96%87.84%
CMYK16.96%0.89%0.00%
12.16%

Color #BADEE0 in popluar number systems.

HEXBADEE0
Decimal186222224
Binary101110101101111011100000
Octal272336340

Shades and tints

Shades of #BADEE0

#BADEE0
(186,222,224)
#AACACC
(170,202,204)
#9AB6B8
(154,182,184)
#8AA2A4
(138,162,164)
#7A8E90
(122,142,144)
#6A7A7C
(106,122,124)
#5A6668
(90,102,104)
#4A5254
(74,82,84)
#3A3E40
(58,62,64)
#2A2A2C
(42,42,44)
#1A1618
(26,22,24)
#000000
(0,0,0)

Tints of #BADEE0

#BADEE0
(186,222,224)
#C0E1E2
(192,225,226)
#C6E4E4
(198,228,228)
#CCE7E6
(204,231,230)
#D2EAE8
(210,234,232)
#D8EDEA
(216,237,234)
#DEF0EC
(222,240,236)
#E4F3EE
(228,243,238)
#EAF6F0
(234,246,240)
#F0F9F2
(240,249,242)
#F6FCF4
(246,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BADEE0; }

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

This text font color is #BADEE0.


Background Color

.myBgColor { background-color: #BADEE0; }

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

This div background color is #BADEE0.


Border color

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

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

This div border color is #BADEE0.


Opacity

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

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

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

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

This text has shadow with #BADEE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BADEE0 on black background.


Color preview on white background

This text has color #BADEE0 on white background.



Black color preview on #BADEE0 background

This text has black color on #BADEE0 background.


White color preview on #BADEE0 background

This text has white color on #BADEE0 background.