COLOR #B3C5DF

HEX: #B3C5DF RGB: (179,197,223)

Color info

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

RGB color model

#B3C5DF color RGB value is (179,197,223).

RGB: (179,197,223) (70%, 77%, 87%)

RGB channels and saturation

R 179 of 255 = 70%
G 197 of 255 = 77%
B 223 of 255 = 87%

179
197
223

R + G + B ~ 78%. #B3C5DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 197 + 223 = 599 (100%)
R 179 of 599 ~ 29.88%
G 197 of 599 ~ 32.89%
B 223 of 599 ~ 37.23'%

%29.88
%32.89
%37.23

CMYK color model

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

  • cyan value is 19.73%
  • magenta value is 11.66%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (20,12,0,13)
C20M12Y0K13 (20%, 12%, 0%, 13%)
(0.20 / 0.12 / 0.00 / 0.13)

CMYK percentages

%19.73
%11.66
%0
%12.55

Codes

Color #B3C5DF in popluar color models

B3 C5 DF
RGB 179 197 223
HSL 215° 40.74% 78.82%
HSB/HSV 215° 19.73% 87.45%
CMYK 19.73% 11.66% 0.00%
12.55%

Color #B3C5DF in popluar number systems.

HEX B3 C5 DF
Decimal 179 197 223
Binary 10110011 11000101 11011111
Octal 263 305 337

Shades and tints

Shades of #B3C5DF

#B3C5DF
(179,197,223)
#A3B4CB
(163,180,203)
#93A3B7
(147,163,183)
#8392A3
(131,146,163)
#73818F
(115,129,143)
#63707B
(99,112,123)
#535F67
(83,95,103)
#434E53
(67,78,83)
#333D3F
(51,61,63)
#232C2B
(35,44,43)
#131B17
(19,27,23)
#000000
(0,0,0)

Tints of #B3C5DF

#B3C5DF
(179,197,223)
#B9CAE1
(185,202,225)
#BFCFE3
(191,207,227)
#C5D4E5
(197,212,229)
#CBD9E7
(203,217,231)
#D1DEE9
(209,222,233)
#D7E3EB
(215,227,235)
#DDE8ED
(221,232,237)
#E3EDEF
(227,237,239)
#E9F2F1
(233,242,241)
#EFF7F3
(239,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3C5DF color. Also use rgb(179,197,223) instead hex code.

Text Font Color

.myTextColor { color: #B3C5DF; }

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

This text font color is #B3C5DF.

Background Color

.myBgColor { background-color: #B3C5DF; }

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

This div background color is #B3C5DF.

Border color

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

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

This div border color is #B3C5DF.

Opacity

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

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

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

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

This text has shadow with #B3C5DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3C5DF.

Preview

Color preview on black background

This text has color #B3C5DF on black background.


Color preview on white background

This text has color #B3C5DF on white background.


Black color preview on #B3C5DF background

This text has black color on #B3C5DF background.


White color preview on #B3C5DF background

This text has white color on #B3C5DF background.


Related colors

Complementary color

Complementary color for #hex is #4C3A20.


I love getcolorcode.com

Triadic colors

1 #DFB3C5 and #C5DFB3 with #B3C5DF are triadic colors.

2 #DFC5B3 and #C5B3DF with #B3C5DF are triadic colors.