COLOR #B5DADA

HEX: #B5DADA RGB: (181,218,218)

Color info

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

RGB color model

#B5DADA color RGB value is (181,218,218).

RGB: (181,218,218) (71%, 85%, 85%)

RGB channels and saturation

R 181 of 255 = 71%
G 218 of 255 = 85%
B 218 of 255 = 85%

181
218
218

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

Portions of RGB colors in percentages

R + G + B = 181 + 218 + 218 = 617 (100%)
R 181 of 617 ~ 29.34%
G 218 of 617 ~ 35.33%
B 218 of 617 ~ 35.33'%

%29.34
%35.33
%35.33

CMYK color model

#B5DADA color CMYK value is (17,0,0,15).

  • cyan value is 16.97%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (17,0,0,15)
C17M0Y0K15 (17%, 0%, 0%, 15%)
(0.17 / 0.00 / 0.00 / 0.15)

CMYK percentages

%16.97
%0
%0
%14.51

Codes

Color #B5DADA in popluar color models

B5 DA DA
RGB 181 218 218
HSL 180° 33.33% 78.24%
HSB/HSV 180° 16.97% 85.49%
CMYK 16.97% 0.00% 0.00%
14.51%

Color #B5DADA in popluar number systems.

HEX B5 DA DA
Decimal 181 218 218
Binary 10110101 11011010 11011010
Octal 265 332 332

Shades and tints

Shades of #B5DADA

#B5DADA
(181,218,218)
#A5C7C7
(165,199,199)
#95B4B4
(149,180,180)
#85A1A1
(133,161,161)
#758E8E
(117,142,142)
#657B7B
(101,123,123)
#556868
(85,104,104)
#455555
(69,85,85)
#354242
(53,66,66)
#252F2F
(37,47,47)
#151C1C
(21,28,28)
#000000
(0,0,0)

Tints of #B5DADA

#B5DADA
(181,218,218)
#BBDDDD
(187,221,221)
#C1E0E0
(193,224,224)
#C7E3E3
(199,227,227)
#CDE6E6
(205,230,230)
#D3E9E9
(211,233,233)
#D9ECEC
(217,236,236)
#DFEFEF
(223,239,239)
#E5F2F2
(229,242,242)
#EBF5F5
(235,245,245)
#F1F8F8
(241,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5DADA; }

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

This text font color is #B5DADA.

Background Color

.myBgColor { background-color: #B5DADA; }

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

This div background color is #B5DADA.

Border color

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

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

This div border color is #B5DADA.

Opacity

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

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

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

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

This text has shadow with #B5DADA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5DADA.

Preview

Color preview on black background

This text has color #B5DADA on black background.


Color preview on white background

This text has color #B5DADA on white background.


Black color preview on #B5DADA background

This text has black color on #B5DADA background.


White color preview on #B5DADA background

This text has white color on #B5DADA background.


Related colors

Complementary color

Complementary color for #hex is #4A2525.


I love getcolorcode.com