COLOR #BADFED

HEX: #BADFED
RGB: (186,223,237)

Color info

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

RGB color model

#BADFED color RGB value is (186,223,237).

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

RGB channels and saturation

R 186 of 255 = 73%
G 223 of 255 = 87%
B 237 of 255 = 93%

186
223
237

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

Portions of RGB colors in percentages

R + G + B =
186 + 223 + 237 = 646 (100%)
R 186 of 646 ~ 28.79%
G 223 of 646 ~ 34.52%
B 237 of 646 ~ 36.69%

%28.79
%34.52
%36.69

CMYK color model

#BADFED color CMYK value is (22,6,0,7).

  • cyan value is 21.52%
  • magenta value is 5.91%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(22,6,0,7)
C22M6Y0K7 
(22%,6%,0%,7%)
(0.22/0.06/0.00/0.07)	

CMYK percentages

%21.52
%5.91
%0
%7.06

Codes

Color #BADFED in popluar color models

BADFED
RGB186223237
HSL196°58.62%82.94%
HSB/HSV196°21.52%92.94%
CMYK21.52%5.91%0.00%
7.06%

Color #BADFED in popluar number systems.

HEXBADFED
Decimal186223237
Binary101110101101111111101101
Octal272337355

Shades and tints

Shades of #BADFED

#BADFED
(186,223,237)
#AACBD8
(170,203,216)
#9AB7C3
(154,183,195)
#8AA3AE
(138,163,174)
#7A8F99
(122,143,153)
#6A7B84
(106,123,132)
#5A676F
(90,103,111)
#4A535A
(74,83,90)
#3A3F45
(58,63,69)
#2A2B30
(42,43,48)
#1A171B
(26,23,27)
#000000
(0,0,0)

Tints of #BADFED

#BADFED
(186,223,237)
#C0E1EE
(192,225,238)
#C6E3EF
(198,227,239)
#CCE5F0
(204,229,240)
#D2E7F1
(210,231,241)
#D8E9F2
(216,233,242)
#DEEBF3
(222,235,243)
#E4EDF4
(228,237,244)
#EAEFF5
(234,239,245)
#F0F1F6
(240,241,246)
#F6F3F7
(246,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BADFED color. Also use rgb(186,223,237) instead hex code.

Text Font Color

.myTextColor { color: #BADFED; }

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

This text font color is #BADFED.


Background Color

.myBgColor { background-color: #BADFED; }

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

This div background color is #BADFED.


Border color

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

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

This div border color is #BADFED.


Opacity

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

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

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

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

This text has shadow with #BADFED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BADFED on black background.


Color preview on white background

This text has color #BADFED on white background.



Black color preview on #BADFED background

This text has black color on #BADFED background.


White color preview on #BADFED background

This text has white color on #BADFED background.