COLOR #BADDCF

HEX: #BADDCF RGB: (186,221,207)

Color info

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

RGB color model

#BADDCF color RGB value is (186,221,207).

RGB: (186,221,207) (73%, 87%, 81%)

RGB channels and saturation

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

186
221
207

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

Portions of RGB colors in percentages

R + G + B = 186 + 221 + 207 = 614 (100%)
R 186 of 614 ~ 30.29%
G 221 of 614 ~ 35.99%
B 207 of 614 ~ 33.71'%

%30.29
%35.99
%33.71

CMYK color model

#BADDCF color CMYK value is (16,0,6,13).

  • cyan value is 15.84%
  • magenta value is 0.00%
  • yellow value is 6.33%
  • key color value is 13.33%

CMYK: (16,0,6,13)
C16M0Y6K13 (16%, 0%, 6%, 13%)
(0.16 / 0.00 / 0.06 / 0.13)

CMYK percentages

%15.84
%0
%6.33
%13.33

Codes

Color #BADDCF in popluar color models

BA DD CF
RGB 186 221 207
HSL 156° 33.98% 79.80%
HSB/HSV 156° 15.84% 86.67%
CMYK 15.84% 0.00% 6.33%
13.33%

Color #BADDCF in popluar number systems.

HEX BA DD CF
Decimal 186 221 207
Binary 10111010 11011101 11001111
Octal 272 335 317

Shades and tints

Shades of #BADDCF

#BADDCF
(186,221,207)
#AAC9BD
(170,201,189)
#9AB5AB
(154,181,171)
#8AA199
(138,161,153)
#7A8D87
(122,141,135)
#6A7975
(106,121,117)
#5A6563
(90,101,99)
#4A5151
(74,81,81)
#3A3D3F
(58,61,63)
#2A292D
(42,41,45)
#1A151B
(26,21,27)
#000000
(0,0,0)

Tints of #BADDCF

#BADDCF
(186,221,207)
#C0E0D3
(192,224,211)
#C6E3D7
(198,227,215)
#CCE6DB
(204,230,219)
#D2E9DF
(210,233,223)
#D8ECE3
(216,236,227)
#DEEFE7
(222,239,231)
#E4F2EB
(228,242,235)
#EAF5EF
(234,245,239)
#F0F8F3
(240,248,243)
#F6FBF7
(246,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BADDCF; }

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

This text font color is #BADDCF.

Background Color

.myBgColor { background-color: #BADDCF; }

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

This div background color is #BADDCF.

Border color

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

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

This div border color is #BADDCF.

Opacity

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

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

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

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

This text has shadow with #BADDCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BADDCF.

Preview

Color preview on black background

This text has color #BADDCF on black background.


Color preview on white background

This text has color #BADDCF on white background.


Black color preview on #BADDCF background

This text has black color on #BADDCF background.


White color preview on #BADDCF background

This text has white color on #BADDCF background.


Related colors

Complementary color

Complementary color for #hex is #452230.


I love getcolorcode.com

Triadic colors

1 #CFBADD and #DDCFBA with #BADDCF are triadic colors.

2 #CFDDBA and #DDBACF with #BADDCF are triadic colors.