COLOR #BADDEC

HEX: #BADDEC
RGB: (186,221,236)

Color info

#BADDEC contains red, green and blue colors in about the same proportion. Web safe color of #BADDEC is #CCCCFF (or #CCF).

RGB color model

#BADDEC color RGB value is (186,221,236).

  • red value is 186;
  • green value is 221;
  • blue value is 236.
RGB:
(186,221,236)
(73%,87%,93%)

RGB channels and saturation

R 186 of 255 = 73%
G 221 of 255 = 87%
B 236 of 255 = 93%

186
221
236

R + G + B ~ 84%. #BADDEC is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 221 + 236 = 643 (100%)
R 186 of 643 ~ 28.93%
G 221 of 643 ~ 34.37%
B 236 of 643 ~ 36.7%

%28.93
%34.37
%36.7

CMYK color model

#BADDEC color CMYK value is (21,6,0,7).

  • cyan value is 21.19%
  • magenta value is 6.36%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(21,6,0,7)
C21M6Y0K7 
(21%,6%,0%,7%)
(0.21/0.06/0.00/0.07)	

CMYK percentages

%21.19
%6.36
%0
%7.45

Codes

Color #BADDEC in popluar color models

BADDEC
RGB186221236
HSL198°56.82%82.75%
HSB/HSV198°21.19%92.55%
CMYK21.19%6.36%0.00%
7.45%

Color #BADDEC in popluar number systems.

HEXBADDEC
Decimal186221236
Binary101110101101110111101100
Octal272335354

Shades and tints

Shades of #BADDEC

#BADDEC
(186,221,236)
#AAC9D7
(170,201,215)
#9AB5C2
(154,181,194)
#8AA1AD
(138,161,173)
#7A8D98
(122,141,152)
#6A7983
(106,121,131)
#5A656E
(90,101,110)
#4A5159
(74,81,89)
#3A3D44
(58,61,68)
#2A292F
(42,41,47)
#1A151A
(26,21,26)
#000000
(0,0,0)

Tints of #BADDEC

#BADDEC
(186,221,236)
#C0E0ED
(192,224,237)
#C6E3EE
(198,227,238)
#CCE6EF
(204,230,239)
#D2E9F0
(210,233,240)
#D8ECF1
(216,236,241)
#DEEFF2
(222,239,242)
#E4F2F3
(228,242,243)
#EAF5F4
(234,245,244)
#F0F8F5
(240,248,245)
#F6FBF6
(246,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BADDEC color. Also use rgb(186,221,236) instead hex code.

Text Font Color

.myTextColor { color: #BADDEC; }

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

This text font color is #BADDEC.


Background Color

.myBgColor { background-color: #BADDEC; }

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

This div background color is #BADDEC.


Border color

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

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

This div border color is #BADDEC.


Opacity

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

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

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

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

This text has shadow with #BADDEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BADDEC on black background.


Color preview on white background

This text has color #BADDEC on white background.



Black color preview on #BADDEC background

This text has black color on #BADDEC background.


White color preview on #BADDEC background

This text has white color on #BADDEC background.