COLOR #BADFCA

HEX: #BADFCA
RGB: (186,223,202)

Color info

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

RGB color model

#BADFCA color RGB value is (186,223,202).

  • red value is 186;
  • green value is 223;
  • blue value is 202.
RGB:
(186,223,202)
(73%,87%,79%)

RGB channels and saturation

R 186 of 255 = 73%
G 223 of 255 = 87%
B 202 of 255 = 79%

186
223
202

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

Portions of RGB colors in percentages

R + G + B =
186 + 223 + 202 = 611 (100%)
R 186 of 611 ~ 30.44%
G 223 of 611 ~ 36.5%
B 202 of 611 ~ 33.06%

%30.44
%36.5
%33.06

CMYK color model

#BADFCA color CMYK value is (17,0,9,13).

  • cyan value is 16.59%
  • magenta value is 0.00%
  • yellow value is 9.42%
  • key color value is 12.55%
CMYK:
(17,0,9,13)
C17M0Y9K13 
(17%,0%,9%,13%)
(0.17/0.00/0.09/0.13)	

CMYK percentages

%16.59
%0
%9.42
%12.55

Codes

Color #BADFCA in popluar color models

BADFCA
RGB186223202
HSL146°36.63%80.20%
HSB/HSV146°16.59%87.45%
CMYK16.59%0.00%9.42%
12.55%

Color #BADFCA in popluar number systems.

HEXBADFCA
Decimal186223202
Binary101110101101111111001010
Octal272337312

Shades and tints

Shades of #BADFCA

#BADFCA
(186,223,202)
#AACBB8
(170,203,184)
#9AB7A6
(154,183,166)
#8AA394
(138,163,148)
#7A8F82
(122,143,130)
#6A7B70
(106,123,112)
#5A675E
(90,103,94)
#4A534C
(74,83,76)
#3A3F3A
(58,63,58)
#2A2B28
(42,43,40)
#1A1716
(26,23,22)
#000000
(0,0,0)

Tints of #BADFCA

#BADFCA
(186,223,202)
#C0E1CE
(192,225,206)
#C6E3D2
(198,227,210)
#CCE5D6
(204,229,214)
#D2E7DA
(210,231,218)
#D8E9DE
(216,233,222)
#DEEBE2
(222,235,226)
#E4EDE6
(228,237,230)
#EAEFEA
(234,239,234)
#F0F1EE
(240,241,238)
#F6F3F2
(246,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BADFCA color. Also use rgb(186,223,202) instead hex code.

Text Font Color

.myTextColor { color: #BADFCA; }

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

This text font color is #BADFCA.


Background Color

.myBgColor { background-color: #BADFCA; }

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

This div background color is #BADFCA.


Border color

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

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

This div border color is #BADFCA.


Opacity

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

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

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

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

This text has shadow with #BADFCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BADFCA on black background.


Color preview on white background

This text has color #BADFCA on white background.



Black color preview on #BADFCA background

This text has black color on #BADFCA background.


White color preview on #BADFCA background

This text has white color on #BADFCA background.