COLOR #B3D3EF

HEX: #B3D3EF RGB: (179,211,239)

Color info

#B3D3EF contains mainly green and blue colors. Web safe color of #B3D3EF is #99CCFF (or #9CF).

RGB color model

#B3D3EF color RGB value is (179,211,239).

RGB: (179,211,239) (70%, 83%, 94%)

RGB channels and saturation

R 179 of 255 = 70%
G 211 of 255 = 83%
B 239 of 255 = 94%

179
211
239

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

Portions of RGB colors in percentages

R + G + B = 179 + 211 + 239 = 629 (100%)
R 179 of 629 ~ 28.46%
G 211 of 629 ~ 33.55%
B 239 of 629 ~ 38'%

%28.46
%33.55
%38

CMYK color model

#B3D3EF color CMYK value is (25,12,0,6).

  • cyan value is 25.10%
  • magenta value is 11.72%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (25,12,0,6)
C25M12Y0K6 (25%, 12%, 0%, 6%)
(0.25 / 0.12 / 0.00 / 0.06)

CMYK percentages

%25.1
%11.72
%0
%6.27

Codes

Color #B3D3EF in popluar color models

B3 D3 EF
RGB 179 211 239
HSL 208° 65.22% 81.96%
HSB/HSV 208° 25.10% 93.73%
CMYK 25.10% 11.72% 0.00%
6.27%

Color #B3D3EF in popluar number systems.

HEX B3 D3 EF
Decimal 179 211 239
Binary 10110011 11010011 11101111
Octal 263 323 357

Shades and tints

Shades of #B3D3EF

#B3D3EF
(179,211,239)
#A3C0DA
(163,192,218)
#93ADC5
(147,173,197)
#839AB0
(131,154,176)
#73879B
(115,135,155)
#637486
(99,116,134)
#536171
(83,97,113)
#434E5C
(67,78,92)
#333B47
(51,59,71)
#232832
(35,40,50)
#13151D
(19,21,29)
#000000
(0,0,0)

Tints of #B3D3EF

#B3D3EF
(179,211,239)
#B9D7F0
(185,215,240)
#BFDBF1
(191,219,241)
#C5DFF2
(197,223,242)
#CBE3F3
(203,227,243)
#D1E7F4
(209,231,244)
#D7EBF5
(215,235,245)
#DDEFF6
(221,239,246)
#E3F3F7
(227,243,247)
#E9F7F8
(233,247,248)
#EFFBF9
(239,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3D3EF color. Also use rgb(179,211,239) instead hex code.

Text Font Color

.myTextColor { color: #B3D3EF; }

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

This text font color is #B3D3EF.

Background Color

.myBgColor { background-color: #B3D3EF; }

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

This div background color is #B3D3EF.

Border color

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

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

This div border color is #B3D3EF.

Opacity

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

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

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

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

This text has shadow with #B3D3EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3D3EF.

Preview

Color preview on black background

This text has color #B3D3EF on black background.


Color preview on white background

This text has color #B3D3EF on white background.


Black color preview on #B3D3EF background

This text has black color on #B3D3EF background.


White color preview on #B3D3EF background

This text has white color on #B3D3EF background.


Related colors

Complementary color

Complementary color for #hex is #4C2C10.


I love getcolorcode.com

Triadic colors

1 #EFB3D3 and #D3EFB3 with #B3D3EF are triadic colors.

2 #EFD3B3 and #D3B3EF with #B3D3EF are triadic colors.