COLOR #B5D8DA

HEX: #B5D8DA RGB: (181,216,218)

Color info

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

RGB color model

#B5D8DA color RGB value is (181,216,218).

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

RGB channels and saturation

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

181
216
218

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

Portions of RGB colors in percentages

R + G + B = 181 + 216 + 218 = 615 (100%)
R 181 of 615 ~ 29.43%
G 216 of 615 ~ 35.12%
B 218 of 615 ~ 35.45'%

%29.43
%35.12
%35.45

CMYK color model

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

  • cyan value is 16.97%
  • magenta value is 0.92%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (17,1,0,15) C17M1Y0K15 (17%,1%,0%,15%) (0.17/0.01/0.00/0.15) 

CMYK percentages

%16.97
%0.92
%0
%14.51

Codes

Color #B5D8DA in popluar color models

B5 D8 DA
RGB 181 216 218
HSL 183° 33.33% 78.24%
HSB/HSV 183° 16.97% 85.49%
CMYK 16.97% 0.92% 0.00%
14.51%

Color #B5D8DA in popluar number systems.

HEX B5 D8 DA
Decimal 181 216 218
Binary 10110101 11011000 11011010
Octal 265 330 332

Shades and tints

Shades of #B5D8DA

#B5D8DA
(181,216,218)
#A5C5C7
(165,197,199)
#95B2B4
(149,178,180)
#859FA1
(133,159,161)
#758C8E
(117,140,142)
#65797B
(101,121,123)
#556668
(85,102,104)
#455355
(69,83,85)
#354042
(53,64,66)
#252D2F
(37,45,47)
#151A1C
(21,26,28)
#000000
(0,0,0)

Tints of #B5D8DA

#B5D8DA
(181,216,218)
#BBDBDD
(187,219,221)
#C1DEE0
(193,222,224)
#C7E1E3
(199,225,227)
#CDE4E6
(205,228,230)
#D3E7E9
(211,231,233)
#D9EAEC
(217,234,236)
#DFEDEF
(223,237,239)
#E5F0F2
(229,240,242)
#EBF3F5
(235,243,245)
#F1F6F8
(241,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5D8DA; }

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

This text font color is #B5D8DA.

Background Color

.myBgColor { background-color: #B5D8DA; }

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

This div background color is #B5D8DA.

Border color

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

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

This div border color is #B5D8DA.

Opacity

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

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

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

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

This text has shadow with #B5D8DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5D8DA.

Preview

Color preview on black background

This text has color #B5D8DA on black background.


Color preview on white background

This text has color #B5D8DA on white background.


Black color preview on #B5D8DA background

This text has black color on #B5D8DA background.


White color preview on #B5D8DA background

This text has white color on #B5D8DA background.


Related colors

Complementary color

Complementary color for #hex is #4A2725.


I love getcolorcode.com

Triadic colors

1 #DAB5D8 and #D8DAB5 with #B5D8DA are triadic colors.

2 #DAD8B5 and #D8B5DA with #B5D8DA are triadic colors.