COLOR #B3C2ED

HEX: #B3C2ED RGB: (179,194,237)

Color info

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

RGB color model

#B3C2ED color RGB value is (179,194,237).

RGB: (179,194,237) (70%, 76%, 93%)

RGB channels and saturation

R 179 of 255 = 70%
G 194 of 255 = 76%
B 237 of 255 = 93%

179
194
237

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

Portions of RGB colors in percentages

R + G + B = 179 + 194 + 237 = 610 (100%)
R 179 of 610 ~ 29.34%
G 194 of 610 ~ 31.8%
B 237 of 610 ~ 38.85'%

%29.34
%31.8
%38.85

CMYK color model

#B3C2ED color CMYK value is (24,18,0,7).

  • cyan value is 24.47%
  • magenta value is 18.14%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (24,18,0,7)
C24M18Y0K7 (24%, 18%, 0%, 7%)
(0.24 / 0.18 / 0.00 / 0.07)

CMYK percentages

%24.47
%18.14
%0
%7.06

Codes

Color #B3C2ED in popluar color models

B3 C2 ED
RGB 179 194 237
HSL 224° 61.70% 81.57%
HSB/HSV 224° 24.47% 92.94%
CMYK 24.47% 18.14% 0.00%
7.06%

Color #B3C2ED in popluar number systems.

HEX B3 C2 ED
Decimal 179 194 237
Binary 10110011 11000010 11101101
Octal 263 302 355

Shades and tints

Shades of #B3C2ED

#B3C2ED
(179,194,237)
#A3B1D8
(163,177,216)
#93A0C3
(147,160,195)
#838FAE
(131,143,174)
#737E99
(115,126,153)
#636D84
(99,109,132)
#535C6F
(83,92,111)
#434B5A
(67,75,90)
#333A45
(51,58,69)
#232930
(35,41,48)
#13181B
(19,24,27)
#000000
(0,0,0)

Tints of #B3C2ED

#B3C2ED
(179,194,237)
#B9C7EE
(185,199,238)
#BFCCEF
(191,204,239)
#C5D1F0
(197,209,240)
#CBD6F1
(203,214,241)
#D1DBF2
(209,219,242)
#D7E0F3
(215,224,243)
#DDE5F4
(221,229,244)
#E3EAF5
(227,234,245)
#E9EFF6
(233,239,246)
#EFF4F7
(239,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3C2ED color. Also use rgb(179,194,237) instead hex code.

Text Font Color

.myTextColor { color: #B3C2ED; }

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

This text font color is #B3C2ED.

Background Color

.myBgColor { background-color: #B3C2ED; }

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

This div background color is #B3C2ED.

Border color

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

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

This div border color is #B3C2ED.

Opacity

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

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

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

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

This text has shadow with #B3C2ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3C2ED.

Preview

Color preview on black background

This text has color #B3C2ED on black background.


Color preview on white background

This text has color #B3C2ED on white background.


Black color preview on #B3C2ED background

This text has black color on #B3C2ED background.


White color preview on #B3C2ED background

This text has white color on #B3C2ED background.


Related colors

Complementary color

Complementary color for #hex is #4C3D12.


I love getcolorcode.com

Triadic colors

1 #EDB3C2 and #C2EDB3 with #B3C2ED are triadic colors.

2 #EDC2B3 and #C2B3ED with #B3C2ED are triadic colors.