COLOR #BADEDB

HEX: #BADEDB
RGB: (186,222,219)

Color info

#BADEDB contains red, green and blue colors in about the same proportion. Web safe color of #BADEDB is #CCCCCC (or #CCC).

RGB color model

#BADEDB color RGB value is (186,222,219).

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

RGB channels and saturation

R 186 of 255 = 73%
G 222 of 255 = 87%
B 219 of 255 = 86%

186
222
219

R + G + B ~ 82%. #BADEDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 222 + 219 = 627 (100%)
R 186 of 627 ~ 29.67%
G 222 of 627 ~ 35.41%
B 219 of 627 ~ 34.93%

%29.67
%35.41
%34.93

CMYK color model

#BADEDB color CMYK value is (16,0,1,13).

  • cyan value is 16.22%
  • magenta value is 0.00%
  • yellow value is 1.35%
  • key color value is 12.94%
CMYK:
(16,0,1,13)
C16M0Y1K13 
(16%,0%,1%,13%)
(0.16/0.00/0.01/0.13)	

CMYK percentages

%16.22
%0
%1.35
%12.94

Codes

Color #BADEDB in popluar color models

BADEDB
RGB186222219
HSL175°35.29%80.00%
HSB/HSV175°16.22%87.06%
CMYK16.22%0.00%1.35%
12.94%

Color #BADEDB in popluar number systems.

HEXBADEDB
Decimal186222219
Binary101110101101111011011011
Octal272336333

Shades and tints

Shades of #BADEDB

#BADEDB
(186,222,219)
#AACAC8
(170,202,200)
#9AB6B5
(154,182,181)
#8AA2A2
(138,162,162)
#7A8E8F
(122,142,143)
#6A7A7C
(106,122,124)
#5A6669
(90,102,105)
#4A5256
(74,82,86)
#3A3E43
(58,62,67)
#2A2A30
(42,42,48)
#1A161D
(26,22,29)
#000000
(0,0,0)

Tints of #BADEDB

#BADEDB
(186,222,219)
#C0E1DE
(192,225,222)
#C6E4E1
(198,228,225)
#CCE7E4
(204,231,228)
#D2EAE7
(210,234,231)
#D8EDEA
(216,237,234)
#DEF0ED
(222,240,237)
#E4F3F0
(228,243,240)
#EAF6F3
(234,246,243)
#F0F9F6
(240,249,246)
#F6FCF9
(246,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BADEDB; }

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

This text font color is #BADEDB.


Background Color

.myBgColor { background-color: #BADEDB; }

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

This div background color is #BADEDB.


Border color

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

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

This div border color is #BADEDB.


Opacity

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

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

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

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

This text has shadow with #BADEDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BADEDB on black background.


Color preview on white background

This text has color #BADEDB on white background.



Black color preview on #BADEDB background

This text has black color on #BADEDB background.


White color preview on #BADEDB background

This text has white color on #BADEDB background.