COLOR #B5DADC

HEX: #B5DADC
RGB: (181,218,220)

Color info

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

RGB color model

#B5DADC color RGB value is (181,218,220).

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

RGB channels and saturation

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

181
218
220

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

Portions of RGB colors in percentages

R + G + B =
181 + 218 + 220 = 619 (100%)
R 181 of 619 ~ 29.24%
G 218 of 619 ~ 35.22%
B 220 of 619 ~ 35.54%

%29.24
%35.22
%35.54

CMYK color model

#B5DADC color CMYK value is (18,1,0,14).

  • cyan value is 17.73%
  • magenta value is 0.91%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(18,1,0,14)
C18M1Y0K14 
(18%,1%,0%,14%)
(0.18/0.01/0.00/0.14)	

CMYK percentages

%17.73
%0.91
%0
%13.73

Codes

Color #B5DADC in popluar color models

B5DADC
RGB181218220
HSL183°35.78%78.63%
HSB/HSV183°17.73%86.27%
CMYK17.73%0.91%0.00%
13.73%

Color #B5DADC in popluar number systems.

HEXB5DADC
Decimal181218220
Binary101101011101101011011100
Octal265332334

Shades and tints

Shades of #B5DADC

#B5DADC
(181,218,220)
#A5C7C8
(165,199,200)
#95B4B4
(149,180,180)
#85A1A0
(133,161,160)
#758E8C
(117,142,140)
#657B78
(101,123,120)
#556864
(85,104,100)
#455550
(69,85,80)
#35423C
(53,66,60)
#252F28
(37,47,40)
#151C14
(21,28,20)
#000000
(0,0,0)

Tints of #B5DADC

#B5DADC
(181,218,220)
#BBDDDF
(187,221,223)
#C1E0E2
(193,224,226)
#C7E3E5
(199,227,229)
#CDE6E8
(205,230,232)
#D3E9EB
(211,233,235)
#D9ECEE
(217,236,238)
#DFEFF1
(223,239,241)
#E5F2F4
(229,242,244)
#EBF5F7
(235,245,247)
#F1F8FA
(241,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5DADC; }

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

This text font color is #B5DADC.


Background Color

.myBgColor { background-color: #B5DADC; }

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

This div background color is #B5DADC.


Border color

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

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

This div border color is #B5DADC.


Opacity

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

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

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

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

This text has shadow with #B5DADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5DADC on black background.


Color preview on white background

This text has color #B5DADC on white background.



Black color preview on #B5DADC background

This text has black color on #B5DADC background.


White color preview on #B5DADC background

This text has white color on #B5DADC background.