COLOR #BADCCE

HEX: #BADCCE
RGB: (186,220,206)

Color info

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

RGB color model

#BADCCE color RGB value is (186,220,206).

  • red value is 186;
  • green value is 220;
  • blue value is 206.
RGB:
(186,220,206)
(73%,86%,81%)

RGB channels and saturation

R 186 of 255 = 73%
G 220 of 255 = 86%
B 206 of 255 = 81%

186
220
206

R + G + B ~ 80%. #BADCCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 220 + 206 = 612 (100%)
R 186 of 612 ~ 30.39%
G 220 of 612 ~ 35.95%
B 206 of 612 ~ 33.66%

%30.39
%35.95
%33.66

CMYK color model

#BADCCE color CMYK value is (15,0,6,14).

  • cyan value is 15.45%
  • magenta value is 0.00%
  • yellow value is 6.36%
  • key color value is 13.73%
CMYK:
(15,0,6,14)
C15M0Y6K14 
(15%,0%,6%,14%)
(0.15/0.00/0.06/0.14)	

CMYK percentages

%15.45
%0
%6.36
%13.73

Codes

Color #BADCCE in popluar color models

BADCCE
RGB186220206
HSL155°32.69%79.61%
HSB/HSV155°15.45%86.27%
CMYK15.45%0.00%6.36%
13.73%

Color #BADCCE in popluar number systems.

HEXBADCCE
Decimal186220206
Binary101110101101110011001110
Octal272334316

Shades and tints

Shades of #BADCCE

#BADCCE
(186,220,206)
#AAC8BC
(170,200,188)
#9AB4AA
(154,180,170)
#8AA098
(138,160,152)
#7A8C86
(122,140,134)
#6A7874
(106,120,116)
#5A6462
(90,100,98)
#4A5050
(74,80,80)
#3A3C3E
(58,60,62)
#2A282C
(42,40,44)
#1A141A
(26,20,26)
#000000
(0,0,0)

Tints of #BADCCE

#BADCCE
(186,220,206)
#C0DFD2
(192,223,210)
#C6E2D6
(198,226,214)
#CCE5DA
(204,229,218)
#D2E8DE
(210,232,222)
#D8EBE2
(216,235,226)
#DEEEE6
(222,238,230)
#E4F1EA
(228,241,234)
#EAF4EE
(234,244,238)
#F0F7F2
(240,247,242)
#F6FAF6
(246,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BADCCE; }

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

This text font color is #BADCCE.


Background Color

.myBgColor { background-color: #BADCCE; }

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

This div background color is #BADCCE.


Border color

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

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

This div border color is #BADCCE.


Opacity

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

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

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

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

This text has shadow with #BADCCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BADCCE on black background.


Color preview on white background

This text has color #BADCCE on white background.



Black color preview on #BADCCE background

This text has black color on #BADCCE background.


White color preview on #BADCCE background

This text has white color on #BADCCE background.