COLOR #BADDCE

HEX: #BADDCE
RGB: (186,221,206)

Color info

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

RGB color model

#BADDCE color RGB value is (186,221,206).

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

RGB channels and saturation

R 186 of 255 = 73%
G 221 of 255 = 87%
B 206 of 255 = 81%

186
221
206

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

Portions of RGB colors in percentages

R + G + B =
186 + 221 + 206 = 613 (100%)
R 186 of 613 ~ 30.34%
G 221 of 613 ~ 36.05%
B 206 of 613 ~ 33.61%

%30.34
%36.05
%33.61

CMYK color model

#BADDCE color CMYK value is (16,0,7,13).

  • cyan value is 15.84%
  • magenta value is 0.00%
  • yellow value is 6.79%
  • key color value is 13.33%
CMYK:
(16,0,7,13)
C16M0Y7K13 
(16%,0%,7%,13%)
(0.16/0.00/0.07/0.13)	

CMYK percentages

%15.84
%0
%6.79
%13.33

Codes

Color #BADDCE in popluar color models

BADDCE
RGB186221206
HSL154°33.98%79.80%
HSB/HSV154°15.84%86.67%
CMYK15.84%0.00%6.79%
13.33%

Color #BADDCE in popluar number systems.

HEXBADDCE
Decimal186221206
Binary101110101101110111001110
Octal272335316

Shades and tints

Shades of #BADDCE

#BADDCE
(186,221,206)
#AAC9BC
(170,201,188)
#9AB5AA
(154,181,170)
#8AA198
(138,161,152)
#7A8D86
(122,141,134)
#6A7974
(106,121,116)
#5A6562
(90,101,98)
#4A5150
(74,81,80)
#3A3D3E
(58,61,62)
#2A292C
(42,41,44)
#1A151A
(26,21,26)
#000000
(0,0,0)

Tints of #BADDCE

#BADDCE
(186,221,206)
#C0E0D2
(192,224,210)
#C6E3D6
(198,227,214)
#CCE6DA
(204,230,218)
#D2E9DE
(210,233,222)
#D8ECE2
(216,236,226)
#DEEFE6
(222,239,230)
#E4F2EA
(228,242,234)
#EAF5EE
(234,245,238)
#F0F8F2
(240,248,242)
#F6FBF6
(246,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BADDCE; }

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

This text font color is #BADDCE.


Background Color

.myBgColor { background-color: #BADDCE; }

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

This div background color is #BADDCE.


Border color

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

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

This div border color is #BADDCE.


Opacity

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

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

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

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

This text has shadow with #BADDCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BADDCE on black background.


Color preview on white background

This text has color #BADDCE on white background.



Black color preview on #BADDCE background

This text has black color on #BADDCE background.


White color preview on #BADDCE background

This text has white color on #BADDCE background.