COLOR #BADBE7

HEX: #BADBE7 RGB: (186,219,231)

Color info

#BADBE7 contains red, green and blue colors in about the same proportion. Web safe color of #BADBE7 is #CCCCFF (or #CCF).

RGB color model

#BADBE7 color RGB value is (186,219,231).

RGB: (186,219,231) (73%, 86%, 91%)

RGB channels and saturation

R 186 of 255 = 73%
G 219 of 255 = 86%
B 231 of 255 = 91%

186
219
231

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

Portions of RGB colors in percentages

R + G + B = 186 + 219 + 231 = 636 (100%)
R 186 of 636 ~ 29.25%
G 219 of 636 ~ 34.43%
B 231 of 636 ~ 36.32'%

%29.25
%34.43
%36.32

CMYK color model

#BADBE7 color CMYK value is (19,5,0,9).

  • cyan value is 19.48%
  • magenta value is 5.19%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (19,5,0,9)
C19M5Y0K9 (19%, 5%, 0%, 9%)
(0.19 / 0.05 / 0.00 / 0.09)

CMYK percentages

%19.48
%5.19
%0
%9.41

Codes

Color #BADBE7 in popluar color models

BA DB E7
RGB 186 219 231
HSL 196° 48.39% 81.76%
HSB/HSV 196° 19.48% 90.59%
CMYK 19.48% 5.19% 0.00%
9.41%

Color #BADBE7 in popluar number systems.

HEX BA DB E7
Decimal 186 219 231
Binary 10111010 11011011 11100111
Octal 272 333 347

Shades and tints

Shades of #BADBE7

#BADBE7
(186,219,231)
#AAC8D2
(170,200,210)
#9AB5BD
(154,181,189)
#8AA2A8
(138,162,168)
#7A8F93
(122,143,147)
#6A7C7E
(106,124,126)
#5A6969
(90,105,105)
#4A5654
(74,86,84)
#3A433F
(58,67,63)
#2A302A
(42,48,42)
#1A1D15
(26,29,21)
#000000
(0,0,0)

Tints of #BADBE7

#BADBE7
(186,219,231)
#C0DEE9
(192,222,233)
#C6E1EB
(198,225,235)
#CCE4ED
(204,228,237)
#D2E7EF
(210,231,239)
#D8EAF1
(216,234,241)
#DEEDF3
(222,237,243)
#E4F0F5
(228,240,245)
#EAF3F7
(234,243,247)
#F0F6F9
(240,246,249)
#F6F9FB
(246,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BADBE7; }

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

This text font color is #BADBE7.

Background Color

.myBgColor { background-color: #BADBE7; }

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

This div background color is #BADBE7.

Border color

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

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

This div border color is #BADBE7.

Opacity

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

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

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

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

This text has shadow with #BADBE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BADBE7.

Preview

Color preview on black background

This text has color #BADBE7 on black background.


Color preview on white background

This text has color #BADBE7 on white background.


Black color preview on #BADBE7 background

This text has black color on #BADBE7 background.


White color preview on #BADBE7 background

This text has white color on #BADBE7 background.


Related colors

Complementary color

Complementary color for #hex is #452418.


I love getcolorcode.com

Triadic colors

1 #E7BADB and #DBE7BA with #BADBE7 are triadic colors.

2 #E7DBBA and #DBBAE7 with #BADBE7 are triadic colors.