COLOR #B3D5E2

HEX: #B3D5E2
RGB: (179,213,226)

Color info

#B3D5E2 contains red, green and blue colors in about the same proportion. Web safe color of #B3D5E2 is #99CCCC (or #9CC).

RGB color model

#B3D5E2 color RGB value is (179,213,226).

  • red value is 179;
  • green value is 213;
  • blue value is 226.
RGB:
(179,213,226)
(70%,84%,89%)

RGB channels and saturation

R 179 of 255 = 70%
G 213 of 255 = 84%
B 226 of 255 = 89%

179
213
226

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

Portions of RGB colors in percentages

R + G + B =
179 + 213 + 226 = 618 (100%)
R 179 of 618 ~ 28.96%
G 213 of 618 ~ 34.47%
B 226 of 618 ~ 36.57%

%28.96
%34.47
%36.57

CMYK color model

#B3D5E2 color CMYK value is (21,6,0,11).

  • cyan value is 20.80%
  • magenta value is 5.75%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(21,6,0,11)
C21M6Y0K11 
(21%,6%,0%,11%)
(0.21/0.06/0.00/0.11)	

CMYK percentages

%20.8
%5.75
%0
%11.37

Codes

Color #B3D5E2 in popluar color models

B3D5E2
RGB179213226
HSL197°44.76%79.41%
HSB/HSV197°20.80%88.63%
CMYK20.80%5.75%0.00%
11.37%

Color #B3D5E2 in popluar number systems.

HEXB3D5E2
Decimal179213226
Binary101100111101010111100010
Octal263325342

Shades and tints

Shades of #B3D5E2

#B3D5E2
(179,213,226)
#A3C2CE
(163,194,206)
#93AFBA
(147,175,186)
#839CA6
(131,156,166)
#738992
(115,137,146)
#63767E
(99,118,126)
#53636A
(83,99,106)
#435056
(67,80,86)
#333D42
(51,61,66)
#232A2E
(35,42,46)
#13171A
(19,23,26)
#000000
(0,0,0)

Tints of #B3D5E2

#B3D5E2
(179,213,226)
#B9D8E4
(185,216,228)
#BFDBE6
(191,219,230)
#C5DEE8
(197,222,232)
#CBE1EA
(203,225,234)
#D1E4EC
(209,228,236)
#D7E7EE
(215,231,238)
#DDEAF0
(221,234,240)
#E3EDF2
(227,237,242)
#E9F0F4
(233,240,244)
#EFF3F6
(239,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3D5E2 color. Also use rgb(179,213,226) instead hex code.

Text Font Color

.myTextColor { color: #B3D5E2; }

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

This text font color is #B3D5E2.


Background Color

.myBgColor { background-color: #B3D5E2; }

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

This div background color is #B3D5E2.


Border color

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

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

This div border color is #B3D5E2.


Opacity

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

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

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

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

This text has shadow with #B3D5E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3D5E2 on black background.


Color preview on white background

This text has color #B3D5E2 on white background.



Black color preview on #B3D5E2 background

This text has black color on #B3D5E2 background.


White color preview on #B3D5E2 background

This text has white color on #B3D5E2 background.