COLOR #BADCE7

HEX: #BADCE7 RGB: (186,220,231)

Color info

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

RGB color model

#BADCE7 color RGB value is (186,220,231).

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

RGB channels and saturation

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

186
220
231

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

Portions of RGB colors in percentages

R + G + B = 186 + 220 + 231 = 637 (100%)
R 186 of 637 ~ 29.2%
G 220 of 637 ~ 34.54%
B 231 of 637 ~ 36.26'%

%29.2
%34.54
%36.26

CMYK color model

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

  • cyan value is 19.48%
  • magenta value is 4.76%
  • 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
%4.76
%0
%9.41

Codes

Color #BADCE7 in popluar color models

BA DC E7
RGB 186 220 231
HSL 195° 48.39% 81.76%
HSB/HSV 195° 19.48% 90.59%
CMYK 19.48% 4.76% 0.00%
9.41%

Color #BADCE7 in popluar number systems.

HEX BA DC E7
Decimal 186 220 231
Binary 10111010 11011100 11100111
Octal 272 334 347

Shades and tints

Shades of #BADCE7

#BADCE7
(186,220,231)
#AAC8D2
(170,200,210)
#9AB4BD
(154,180,189)
#8AA0A8
(138,160,168)
#7A8C93
(122,140,147)
#6A787E
(106,120,126)
#5A6469
(90,100,105)
#4A5054
(74,80,84)
#3A3C3F
(58,60,63)
#2A282A
(42,40,42)
#1A1415
(26,20,21)
#000000
(0,0,0)

Tints of #BADCE7

#BADCE7
(186,220,231)
#C0DFE9
(192,223,233)
#C6E2EB
(198,226,235)
#CCE5ED
(204,229,237)
#D2E8EF
(210,232,239)
#D8EBF1
(216,235,241)
#DEEEF3
(222,238,243)
#E4F1F5
(228,241,245)
#EAF4F7
(234,244,247)
#F0F7F9
(240,247,249)
#F6FAFB
(246,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BADCE7; }

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

This text font color is #BADCE7.

Background Color

.myBgColor { background-color: #BADCE7; }

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

This div background color is #BADCE7.

Border color

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

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

This div border color is #BADCE7.

Opacity

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

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

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

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

This text has shadow with #BADCE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BADCE7.

Preview

Color preview on black background

This text has color #BADCE7 on black background.


Color preview on white background

This text has color #BADCE7 on white background.


Black color preview on #BADCE7 background

This text has black color on #BADCE7 background.


White color preview on #BADCE7 background

This text has white color on #BADCE7 background.


Related colors

Complementary color

Complementary color for #hex is #452318.


I love getcolorcode.com

Triadic colors

1 #E7BADC and #DCE7BA with #BADCE7 are triadic colors.

2 #E7DCBA and #DCBAE7 with #BADCE7 are triadic colors.