COLOR #B3C6ED

HEX: #B3C6ED RGB: (179,198,237)

Color info

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

RGB color model

#B3C6ED color RGB value is (179,198,237).

RGB: (179,198,237) (70%, 78%, 93%)

RGB channels and saturation

R 179 of 255 = 70%
G 198 of 255 = 78%
B 237 of 255 = 93%

179
198
237

R + G + B ~ 80%. #B3C6ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 198 + 237 = 614 (100%)
R 179 of 614 ~ 29.15%
G 198 of 614 ~ 32.25%
B 237 of 614 ~ 38.6'%

%29.15
%32.25
%38.6

CMYK color model

#B3C6ED color CMYK value is (24,16,0,7).

  • cyan value is 24.47%
  • magenta value is 16.46%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (24,16,0,7)
C24M16Y0K7 (24%, 16%, 0%, 7%)
(0.24 / 0.16 / 0.00 / 0.07)

CMYK percentages

%24.47
%16.46
%0
%7.06

Codes

Color #B3C6ED in popluar color models

B3 C6 ED
RGB 179 198 237
HSL 220° 61.70% 81.57%
HSB/HSV 220° 24.47% 92.94%
CMYK 24.47% 16.46% 0.00%
7.06%

Color #B3C6ED in popluar number systems.

HEX B3 C6 ED
Decimal 179 198 237
Binary 10110011 11000110 11101101
Octal 263 306 355

Shades and tints

Shades of #B3C6ED

#B3C6ED
(179,198,237)
#A3B4D8
(163,180,216)
#93A2C3
(147,162,195)
#8390AE
(131,144,174)
#737E99
(115,126,153)
#636C84
(99,108,132)
#535A6F
(83,90,111)
#43485A
(67,72,90)
#333645
(51,54,69)
#232430
(35,36,48)
#13121B
(19,18,27)
#000000
(0,0,0)

Tints of #B3C6ED

#B3C6ED
(179,198,237)
#B9CBEE
(185,203,238)
#BFD0EF
(191,208,239)
#C5D5F0
(197,213,240)
#CBDAF1
(203,218,241)
#D1DFF2
(209,223,242)
#D7E4F3
(215,228,243)
#DDE9F4
(221,233,244)
#E3EEF5
(227,238,245)
#E9F3F6
(233,243,246)
#EFF8F7
(239,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3C6ED color. Also use rgb(179,198,237) instead hex code.

Text Font Color

.myTextColor { color: #B3C6ED; }

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

This text font color is #B3C6ED.

Background Color

.myBgColor { background-color: #B3C6ED; }

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

This div background color is #B3C6ED.

Border color

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

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

This div border color is #B3C6ED.

Opacity

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

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

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

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

This text has shadow with #B3C6ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3C6ED.

Preview

Color preview on black background

This text has color #B3C6ED on black background.


Color preview on white background

This text has color #B3C6ED on white background.


Black color preview on #B3C6ED background

This text has black color on #B3C6ED background.


White color preview on #B3C6ED background

This text has white color on #B3C6ED background.


Related colors

Complementary color

Complementary color for #hex is #4C3912.


I love getcolorcode.com

Triadic colors

1 #EDB3C6 and #C6EDB3 with #B3C6ED are triadic colors.

2 #EDC6B3 and #C6B3ED with #B3C6ED are triadic colors.