COLOR #BADEDC

HEX: #BADEDC
RGB: (186,222,220)

Color info

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

RGB color model

#BADEDC color RGB value is (186,222,220).

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

RGB channels and saturation

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

186
222
220

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

Portions of RGB colors in percentages

R + G + B =
186 + 222 + 220 = 628 (100%)
R 186 of 628 ~ 29.62%
G 222 of 628 ~ 35.35%
B 220 of 628 ~ 35.03%

%29.62
%35.35
%35.03

CMYK color model

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

  • cyan value is 16.22%
  • magenta value is 0.00%
  • yellow value is 0.90%
  • 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
%0.9
%12.94

Codes

Color #BADEDC in popluar color models

BADEDC
RGB186222220
HSL177°35.29%80.00%
HSB/HSV177°16.22%87.06%
CMYK16.22%0.00%0.90%
12.94%

Color #BADEDC in popluar number systems.

HEXBADEDC
Decimal186222220
Binary101110101101111011011100
Octal272336334

Shades and tints

Shades of #BADEDC

#BADEDC
(186,222,220)
#AACAC8
(170,202,200)
#9AB6B4
(154,182,180)
#8AA2A0
(138,162,160)
#7A8E8C
(122,142,140)
#6A7A78
(106,122,120)
#5A6664
(90,102,100)
#4A5250
(74,82,80)
#3A3E3C
(58,62,60)
#2A2A28
(42,42,40)
#1A1614
(26,22,20)
#000000
(0,0,0)

Tints of #BADEDC

#BADEDC
(186,222,220)
#C0E1DF
(192,225,223)
#C6E4E2
(198,228,226)
#CCE7E5
(204,231,229)
#D2EAE8
(210,234,232)
#D8EDEB
(216,237,235)
#DEF0EE
(222,240,238)
#E4F3F1
(228,243,241)
#EAF6F4
(234,246,244)
#F0F9F7
(240,249,247)
#F6FCFA
(246,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BADEDC; }

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

This text font color is #BADEDC.


Background Color

.myBgColor { background-color: #BADEDC; }

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

This div background color is #BADEDC.


Border color

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

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

This div border color is #BADEDC.


Opacity

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

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

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

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

This text has shadow with #BADEDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BADEDC on black background.


Color preview on white background

This text has color #BADEDC on white background.



Black color preview on #BADEDC background

This text has black color on #BADEDC background.


White color preview on #BADEDC background

This text has white color on #BADEDC background.