COLOR #BADDE4

HEX: #BADDE4
RGB: (186,221,228)

Color info

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

RGB color model

#BADDE4 color RGB value is (186,221,228).

  • red value is 186;
  • green value is 221;
  • blue value is 228.
RGB:
(186,221,228)
(73%,87%,89%)

RGB channels and saturation

R 186 of 255 = 73%
G 221 of 255 = 87%
B 228 of 255 = 89%

186
221
228

R + G + B ~ 83%. #BADDE4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 221 + 228 = 635 (100%)
R 186 of 635 ~ 29.29%
G 221 of 635 ~ 34.8%
B 228 of 635 ~ 35.91%

%29.29
%34.8
%35.91

CMYK color model

#BADDE4 color CMYK value is (18,3,0,11).

  • cyan value is 18.42%
  • magenta value is 3.07%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(18,3,0,11)
C18M3Y0K11 
(18%,3%,0%,11%)
(0.18/0.03/0.00/0.11)	

CMYK percentages

%18.42
%3.07
%0
%10.59

Codes

Color #BADDE4 in popluar color models

BADDE4
RGB186221228
HSL190°43.75%81.18%
HSB/HSV190°18.42%89.41%
CMYK18.42%3.07%0.00%
10.59%

Color #BADDE4 in popluar number systems.

HEXBADDE4
Decimal186221228
Binary101110101101110111100100
Octal272335344

Shades and tints

Shades of #BADDE4

#BADDE4
(186,221,228)
#AAC9D0
(170,201,208)
#9AB5BC
(154,181,188)
#8AA1A8
(138,161,168)
#7A8D94
(122,141,148)
#6A7980
(106,121,128)
#5A656C
(90,101,108)
#4A5158
(74,81,88)
#3A3D44
(58,61,68)
#2A2930
(42,41,48)
#1A151C
(26,21,28)
#000000
(0,0,0)

Tints of #BADDE4

#BADDE4
(186,221,228)
#C0E0E6
(192,224,230)
#C6E3E8
(198,227,232)
#CCE6EA
(204,230,234)
#D2E9EC
(210,233,236)
#D8ECEE
(216,236,238)
#DEEFF0
(222,239,240)
#E4F2F2
(228,242,242)
#EAF5F4
(234,245,244)
#F0F8F6
(240,248,246)
#F6FBF8
(246,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BADDE4 color. Also use rgb(186,221,228) instead hex code.

Text Font Color

.myTextColor { color: #BADDE4; }

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

This text font color is #BADDE4.


Background Color

.myBgColor { background-color: #BADDE4; }

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

This div background color is #BADDE4.


Border color

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

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

This div border color is #BADDE4.


Opacity

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

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

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

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

This text has shadow with #BADDE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BADDE4 on black background.


Color preview on white background

This text has color #BADDE4 on white background.



Black color preview on #BADDE4 background

This text has black color on #BADDE4 background.


White color preview on #BADDE4 background

This text has white color on #BADDE4 background.