COLOR #B3CBE6

HEX: #B3CBE6 RGB: (179,203,230)

Color info

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

RGB color model

#B3CBE6 color RGB value is (179,203,230).

RGB: (179,203,230) (70%, 80%, 90%)

RGB channels and saturation

R 179 of 255 = 70%
G 203 of 255 = 80%
B 230 of 255 = 90%

179
203
230

R + G + B ~ 80%. #B3CBE6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 203 + 230 = 612 (100%)
R 179 of 612 ~ 29.25%
G 203 of 612 ~ 33.17%
B 230 of 612 ~ 37.58'%

%29.25
%33.17
%37.58

CMYK color model

#B3CBE6 color CMYK value is (22,12,0,10).

  • cyan value is 22.17%
  • magenta value is 11.74%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (22,12,0,10)
C22M12Y0K10 (22%, 12%, 0%, 10%)
(0.22 / 0.12 / 0.00 / 0.10)

CMYK percentages

%22.17
%11.74
%0
%9.8

Codes

Color #B3CBE6 in popluar color models

B3 CB E6
RGB 179 203 230
HSL 212° 50.50% 80.20%
HSB/HSV 212° 22.17% 90.20%
CMYK 22.17% 11.74% 0.00%
9.80%

Color #B3CBE6 in popluar number systems.

HEX B3 CB E6
Decimal 179 203 230
Binary 10110011 11001011 11100110
Octal 263 313 346

Shades and tints

Shades of #B3CBE6

#B3CBE6
(179,203,230)
#A3B9D2
(163,185,210)
#93A7BE
(147,167,190)
#8395AA
(131,149,170)
#738396
(115,131,150)
#637182
(99,113,130)
#535F6E
(83,95,110)
#434D5A
(67,77,90)
#333B46
(51,59,70)
#232932
(35,41,50)
#13171E
(19,23,30)
#000000
(0,0,0)

Tints of #B3CBE6

#B3CBE6
(179,203,230)
#B9CFE8
(185,207,232)
#BFD3EA
(191,211,234)
#C5D7EC
(197,215,236)
#CBDBEE
(203,219,238)
#D1DFF0
(209,223,240)
#D7E3F2
(215,227,242)
#DDE7F4
(221,231,244)
#E3EBF6
(227,235,246)
#E9EFF8
(233,239,248)
#EFF3FA
(239,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3CBE6 color. Also use rgb(179,203,230) instead hex code.

Text Font Color

.myTextColor { color: #B3CBE6; }

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

This text font color is #B3CBE6.

Background Color

.myBgColor { background-color: #B3CBE6; }

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

This div background color is #B3CBE6.

Border color

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

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

This div border color is #B3CBE6.

Opacity

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

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

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

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

This text has shadow with #B3CBE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3CBE6.

Preview

Color preview on black background

This text has color #B3CBE6 on black background.


Color preview on white background

This text has color #B3CBE6 on white background.


Black color preview on #B3CBE6 background

This text has black color on #B3CBE6 background.


White color preview on #B3CBE6 background

This text has white color on #B3CBE6 background.


Related colors

Complementary color

Complementary color for #hex is #4C3419.


I love getcolorcode.com

Triadic colors

1 #E6B3CB and #CBE6B3 with #B3CBE6 are triadic colors.

2 #E6CBB3 and #CBB3E6 with #B3CBE6 are triadic colors.