COLOR #B9DADA

HEX: #B9DADA RGB: (185,218,218)

Color info

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

RGB color model

#B9DADA color RGB value is (185,218,218).

RGB: (185,218,218) (73%, 85%, 85%)

RGB channels and saturation

R 185 of 255 = 73%
G 218 of 255 = 85%
B 218 of 255 = 85%

185
218
218

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

Portions of RGB colors in percentages

R + G + B = 185 + 218 + 218 = 621 (100%)
R 185 of 621 ~ 29.79%
G 218 of 621 ~ 35.1%
B 218 of 621 ~ 35.1'%

%29.79
%35.1
%35.1

CMYK color model

#B9DADA color CMYK value is (15,0,0,15).

  • cyan value is 15.14%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (15,0,0,15) C15M0Y0K15 (15%,0%,0%,15%) (0.15/0.00/0.00/0.15) 

CMYK percentages

%15.14
%0
%0
%14.51

Codes

Color #B9DADA in popluar color models

B9 DA DA
RGB 185 218 218
HSL 180° 30.84% 79.02%
HSB/HSV 180° 15.14% 85.49%
CMYK 15.14% 0.00% 0.00%
14.51%

Color #B9DADA in popluar number systems.

HEX B9 DA DA
Decimal 185 218 218
Binary 10111001 11011010 11011010
Octal 271 332 332

Shades and tints

Shades of #B9DADA

#B9DADA
(185,218,218)
#A9C7C7
(169,199,199)
#99B4B4
(153,180,180)
#89A1A1
(137,161,161)
#798E8E
(121,142,142)
#697B7B
(105,123,123)
#596868
(89,104,104)
#495555
(73,85,85)
#394242
(57,66,66)
#292F2F
(41,47,47)
#191C1C
(25,28,28)
#000000
(0,0,0)

Tints of #B9DADA

#B9DADA
(185,218,218)
#BFDDDD
(191,221,221)
#C5E0E0
(197,224,224)
#CBE3E3
(203,227,227)
#D1E6E6
(209,230,230)
#D7E9E9
(215,233,233)
#DDECEC
(221,236,236)
#E3EFEF
(227,239,239)
#E9F2F2
(233,242,242)
#EFF5F5
(239,245,245)
#F5F8F8
(245,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9DADA color. Also use rgb(185,218,218) instead hex code.

Text Font Color

.myTextColor { color: #B9DADA; }

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

This text font color is #B9DADA.

Background Color

.myBgColor { background-color: #B9DADA; }

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

This div background color is #B9DADA.

Border color

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

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

This div border color is #B9DADA.

Opacity

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

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

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

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

This text has shadow with #B9DADA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9DADA.

Preview

Color preview on black background

This text has color #B9DADA on black background.


Color preview on white background

This text has color #B9DADA on white background.


Black color preview on #B9DADA background

This text has black color on #B9DADA background.


White color preview on #B9DADA background

This text has white color on #B9DADA background.


Related colors

Complementary color

Complementary color for #hex is #462525.


I love getcolorcode.com