COLOR #BADCEB

HEX: #BADCEB RGB: (186,220,235)

Color info

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

RGB color model

#BADCEB color RGB value is (186,220,235).

RGB: (186,220,235) (73%, 86%, 92%)

RGB channels and saturation

R 186 of 255 = 73%
G 220 of 255 = 86%
B 235 of 255 = 92%

186
220
235

R + G + B ~ 84%. #BADCEB is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 220 + 235 = 641 (100%)
R 186 of 641 ~ 29.02%
G 220 of 641 ~ 34.32%
B 235 of 641 ~ 36.66'%

%29.02
%34.32
%36.66

CMYK color model

#BADCEB color CMYK value is (21,6,0,8).

  • cyan value is 20.85%
  • magenta value is 6.38%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (21,6,0,8)
C21M6Y0K8 (21%, 6%, 0%, 8%)
(0.21 / 0.06 / 0.00 / 0.08)

CMYK percentages

%20.85
%6.38
%0
%7.84

Codes

Color #BADCEB in popluar color models

BA DC EB
RGB 186 220 235
HSL 198° 55.06% 82.55%
HSB/HSV 198° 20.85% 92.16%
CMYK 20.85% 6.38% 0.00%
7.84%

Color #BADCEB in popluar number systems.

HEX BA DC EB
Decimal 186 220 235
Binary 10111010 11011100 11101011
Octal 272 334 353

Shades and tints

Shades of #BADCEB

#BADCEB
(186,220,235)
#AAC8D6
(170,200,214)
#9AB4C1
(154,180,193)
#8AA0AC
(138,160,172)
#7A8C97
(122,140,151)
#6A7882
(106,120,130)
#5A646D
(90,100,109)
#4A5058
(74,80,88)
#3A3C43
(58,60,67)
#2A282E
(42,40,46)
#1A1419
(26,20,25)
#000000
(0,0,0)

Tints of #BADCEB

#BADCEB
(186,220,235)
#C0DFEC
(192,223,236)
#C6E2ED
(198,226,237)
#CCE5EE
(204,229,238)
#D2E8EF
(210,232,239)
#D8EBF0
(216,235,240)
#DEEEF1
(222,238,241)
#E4F1F2
(228,241,242)
#EAF4F3
(234,244,243)
#F0F7F4
(240,247,244)
#F6FAF5
(246,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BADCEB; }

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

This text font color is #BADCEB.

Background Color

.myBgColor { background-color: #BADCEB; }

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

This div background color is #BADCEB.

Border color

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

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

This div border color is #BADCEB.

Opacity

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

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

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

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

This text has shadow with #BADCEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BADCEB.

Preview

Color preview on black background

This text has color #BADCEB on black background.


Color preview on white background

This text has color #BADCEB on white background.


Black color preview on #BADCEB background

This text has black color on #BADCEB background.


White color preview on #BADCEB background

This text has white color on #BADCEB background.


Related colors

Complementary color

Complementary color for #hex is #452314.


I love getcolorcode.com

Triadic colors

1 #EBBADC and #DCEBBA with #BADCEB are triadic colors.

2 #EBDCBA and #DCBAEB with #BADCEB are triadic colors.