COLOR #BADEEB

HEX: #BADEEB
RGB: (186,222,235)

Color info

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

RGB color model

#BADEEB color RGB value is (186,222,235).

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

RGB channels and saturation

R 186 of 255 = 73%
G 222 of 255 = 87%
B 235 of 255 = 92%

186
222
235

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

Portions of RGB colors in percentages

R + G + B =
186 + 222 + 235 = 643 (100%)
R 186 of 643 ~ 28.93%
G 222 of 643 ~ 34.53%
B 235 of 643 ~ 36.55%

%28.93
%34.53
%36.55

CMYK color model

#BADEEB color CMYK value is (21,6,0,8).

  • cyan value is 20.85%
  • magenta value is 5.53%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(21,6,0,8)
C21M6Y0K8 
(21%,6%,0%,8%)
(0.21/0.06/0.00/0.08)	

CMYK percentages

%20.85
%5.53
%0
%7.84

Codes

Color #BADEEB in popluar color models

BADEEB
RGB186222235
HSL196°55.06%82.55%
HSB/HSV196°20.85%92.16%
CMYK20.85%5.53%0.00%
7.84%

Color #BADEEB in popluar number systems.

HEXBADEEB
Decimal186222235
Binary101110101101111011101011
Octal272336353

Shades and tints

Shades of #BADEEB

#BADEEB
(186,222,235)
#AACAD6
(170,202,214)
#9AB6C1
(154,182,193)
#8AA2AC
(138,162,172)
#7A8E97
(122,142,151)
#6A7A82
(106,122,130)
#5A666D
(90,102,109)
#4A5258
(74,82,88)
#3A3E43
(58,62,67)
#2A2A2E
(42,42,46)
#1A1619
(26,22,25)
#000000
(0,0,0)

Tints of #BADEEB

#BADEEB
(186,222,235)
#C0E1EC
(192,225,236)
#C6E4ED
(198,228,237)
#CCE7EE
(204,231,238)
#D2EAEF
(210,234,239)
#D8EDF0
(216,237,240)
#DEF0F1
(222,240,241)
#E4F3F2
(228,243,242)
#EAF6F3
(234,246,243)
#F0F9F4
(240,249,244)
#F6FCF5
(246,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BADEEB; }

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

This text font color is #BADEEB.


Background Color

.myBgColor { background-color: #BADEEB; }

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

This div background color is #BADEEB.


Border color

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

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

This div border color is #BADEEB.


Opacity

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

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

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

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

This text has shadow with #BADEEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BADEEB on black background.


Color preview on white background

This text has color #BADEEB on white background.



Black color preview on #BADEEB background

This text has black color on #BADEEB background.


White color preview on #BADEEB background

This text has white color on #BADEEB background.