COLOR #B3C9EE

HEX: #B3C9EE RGB: (179,201,238)

Color info

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

RGB color model

#B3C9EE color RGB value is (179,201,238).

RGB: (179,201,238) (70%, 79%, 93%)

RGB channels and saturation

R 179 of 255 = 70%
G 201 of 255 = 79%
B 238 of 255 = 93%

179
201
238

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

Portions of RGB colors in percentages

R + G + B = 179 + 201 + 238 = 618 (100%)
R 179 of 618 ~ 28.96%
G 201 of 618 ~ 32.52%
B 238 of 618 ~ 38.51'%

%28.96
%32.52
%38.51

CMYK color model

#B3C9EE color CMYK value is (25,16,0,7).

  • cyan value is 24.79%
  • magenta value is 15.55%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (25,16,0,7)
C25M16Y0K7 (25%, 16%, 0%, 7%)
(0.25 / 0.16 / 0.00 / 0.07)

CMYK percentages

%24.79
%15.55
%0
%6.67

Codes

Color #B3C9EE in popluar color models

B3 C9 EE
RGB 179 201 238
HSL 218° 63.44% 81.76%
HSB/HSV 218° 24.79% 93.33%
CMYK 24.79% 15.55% 0.00%
6.67%

Color #B3C9EE in popluar number systems.

HEX B3 C9 EE
Decimal 179 201 238
Binary 10110011 11001001 11101110
Octal 263 311 356

Shades and tints

Shades of #B3C9EE

#B3C9EE
(179,201,238)
#A3B7D9
(163,183,217)
#93A5C4
(147,165,196)
#8393AF
(131,147,175)
#73819A
(115,129,154)
#636F85
(99,111,133)
#535D70
(83,93,112)
#434B5B
(67,75,91)
#333946
(51,57,70)
#232731
(35,39,49)
#13151C
(19,21,28)
#000000
(0,0,0)

Tints of #B3C9EE

#B3C9EE
(179,201,238)
#B9CDEF
(185,205,239)
#BFD1F0
(191,209,240)
#C5D5F1
(197,213,241)
#CBD9F2
(203,217,242)
#D1DDF3
(209,221,243)
#D7E1F4
(215,225,244)
#DDE5F5
(221,229,245)
#E3E9F6
(227,233,246)
#E9EDF7
(233,237,247)
#EFF1F8
(239,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3C9EE color. Also use rgb(179,201,238) instead hex code.

Text Font Color

.myTextColor { color: #B3C9EE; }

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

This text font color is #B3C9EE.

Background Color

.myBgColor { background-color: #B3C9EE; }

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

This div background color is #B3C9EE.

Border color

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

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

This div border color is #B3C9EE.

Opacity

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

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

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

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

This text has shadow with #B3C9EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3C9EE.

Preview

Color preview on black background

This text has color #B3C9EE on black background.


Color preview on white background

This text has color #B3C9EE on white background.


Black color preview on #B3C9EE background

This text has black color on #B3C9EE background.


White color preview on #B3C9EE background

This text has white color on #B3C9EE background.


Related colors

Complementary color

Complementary color for #hex is #4C3611.


I love getcolorcode.com

Triadic colors

1 #EEB3C9 and #C9EEB3 with #B3C9EE are triadic colors.

2 #EEC9B3 and #C9B3EE with #B3C9EE are triadic colors.