COLOR #BADEF0

HEX: #BADEF0 RGB: (186,222,240)

Color info

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

RGB color model

#BADEF0 color RGB value is (186,222,240).

RGB: (186,222,240) (73%, 87%, 94%)

RGB channels and saturation

R 186 of 255 = 73%
G 222 of 255 = 87%
B 240 of 255 = 94%

186
222
240

R + G + B ~ 85%. #BADEF0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 222 + 240 = 648 (100%)
R 186 of 648 ~ 28.7%
G 222 of 648 ~ 34.26%
B 240 of 648 ~ 37.04'%

%28.7
%34.26
%37.04

CMYK color model

#BADEF0 color CMYK value is (23,8,0,6).

  • cyan value is 22.50%
  • magenta value is 7.50%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK: (23,8,0,6) C23M8Y0K6 (23%,8%,0%,6%) (0.23/0.08/0.00/0.06) 

CMYK percentages

%22.5
%7.5
%0
%5.88

Codes

Color #BADEF0 in popluar color models

BA DE F0
RGB 186 222 240
HSL 200° 64.29% 83.53%
HSB/HSV 200° 22.50% 94.12%
CMYK 22.50% 7.50% 0.00%
5.88%

Color #BADEF0 in popluar number systems.

HEX BA DE F0
Decimal 186 222 240
Binary 10111010 11011110 11110000
Octal 272 336 360

Shades and tints

Shades of #BADEF0

#BADEF0
(186,222,240)
#AACADB
(170,202,219)
#9AB6C6
(154,182,198)
#8AA2B1
(138,162,177)
#7A8E9C
(122,142,156)
#6A7A87
(106,122,135)
#5A6672
(90,102,114)
#4A525D
(74,82,93)
#3A3E48
(58,62,72)
#2A2A33
(42,42,51)
#1A161E
(26,22,30)
#000000
(0,0,0)

Tints of #BADEF0

#BADEF0
(186,222,240)
#C0E1F1
(192,225,241)
#C6E4F2
(198,228,242)
#CCE7F3
(204,231,243)
#D2EAF4
(210,234,244)
#D8EDF5
(216,237,245)
#DEF0F6
(222,240,246)
#E4F3F7
(228,243,247)
#EAF6F8
(234,246,248)
#F0F9F9
(240,249,249)
#F6FCFA
(246,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BADEF0; }

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

This text font color is #BADEF0.

Background Color

.myBgColor { background-color: #BADEF0; }

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

This div background color is #BADEF0.

Border color

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

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

This div border color is #BADEF0.

Opacity

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

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

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

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

This text has shadow with #BADEF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BADEF0.

Preview

Color preview on black background

This text has color #BADEF0 on black background.


Color preview on white background

This text has color #BADEF0 on white background.


Black color preview on #BADEF0 background

This text has black color on #BADEF0 background.


White color preview on #BADEF0 background

This text has white color on #BADEF0 background.


Related colors

Complementary color

Complementary color for #hex is #45210F.


I love getcolorcode.com

Triadic colors

1 #F0BADE and #DEF0BA with #BADEF0 are triadic colors.

2 #F0DEBA and #DEBAF0 with #BADEF0 are triadic colors.