COLOR #B5D2DC

HEX: #B5D2DC
RGB: (181,210,220)

Color info

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

RGB color model

#B5D2DC color RGB value is (181,210,220).

  • red value is 181;
  • green value is 210;
  • blue value is 220.
RGB:
(181,210,220)
(71%,82%,86%)

RGB channels and saturation

R 181 of 255 = 71%
G 210 of 255 = 82%
B 220 of 255 = 86%

181
210
220

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

Portions of RGB colors in percentages

R + G + B =
181 + 210 + 220 = 611 (100%)
R 181 of 611 ~ 29.62%
G 210 of 611 ~ 34.37%
B 220 of 611 ~ 36.01%

%29.62
%34.37
%36.01

CMYK color model

#B5D2DC color CMYK value is (18,5,0,14).

  • cyan value is 17.73%
  • magenta value is 4.55%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(18,5,0,14)
C18M5Y0K14 
(18%,5%,0%,14%)
(0.18/0.05/0.00/0.14)	

CMYK percentages

%17.73
%4.55
%0
%13.73

Codes

Color #B5D2DC in popluar color models

B5D2DC
RGB181210220
HSL195°35.78%78.63%
HSB/HSV195°17.73%86.27%
CMYK17.73%4.55%0.00%
13.73%

Color #B5D2DC in popluar number systems.

HEXB5D2DC
Decimal181210220
Binary101101011101001011011100
Octal265322334

Shades and tints

Shades of #B5D2DC

#B5D2DC
(181,210,220)
#A5BFC8
(165,191,200)
#95ACB4
(149,172,180)
#8599A0
(133,153,160)
#75868C
(117,134,140)
#657378
(101,115,120)
#556064
(85,96,100)
#454D50
(69,77,80)
#353A3C
(53,58,60)
#252728
(37,39,40)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #B5D2DC

#B5D2DC
(181,210,220)
#BBD6DF
(187,214,223)
#C1DAE2
(193,218,226)
#C7DEE5
(199,222,229)
#CDE2E8
(205,226,232)
#D3E6EB
(211,230,235)
#D9EAEE
(217,234,238)
#DFEEF1
(223,238,241)
#E5F2F4
(229,242,244)
#EBF6F7
(235,246,247)
#F1FAFA
(241,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5D2DC; }

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

This text font color is #B5D2DC.


Background Color

.myBgColor { background-color: #B5D2DC; }

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

This div background color is #B5D2DC.


Border color

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

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

This div border color is #B5D2DC.


Opacity

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

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

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

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

This text has shadow with #B5D2DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D2DC on black background.


Color preview on white background

This text has color #B5D2DC on white background.



Black color preview on #B5D2DC background

This text has black color on #B5D2DC background.


White color preview on #B5D2DC background

This text has white color on #B5D2DC background.