COLOR #BADDD4

HEX: #BADDD4 RGB: (186,221,212)

Color info

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

RGB color model

#BADDD4 color RGB value is (186,221,212).

RGB: (186,221,212) (73%, 87%, 83%)

RGB channels and saturation

R 186 of 255 = 73%
G 221 of 255 = 87%
B 212 of 255 = 83%

186
221
212

R + G + B ~ 81%. #BADDD4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 221 + 212 = 619 (100%)
R 186 of 619 ~ 30.05%
G 221 of 619 ~ 35.7%
B 212 of 619 ~ 34.25'%

%30.05
%35.7
%34.25

CMYK color model

#BADDD4 color CMYK value is (16,0,4,13).

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

CMYK: (16,0,4,13)
C16M0Y4K13 (16%, 0%, 4%, 13%)
(0.16 / 0.00 / 0.04 / 0.13)

CMYK percentages

%15.84
%0
%4.07
%13.33

Codes

Color #BADDD4 in popluar color models

BA DD D4
RGB 186 221 212
HSL 165° 33.98% 79.80%
HSB/HSV 165° 15.84% 86.67%
CMYK 15.84% 0.00% 4.07%
13.33%

Color #BADDD4 in popluar number systems.

HEX BA DD D4
Decimal 186 221 212
Binary 10111010 11011101 11010100
Octal 272 335 324

Shades and tints

Shades of #BADDD4

#BADDD4
(186,221,212)
#AAC9C1
(170,201,193)
#9AB5AE
(154,181,174)
#8AA19B
(138,161,155)
#7A8D88
(122,141,136)
#6A7975
(106,121,117)
#5A6562
(90,101,98)
#4A514F
(74,81,79)
#3A3D3C
(58,61,60)
#2A2929
(42,41,41)
#1A1516
(26,21,22)
#000000
(0,0,0)

Tints of #BADDD4

#BADDD4
(186,221,212)
#C0E0D7
(192,224,215)
#C6E3DA
(198,227,218)
#CCE6DD
(204,230,221)
#D2E9E0
(210,233,224)
#D8ECE3
(216,236,227)
#DEEFE6
(222,239,230)
#E4F2E9
(228,242,233)
#EAF5EC
(234,245,236)
#F0F8EF
(240,248,239)
#F6FBF2
(246,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BADDD4; }

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

This text font color is #BADDD4.

Background Color

.myBgColor { background-color: #BADDD4; }

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

This div background color is #BADDD4.

Border color

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

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

This div border color is #BADDD4.

Opacity

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

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

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

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

This text has shadow with #BADDD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BADDD4.

Preview

Color preview on black background

This text has color #BADDD4 on black background.


Color preview on white background

This text has color #BADDD4 on white background.


Black color preview on #BADDD4 background

This text has black color on #BADDD4 background.


White color preview on #BADDD4 background

This text has white color on #BADDD4 background.


Related colors

Complementary color

Complementary color for #hex is #45222B.


I love getcolorcode.com

Triadic colors

1 #D4BADD and #DDD4BA with #BADDD4 are triadic colors.

2 #D4DDBA and #DDBAD4 with #BADDD4 are triadic colors.