COLOR #B3C7E1

HEX: #B3C7E1 RGB: (179,199,225)

Color info

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

RGB color model

#B3C7E1 color RGB value is (179,199,225).

RGB: (179,199,225) (70%, 78%, 88%)

RGB channels and saturation

R 179 of 255 = 70%
G 199 of 255 = 78%
B 225 of 255 = 88%

179
199
225

R + G + B ~ 79%. #B3C7E1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 199 + 225 = 603 (100%)
R 179 of 603 ~ 29.68%
G 199 of 603 ~ 33%
B 225 of 603 ~ 37.31'%

%29.68
%33
%37.31

CMYK color model

#B3C7E1 color CMYK value is (20,12,0,12).

  • cyan value is 20.44%
  • magenta value is 11.56%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (20,12,0,12)
C20M12Y0K12 (20%, 12%, 0%, 12%)
(0.20 / 0.12 / 0.00 / 0.12)

CMYK percentages

%20.44
%11.56
%0
%11.76

Codes

Color #B3C7E1 in popluar color models

B3 C7 E1
RGB 179 199 225
HSL 214° 43.40% 79.22%
HSB/HSV 214° 20.44% 88.24%
CMYK 20.44% 11.56% 0.00%
11.76%

Color #B3C7E1 in popluar number systems.

HEX B3 C7 E1
Decimal 179 199 225
Binary 10110011 11000111 11100001
Octal 263 307 341

Shades and tints

Shades of #B3C7E1

#B3C7E1
(179,199,225)
#A3B5CD
(163,181,205)
#93A3B9
(147,163,185)
#8391A5
(131,145,165)
#737F91
(115,127,145)
#636D7D
(99,109,125)
#535B69
(83,91,105)
#434955
(67,73,85)
#333741
(51,55,65)
#23252D
(35,37,45)
#131319
(19,19,25)
#000000
(0,0,0)

Tints of #B3C7E1

#B3C7E1
(179,199,225)
#B9CCE3
(185,204,227)
#BFD1E5
(191,209,229)
#C5D6E7
(197,214,231)
#CBDBE9
(203,219,233)
#D1E0EB
(209,224,235)
#D7E5ED
(215,229,237)
#DDEAEF
(221,234,239)
#E3EFF1
(227,239,241)
#E9F4F3
(233,244,243)
#EFF9F5
(239,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3C7E1 color. Also use rgb(179,199,225) instead hex code.

Text Font Color

.myTextColor { color: #B3C7E1; }

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

This text font color is #B3C7E1.

Background Color

.myBgColor { background-color: #B3C7E1; }

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

This div background color is #B3C7E1.

Border color

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

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

This div border color is #B3C7E1.

Opacity

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

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

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

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

This text has shadow with #B3C7E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3C7E1.

Preview

Color preview on black background

This text has color #B3C7E1 on black background.


Color preview on white background

This text has color #B3C7E1 on white background.


Black color preview on #B3C7E1 background

This text has black color on #B3C7E1 background.


White color preview on #B3C7E1 background

This text has white color on #B3C7E1 background.


Related colors

Complementary color

Complementary color for #hex is #4C381E.


I love getcolorcode.com

Triadic colors

1 #E1B3C7 and #C7E1B3 with #B3C7E1 are triadic colors.

2 #E1C7B3 and #C7B3E1 with #B3C7E1 are triadic colors.