COLOR #B3C5E5

HEX: #B3C5E5 RGB: (179,197,229)

Color info

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

RGB color model

#B3C5E5 color RGB value is (179,197,229).

RGB: (179,197,229) (70%, 77%, 90%)

RGB channels and saturation

R 179 of 255 = 70%
G 197 of 255 = 77%
B 229 of 255 = 90%

179
197
229

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

Portions of RGB colors in percentages

R + G + B = 179 + 197 + 229 = 605 (100%)
R 179 of 605 ~ 29.59%
G 197 of 605 ~ 32.56%
B 229 of 605 ~ 37.85'%

%29.59
%32.56
%37.85

CMYK color model

#B3C5E5 color CMYK value is (22,14,0,10).

  • cyan value is 21.83%
  • magenta value is 13.97%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK: (22,14,0,10) C22M14Y0K10 (22%,14%,0%,10%) (0.22/0.14/0.00/0.10) 

CMYK percentages

%21.83
%13.97
%0
%10.2

Codes

Color #B3C5E5 in popluar color models

B3 C5 E5
RGB 179 197 229
HSL 218° 49.02% 80.00%
HSB/HSV 218° 21.83% 89.80%
CMYK 21.83% 13.97% 0.00%
10.20%

Color #B3C5E5 in popluar number systems.

HEX B3 C5 E5
Decimal 179 197 229
Binary 10110011 11000101 11100101
Octal 263 305 345

Shades and tints

Shades of #B3C5E5

#B3C5E5
(179,197,229)
#A3B4D1
(163,180,209)
#93A3BD
(147,163,189)
#8392A9
(131,146,169)
#738195
(115,129,149)
#637081
(99,112,129)
#535F6D
(83,95,109)
#434E59
(67,78,89)
#333D45
(51,61,69)
#232C31
(35,44,49)
#131B1D
(19,27,29)
#000000
(0,0,0)

Tints of #B3C5E5

#B3C5E5
(179,197,229)
#B9CAE7
(185,202,231)
#BFCFE9
(191,207,233)
#C5D4EB
(197,212,235)
#CBD9ED
(203,217,237)
#D1DEEF
(209,222,239)
#D7E3F1
(215,227,241)
#DDE8F3
(221,232,243)
#E3EDF5
(227,237,245)
#E9F2F7
(233,242,247)
#EFF7F9
(239,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3C5E5; }

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

This text font color is #B3C5E5.

Background Color

.myBgColor { background-color: #B3C5E5; }

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

This div background color is #B3C5E5.

Border color

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

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

This div border color is #B3C5E5.

Opacity

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

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

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

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

This text has shadow with #B3C5E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3C5E5.

Preview

Color preview on black background

This text has color #B3C5E5 on black background.


Color preview on white background

This text has color #B3C5E5 on white background.


Black color preview on #B3C5E5 background

This text has black color on #B3C5E5 background.


White color preview on #B3C5E5 background

This text has white color on #B3C5E5 background.


Related colors

Complementary color

Complementary color for #hex is #4C3A1A.


I love getcolorcode.com

Triadic colors

1 #E5B3C5 and #C5E5B3 with #B3C5E5 are triadic colors.

2 #E5C5B3 and #C5B3E5 with #B3C5E5 are triadic colors.