COLOR #B5DDE2

HEX: #B5DDE2
RGB: (181,221,226)

Color info

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

RGB color model

#B5DDE2 color RGB value is (181,221,226).

  • red value is 181;
  • green value is 221;
  • blue value is 226.
RGB:
(181,221,226)
(71%,87%,89%)

RGB channels and saturation

R 181 of 255 = 71%
G 221 of 255 = 87%
B 226 of 255 = 89%

181
221
226

R + G + B ~ 82%. #B5DDE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 221 + 226 = 628 (100%)
R 181 of 628 ~ 28.82%
G 221 of 628 ~ 35.19%
B 226 of 628 ~ 35.99%

%28.82
%35.19
%35.99

CMYK color model

#B5DDE2 color CMYK value is (20,2,0,11).

  • cyan value is 19.91%
  • magenta value is 2.21%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(20,2,0,11)
C20M2Y0K11 
(20%,2%,0%,11%)
(0.20/0.02/0.00/0.11)	

CMYK percentages

%19.91
%2.21
%0
%11.37

Codes

Color #B5DDE2 in popluar color models

B5DDE2
RGB181221226
HSL187°43.69%79.80%
HSB/HSV187°19.91%88.63%
CMYK19.91%2.21%0.00%
11.37%

Color #B5DDE2 in popluar number systems.

HEXB5DDE2
Decimal181221226
Binary101101011101110111100010
Octal265335342

Shades and tints

Shades of #B5DDE2

#B5DDE2
(181,221,226)
#A5C9CE
(165,201,206)
#95B5BA
(149,181,186)
#85A1A6
(133,161,166)
#758D92
(117,141,146)
#65797E
(101,121,126)
#55656A
(85,101,106)
#455156
(69,81,86)
#353D42
(53,61,66)
#25292E
(37,41,46)
#15151A
(21,21,26)
#000000
(0,0,0)

Tints of #B5DDE2

#B5DDE2
(181,221,226)
#BBE0E4
(187,224,228)
#C1E3E6
(193,227,230)
#C7E6E8
(199,230,232)
#CDE9EA
(205,233,234)
#D3ECEC
(211,236,236)
#D9EFEE
(217,239,238)
#DFF2F0
(223,242,240)
#E5F5F2
(229,245,242)
#EBF8F4
(235,248,244)
#F1FBF6
(241,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5DDE2; }

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

This text font color is #B5DDE2.


Background Color

.myBgColor { background-color: #B5DDE2; }

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

This div background color is #B5DDE2.


Border color

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

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

This div border color is #B5DDE2.


Opacity

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

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

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

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

This text has shadow with #B5DDE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5DDE2 on black background.


Color preview on white background

This text has color #B5DDE2 on white background.



Black color preview on #B5DDE2 background

This text has black color on #B5DDE2 background.


White color preview on #B5DDE2 background

This text has white color on #B5DDE2 background.