COLOR #BADDE3

HEX: #BADDE3
RGB: (186,221,227)

Color info

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

RGB color model

#BADDE3 color RGB value is (186,221,227).

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

RGB channels and saturation

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

186
221
227

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

Portions of RGB colors in percentages

R + G + B =
186 + 221 + 227 = 634 (100%)
R 186 of 634 ~ 29.34%
G 221 of 634 ~ 34.86%
B 227 of 634 ~ 35.8%

%29.34
%34.86
%35.8

CMYK color model

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

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

CMYK percentages

%18.06
%2.64
%0
%10.98

Codes

Color #BADDE3 in popluar color models

BADDE3
RGB186221227
HSL189°42.27%80.98%
HSB/HSV189°18.06%89.02%
CMYK18.06%2.64%0.00%
10.98%

Color #BADDE3 in popluar number systems.

HEXBADDE3
Decimal186221227
Binary101110101101110111100011
Octal272335343

Shades and tints

Shades of #BADDE3

#BADDE3
(186,221,227)
#AAC9CF
(170,201,207)
#9AB5BB
(154,181,187)
#8AA1A7
(138,161,167)
#7A8D93
(122,141,147)
#6A797F
(106,121,127)
#5A656B
(90,101,107)
#4A5157
(74,81,87)
#3A3D43
(58,61,67)
#2A292F
(42,41,47)
#1A151B
(26,21,27)
#000000
(0,0,0)

Tints of #BADDE3

#BADDE3
(186,221,227)
#C0E0E5
(192,224,229)
#C6E3E7
(198,227,231)
#CCE6E9
(204,230,233)
#D2E9EB
(210,233,235)
#D8ECED
(216,236,237)
#DEEFEF
(222,239,239)
#E4F2F1
(228,242,241)
#EAF5F3
(234,245,243)
#F0F8F5
(240,248,245)
#F6FBF7
(246,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BADDE3; }

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

This text font color is #BADDE3.


Background Color

.myBgColor { background-color: #BADDE3; }

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

This div background color is #BADDE3.


Border color

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

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

This div border color is #BADDE3.


Opacity

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

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

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

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

This text has shadow with #BADDE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BADDE3 on black background.


Color preview on white background

This text has color #BADDE3 on white background.



Black color preview on #BADDE3 background

This text has black color on #BADDE3 background.


White color preview on #BADDE3 background

This text has white color on #BADDE3 background.