COLOR #BADFDD

HEX: #BADFDD
RGB: (186,223,221)

Color info

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

RGB color model

#BADFDD color RGB value is (186,223,221).

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

RGB channels and saturation

R 186 of 255 = 73%
G 223 of 255 = 87%
B 221 of 255 = 87%

186
223
221

R + G + B ~ 82%. #BADFDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 223 + 221 = 630 (100%)
R 186 of 630 ~ 29.52%
G 223 of 630 ~ 35.4%
B 221 of 630 ~ 35.08%

%29.52
%35.4
%35.08

CMYK color model

#BADFDD color CMYK value is (17,0,1,13).

  • cyan value is 16.59%
  • magenta value is 0.00%
  • yellow value is 0.90%
  • key color value is 12.55%
CMYK:
(17,0,1,13)
C17M0Y1K13 
(17%,0%,1%,13%)
(0.17/0.00/0.01/0.13)	

CMYK percentages

%16.59
%0
%0.9
%12.55

Codes

Color #BADFDD in popluar color models

BADFDD
RGB186223221
HSL177°36.63%80.20%
HSB/HSV177°16.59%87.45%
CMYK16.59%0.00%0.90%
12.55%

Color #BADFDD in popluar number systems.

HEXBADFDD
Decimal186223221
Binary101110101101111111011101
Octal272337335

Shades and tints

Shades of #BADFDD

#BADFDD
(186,223,221)
#AACBC9
(170,203,201)
#9AB7B5
(154,183,181)
#8AA3A1
(138,163,161)
#7A8F8D
(122,143,141)
#6A7B79
(106,123,121)
#5A6765
(90,103,101)
#4A5351
(74,83,81)
#3A3F3D
(58,63,61)
#2A2B29
(42,43,41)
#1A1715
(26,23,21)
#000000
(0,0,0)

Tints of #BADFDD

#BADFDD
(186,223,221)
#C0E1E0
(192,225,224)
#C6E3E3
(198,227,227)
#CCE5E6
(204,229,230)
#D2E7E9
(210,231,233)
#D8E9EC
(216,233,236)
#DEEBEF
(222,235,239)
#E4EDF2
(228,237,242)
#EAEFF5
(234,239,245)
#F0F1F8
(240,241,248)
#F6F3FB
(246,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BADFDD; }

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

This text font color is #BADFDD.


Background Color

.myBgColor { background-color: #BADFDD; }

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

This div background color is #BADFDD.


Border color

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

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

This div border color is #BADFDD.


Opacity

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

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

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

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

This text has shadow with #BADFDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BADFDD on black background.


Color preview on white background

This text has color #BADFDD on white background.



Black color preview on #BADFDD background

This text has black color on #BADFDD background.


White color preview on #BADFDD background

This text has white color on #BADFDD background.