COLOR #BAD4CE

HEX: #BAD4CE RGB: (186,212,206)

Color info

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

RGB color model

#BAD4CE color RGB value is (186,212,206).

RGB: (186,212,206) (73%, 83%, 81%)

RGB channels and saturation

R 186 of 255 = 73%
G 212 of 255 = 83%
B 206 of 255 = 81%

186
212
206

R + G + B ~ 79%. #BAD4CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 212 + 206 = 604 (100%)
R 186 of 604 ~ 30.79%
G 212 of 604 ~ 35.1%
B 206 of 604 ~ 34.11'%

%30.79
%35.1
%34.11

CMYK color model

#BAD4CE color CMYK value is (12,0,3,17).

  • cyan value is 12.26%
  • magenta value is 0.00%
  • yellow value is 2.83%
  • key color value is 16.86%

CMYK: (12,0,3,17)
C12M0Y3K17 (12%, 0%, 3%, 17%)
(0.12 / 0.00 / 0.03 / 0.17)

CMYK percentages

%12.26
%0
%2.83
%16.86

Codes

Color #BAD4CE in popluar color models

BA D4 CE
RGB 186 212 206
HSL 166° 23.21% 78.04%
HSB/HSV 166° 12.26% 83.14%
CMYK 12.26% 0.00% 2.83%
16.86%

Color #BAD4CE in popluar number systems.

HEX BA D4 CE
Decimal 186 212 206
Binary 10111010 11010100 11001110
Octal 272 324 316

Shades and tints

Shades of #BAD4CE

#BAD4CE
(186,212,206)
#AAC1BC
(170,193,188)
#9AAEAA
(154,174,170)
#8A9B98
(138,155,152)
#7A8886
(122,136,134)
#6A7574
(106,117,116)
#5A6262
(90,98,98)
#4A4F50
(74,79,80)
#3A3C3E
(58,60,62)
#2A292C
(42,41,44)
#1A161A
(26,22,26)
#000000
(0,0,0)

Tints of #BAD4CE

#BAD4CE
(186,212,206)
#C0D7D2
(192,215,210)
#C6DAD6
(198,218,214)
#CCDDDA
(204,221,218)
#D2E0DE
(210,224,222)
#D8E3E2
(216,227,226)
#DEE6E6
(222,230,230)
#E4E9EA
(228,233,234)
#EAECEE
(234,236,238)
#F0EFF2
(240,239,242)
#F6F2F6
(246,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAD4CE; }

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

This text font color is #BAD4CE.

Background Color

.myBgColor { background-color: #BAD4CE; }

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

This div background color is #BAD4CE.

Border color

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

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

This div border color is #BAD4CE.

Opacity

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

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

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

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

This text has shadow with #BAD4CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAD4CE.

Preview

Color preview on black background

This text has color #BAD4CE on black background.


Color preview on white background

This text has color #BAD4CE on white background.


Black color preview on #BAD4CE background

This text has black color on #BAD4CE background.


White color preview on #BAD4CE background

This text has white color on #BAD4CE background.


Related colors

Complementary color

Complementary color for #hex is #452B31.


I love getcolorcode.com

Triadic colors

1 #CEBAD4 and #D4CEBA with #BAD4CE are triadic colors.

2 #CED4BA and #D4BACE with #BAD4CE are triadic colors.