COLOR #B5D7DA

HEX: #B5D7DA
RGB: (181,215,218)

Color info

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

RGB color model

#B5D7DA color RGB value is (181,215,218).

  • red value is 181;
  • green value is 215;
  • blue value is 218.
RGB:
(181,215,218)
(71%,84%,85%)

RGB channels and saturation

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

181
215
218

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

Portions of RGB colors in percentages

R + G + B =
181 + 215 + 218 = 614 (100%)
R 181 of 614 ~ 29.48%
G 215 of 614 ~ 35.02%
B 218 of 614 ~ 35.5%

%29.48
%35.02
%35.5

CMYK color model

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

  • cyan value is 16.97%
  • magenta value is 1.38%
  • 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
%1.38
%0
%14.51

Codes

Color #B5D7DA in popluar color models

B5D7DA
RGB181215218
HSL185°33.33%78.24%
HSB/HSV185°16.97%85.49%
CMYK16.97%1.38%0.00%
14.51%

Color #B5D7DA in popluar number systems.

HEXB5D7DA
Decimal181215218
Binary101101011101011111011010
Octal265327332

Shades and tints

Shades of #B5D7DA

#B5D7DA
(181,215,218)
#A5C4C7
(165,196,199)
#95B1B4
(149,177,180)
#859EA1
(133,158,161)
#758B8E
(117,139,142)
#65787B
(101,120,123)
#556568
(85,101,104)
#455255
(69,82,85)
#353F42
(53,63,66)
#252C2F
(37,44,47)
#15191C
(21,25,28)
#000000
(0,0,0)

Tints of #B5D7DA

#B5D7DA
(181,215,218)
#BBDADD
(187,218,221)
#C1DDE0
(193,221,224)
#C7E0E3
(199,224,227)
#CDE3E6
(205,227,230)
#D3E6E9
(211,230,233)
#D9E9EC
(217,233,236)
#DFECEF
(223,236,239)
#E5EFF2
(229,239,242)
#EBF2F5
(235,242,245)
#F1F5F8
(241,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5D7DA; }

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

This text font color is #B5D7DA.


Background Color

.myBgColor { background-color: #B5D7DA; }

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

This div background color is #B5D7DA.


Border color

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

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

This div border color is #B5D7DA.


Opacity

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

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

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

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

This text has shadow with #B5D7DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D7DA on black background.


Color preview on white background

This text has color #B5D7DA on white background.



Black color preview on #B5D7DA background

This text has black color on #B5D7DA background.


White color preview on #B5D7DA background

This text has white color on #B5D7DA background.