COLOR #BADDE1

HEX: #BADDE1
RGB: (186,221,225)

Color info

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

RGB color model

#BADDE1 color RGB value is (186,221,225).

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

RGB channels and saturation

R 186 of 255 = 73%
G 221 of 255 = 87%
B 225 of 255 = 88%

186
221
225

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

Portions of RGB colors in percentages

R + G + B =
186 + 221 + 225 = 632 (100%)
R 186 of 632 ~ 29.43%
G 221 of 632 ~ 34.97%
B 225 of 632 ~ 35.6%

%29.43
%34.97
%35.6

CMYK color model

#BADDE1 color CMYK value is (17,2,0,12).

  • cyan value is 17.33%
  • magenta value is 1.78%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(17,2,0,12)
C17M2Y0K12 
(17%,2%,0%,12%)
(0.17/0.02/0.00/0.12)	

CMYK percentages

%17.33
%1.78
%0
%11.76

Codes

Color #BADDE1 in popluar color models

BADDE1
RGB186221225
HSL186°39.39%80.59%
HSB/HSV186°17.33%88.24%
CMYK17.33%1.78%0.00%
11.76%

Color #BADDE1 in popluar number systems.

HEXBADDE1
Decimal186221225
Binary101110101101110111100001
Octal272335341

Shades and tints

Shades of #BADDE1

#BADDE1
(186,221,225)
#AAC9CD
(170,201,205)
#9AB5B9
(154,181,185)
#8AA1A5
(138,161,165)
#7A8D91
(122,141,145)
#6A797D
(106,121,125)
#5A6569
(90,101,105)
#4A5155
(74,81,85)
#3A3D41
(58,61,65)
#2A292D
(42,41,45)
#1A1519
(26,21,25)
#000000
(0,0,0)

Tints of #BADDE1

#BADDE1
(186,221,225)
#C0E0E3
(192,224,227)
#C6E3E5
(198,227,229)
#CCE6E7
(204,230,231)
#D2E9E9
(210,233,233)
#D8ECEB
(216,236,235)
#DEEFED
(222,239,237)
#E4F2EF
(228,242,239)
#EAF5F1
(234,245,241)
#F0F8F3
(240,248,243)
#F6FBF5
(246,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BADDE1; }

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

This text font color is #BADDE1.


Background Color

.myBgColor { background-color: #BADDE1; }

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

This div background color is #BADDE1.


Border color

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

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

This div border color is #BADDE1.


Opacity

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

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

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

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

This text has shadow with #BADDE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BADDE1 on black background.


Color preview on white background

This text has color #BADDE1 on white background.



Black color preview on #BADDE1 background

This text has black color on #BADDE1 background.


White color preview on #BADDE1 background

This text has white color on #BADDE1 background.