COLOR #BADFEE

HEX: #BADFEE
RGB: (186,223,238)

Color info

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

RGB color model

#BADFEE color RGB value is (186,223,238).

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

RGB channels and saturation

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

186
223
238

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

Portions of RGB colors in percentages

R + G + B =
186 + 223 + 238 = 647 (100%)
R 186 of 647 ~ 28.75%
G 223 of 647 ~ 34.47%
B 238 of 647 ~ 36.79%

%28.75
%34.47
%36.79

CMYK color model

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

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

CMYK percentages

%21.85
%6.3
%0
%6.67

Codes

Color #BADFEE in popluar color models

BADFEE
RGB186223238
HSL197°60.47%83.14%
HSB/HSV197°21.85%93.33%
CMYK21.85%6.30%0.00%
6.67%

Color #BADFEE in popluar number systems.

HEXBADFEE
Decimal186223238
Binary101110101101111111101110
Octal272337356

Shades and tints

Shades of #BADFEE

#BADFEE
(186,223,238)
#AACBD9
(170,203,217)
#9AB7C4
(154,183,196)
#8AA3AF
(138,163,175)
#7A8F9A
(122,143,154)
#6A7B85
(106,123,133)
#5A6770
(90,103,112)
#4A535B
(74,83,91)
#3A3F46
(58,63,70)
#2A2B31
(42,43,49)
#1A171C
(26,23,28)
#000000
(0,0,0)

Tints of #BADFEE

#BADFEE
(186,223,238)
#C0E1EF
(192,225,239)
#C6E3F0
(198,227,240)
#CCE5F1
(204,229,241)
#D2E7F2
(210,231,242)
#D8E9F3
(216,233,243)
#DEEBF4
(222,235,244)
#E4EDF5
(228,237,245)
#EAEFF6
(234,239,246)
#F0F1F7
(240,241,247)
#F6F3F8
(246,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BADFEE; }

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

This text font color is #BADFEE.


Background Color

.myBgColor { background-color: #BADFEE; }

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

This div background color is #BADFEE.


Border color

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

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

This div border color is #BADFEE.


Opacity

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

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

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

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

This text has shadow with #BADFEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BADFEE on black background.


Color preview on white background

This text has color #BADFEE on white background.



Black color preview on #BADFEE background

This text has black color on #BADFEE background.


White color preview on #BADFEE background

This text has white color on #BADFEE background.