COLOR #B3C7D7

HEX: #B3C7D7 RGB: (179,199,215)

Color info

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

RGB color model

#B3C7D7 color RGB value is (179,199,215).

RGB: (179,199,215) (70%, 78%, 84%)

RGB channels and saturation

R 179 of 255 = 70%
G 199 of 255 = 78%
B 215 of 255 = 84%

179
199
215

R + G + B ~ 77%. #B3C7D7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 199 + 215 = 593 (100%)
R 179 of 593 ~ 30.19%
G 199 of 593 ~ 33.56%
B 215 of 593 ~ 36.26'%

%30.19
%33.56
%36.26

CMYK color model

#B3C7D7 color CMYK value is (17,7,0,16).

  • cyan value is 16.74%
  • magenta value is 7.44%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (17,7,0,16)
C17M7Y0K16 (17%, 7%, 0%, 16%)
(0.17 / 0.07 / 0.00 / 0.16)

CMYK percentages

%16.74
%7.44
%0
%15.69

Codes

Color #B3C7D7 in popluar color models

B3 C7 D7
RGB 179 199 215
HSL 207° 31.03% 77.25%
HSB/HSV 207° 16.74% 84.31%
CMYK 16.74% 7.44% 0.00%
15.69%

Color #B3C7D7 in popluar number systems.

HEX B3 C7 D7
Decimal 179 199 215
Binary 10110011 11000111 11010111
Octal 263 307 327

Shades and tints

Shades of #B3C7D7

#B3C7D7
(179,199,215)
#A3B5C4
(163,181,196)
#93A3B1
(147,163,177)
#83919E
(131,145,158)
#737F8B
(115,127,139)
#636D78
(99,109,120)
#535B65
(83,91,101)
#434952
(67,73,82)
#33373F
(51,55,63)
#23252C
(35,37,44)
#131319
(19,19,25)
#000000
(0,0,0)

Tints of #B3C7D7

#B3C7D7
(179,199,215)
#B9CCDA
(185,204,218)
#BFD1DD
(191,209,221)
#C5D6E0
(197,214,224)
#CBDBE3
(203,219,227)
#D1E0E6
(209,224,230)
#D7E5E9
(215,229,233)
#DDEAEC
(221,234,236)
#E3EFEF
(227,239,239)
#E9F4F2
(233,244,242)
#EFF9F5
(239,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3C7D7; }

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

This text font color is #B3C7D7.

Background Color

.myBgColor { background-color: #B3C7D7; }

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

This div background color is #B3C7D7.

Border color

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

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

This div border color is #B3C7D7.

Opacity

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

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

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

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

This text has shadow with #B3C7D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3C7D7.

Preview

Color preview on black background

This text has color #B3C7D7 on black background.


Color preview on white background

This text has color #B3C7D7 on white background.


Black color preview on #B3C7D7 background

This text has black color on #B3C7D7 background.


White color preview on #B3C7D7 background

This text has white color on #B3C7D7 background.


Related colors

Complementary color

Complementary color for #hex is #4C3828.


I love getcolorcode.com

Triadic colors

1 #D7B3C7 and #C7D7B3 with #B3C7D7 are triadic colors.

2 #D7C7B3 and #C7B3D7 with #B3C7D7 are triadic colors.