COLOR #BADDD3

HEX: #BADDD3 RGB: (186,221,211)

Color info

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

RGB color model

#BADDD3 color RGB value is (186,221,211).

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

RGB channels and saturation

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

186
221
211

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

Portions of RGB colors in percentages

R + G + B = 186 + 221 + 211 = 618 (100%)
R 186 of 618 ~ 30.1%
G 221 of 618 ~ 35.76%
B 211 of 618 ~ 34.14'%

%30.1
%35.76
%34.14

CMYK color model

#BADDD3 color CMYK value is (16,0,5,13).

  • cyan value is 15.84%
  • magenta value is 0.00%
  • yellow value is 4.52%
  • key color value is 13.33%
CMYK: (16,0,5,13) C16M0Y5K13 (16%,0%,5%,13%) (0.16/0.00/0.05/0.13) 

CMYK percentages

%15.84
%0
%4.52
%13.33

Codes

Color #BADDD3 in popluar color models

BA DD D3
RGB 186 221 211
HSL 163° 33.98% 79.80%
HSB/HSV 163° 15.84% 86.67%
CMYK 15.84% 0.00% 4.52%
13.33%

Color #BADDD3 in popluar number systems.

HEX BA DD D3
Decimal 186 221 211
Binary 10111010 11011101 11010011
Octal 272 335 323

Shades and tints

Shades of #BADDD3

#BADDD3
(186,221,211)
#AAC9C0
(170,201,192)
#9AB5AD
(154,181,173)
#8AA19A
(138,161,154)
#7A8D87
(122,141,135)
#6A7974
(106,121,116)
#5A6561
(90,101,97)
#4A514E
(74,81,78)
#3A3D3B
(58,61,59)
#2A2928
(42,41,40)
#1A1515
(26,21,21)
#000000
(0,0,0)

Tints of #BADDD3

#BADDD3
(186,221,211)
#C0E0D7
(192,224,215)
#C6E3DB
(198,227,219)
#CCE6DF
(204,230,223)
#D2E9E3
(210,233,227)
#D8ECE7
(216,236,231)
#DEEFEB
(222,239,235)
#E4F2EF
(228,242,239)
#EAF5F3
(234,245,243)
#F0F8F7
(240,248,247)
#F6FBFB
(246,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BADDD3; }

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

This text font color is #BADDD3.

Background Color

.myBgColor { background-color: #BADDD3; }

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

This div background color is #BADDD3.

Border color

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

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

This div border color is #BADDD3.

Opacity

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

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

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

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

This text has shadow with #BADDD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BADDD3.

Preview

Color preview on black background

This text has color #BADDD3 on black background.


Color preview on white background

This text has color #BADDD3 on white background.


Black color preview on #BADDD3 background

This text has black color on #BADDD3 background.


White color preview on #BADDD3 background

This text has white color on #BADDD3 background.


Related colors

Complementary color

Complementary color for #hex is #45222C.


I love getcolorcode.com

Triadic colors

1 #D3BADD and #DDD3BA with #BADDD3 are triadic colors.

2 #D3DDBA and #DDBAD3 with #BADDD3 are triadic colors.