COLOR #BADDCD

HEX: #BADDCD RGB: (186,221,205)

Color info

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

RGB color model

#BADDCD color RGB value is (186,221,205).

RGB: (186,221,205) (73%, 87%, 80%)

RGB channels and saturation

R 186 of 255 = 73%
G 221 of 255 = 87%
B 205 of 255 = 80%

186
221
205

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

Portions of RGB colors in percentages

R + G + B = 186 + 221 + 205 = 612 (100%)
R 186 of 612 ~ 30.39%
G 221 of 612 ~ 36.11%
B 205 of 612 ~ 33.5'%

%30.39
%36.11
%33.5

CMYK color model

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

  • cyan value is 15.84%
  • magenta value is 0.00%
  • yellow value is 7.24%
  • 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
%7.24
%13.33

Codes

Color #BADDCD in popluar color models

BA DD CD
RGB 186 221 205
HSL 153° 33.98% 79.80%
HSB/HSV 153° 15.84% 86.67%
CMYK 15.84% 0.00% 7.24%
13.33%

Color #BADDCD in popluar number systems.

HEX BA DD CD
Decimal 186 221 205
Binary 10111010 11011101 11001101
Octal 272 335 315

Shades and tints

Shades of #BADDCD

#BADDCD
(186,221,205)
#AAC9BB
(170,201,187)
#9AB5A9
(154,181,169)
#8AA197
(138,161,151)
#7A8D85
(122,141,133)
#6A7973
(106,121,115)
#5A6561
(90,101,97)
#4A514F
(74,81,79)
#3A3D3D
(58,61,61)
#2A292B
(42,41,43)
#1A1519
(26,21,25)
#000000
(0,0,0)

Tints of #BADDCD

#BADDCD
(186,221,205)
#C0E0D1
(192,224,209)
#C6E3D5
(198,227,213)
#CCE6D9
(204,230,217)
#D2E9DD
(210,233,221)
#D8ECE1
(216,236,225)
#DEEFE5
(222,239,229)
#E4F2E9
(228,242,233)
#EAF5ED
(234,245,237)
#F0F8F1
(240,248,241)
#F6FBF5
(246,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BADDCD; }

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

This text font color is #BADDCD.

Background Color

.myBgColor { background-color: #BADDCD; }

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

This div background color is #BADDCD.

Border color

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

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

This div border color is #BADDCD.

Opacity

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

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

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

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

This text has shadow with #BADDCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BADDCD.

Preview

Color preview on black background

This text has color #BADDCD on black background.


Color preview on white background

This text has color #BADDCD on white background.


Black color preview on #BADDCD background

This text has black color on #BADDCD background.


White color preview on #BADDCD background

This text has white color on #BADDCD background.


Related colors

Complementary color

Complementary color for #hex is #452232.


I love getcolorcode.com

Triadic colors

1 #CDBADD and #DDCDBA with #BADDCD are triadic colors.

2 #CDDDBA and #DDBACD with #BADDCD are triadic colors.