COLOR #B5D2F3

HEX: #B5D2F3
RGB: (181,210,243)

Color info

#B5D2F3 contains mainly green and blue colors. Web safe color of #B5D2F3 is #CCCCFF (or #CCF).

RGB color model

#B5D2F3 color RGB value is (181,210,243).

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

RGB channels and saturation

R 181 of 255 = 71%
G 210 of 255 = 82%
B 243 of 255 = 95%

181
210
243

R + G + B ~ 83%. #B5D2F3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 210 + 243 = 634 (100%)
R 181 of 634 ~ 28.55%
G 210 of 634 ~ 33.12%
B 243 of 634 ~ 38.33%

%28.55
%33.12
%38.33

CMYK color model

#B5D2F3 color CMYK value is (26,14,0,5).

  • cyan value is 25.51%
  • magenta value is 13.58%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(26,14,0,5)
C26M14Y0K5 
(26%,14%,0%,5%)
(0.26/0.14/0.00/0.05)	

CMYK percentages

%25.51
%13.58
%0
%4.71

Codes

Color #B5D2F3 in popluar color models

B5D2F3
RGB181210243
HSL212°72.09%83.14%
HSB/HSV212°25.51%95.29%
CMYK25.51%13.58%0.00%
4.71%

Color #B5D2F3 in popluar number systems.

HEXB5D2F3
Decimal181210243
Binary101101011101001011110011
Octal265322363

Shades and tints

Shades of #B5D2F3

#B5D2F3
(181,210,243)
#A5BFDD
(165,191,221)
#95ACC7
(149,172,199)
#8599B1
(133,153,177)
#75869B
(117,134,155)
#657385
(101,115,133)
#55606F
(85,96,111)
#454D59
(69,77,89)
#353A43
(53,58,67)
#25272D
(37,39,45)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #B5D2F3

#B5D2F3
(181,210,243)
#BBD6F4
(187,214,244)
#C1DAF5
(193,218,245)
#C7DEF6
(199,222,246)
#CDE2F7
(205,226,247)
#D3E6F8
(211,230,248)
#D9EAF9
(217,234,249)
#DFEEFA
(223,238,250)
#E5F2FB
(229,242,251)
#EBF6FC
(235,246,252)
#F1FAFD
(241,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5D2F3; }

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

This text font color is #B5D2F3.


Background Color

.myBgColor { background-color: #B5D2F3; }

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

This div background color is #B5D2F3.


Border color

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

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

This div border color is #B5D2F3.


Opacity

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

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

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

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

This text has shadow with #B5D2F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D2F3 on black background.


Color preview on white background

This text has color #B5D2F3 on white background.



Black color preview on #B5D2F3 background

This text has black color on #B5D2F3 background.


White color preview on #B5D2F3 background

This text has white color on #B5D2F3 background.