COLOR #B3D4E1

HEX: #B3D4E1 RGB: (179,212,225)

Color info

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

RGB color model

#B3D4E1 color RGB value is (179,212,225).

RGB: (179,212,225) (70%, 83%, 88%)

RGB channels and saturation

R 179 of 255 = 70%
G 212 of 255 = 83%
B 225 of 255 = 88%

179
212
225

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

Portions of RGB colors in percentages

R + G + B = 179 + 212 + 225 = 616 (100%)
R 179 of 616 ~ 29.06%
G 212 of 616 ~ 34.42%
B 225 of 616 ~ 36.53'%

%29.06
%34.42
%36.53

CMYK color model

#B3D4E1 color CMYK value is (20,6,0,12).

  • cyan value is 20.44%
  • magenta value is 5.78%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (20,6,0,12)
C20M6Y0K12 (20%, 6%, 0%, 12%)
(0.20 / 0.06 / 0.00 / 0.12)

CMYK percentages

%20.44
%5.78
%0
%11.76

Codes

Color #B3D4E1 in popluar color models

B3 D4 E1
RGB 179 212 225
HSL 197° 43.40% 79.22%
HSB/HSV 197° 20.44% 88.24%
CMYK 20.44% 5.78% 0.00%
11.76%

Color #B3D4E1 in popluar number systems.

HEX B3 D4 E1
Decimal 179 212 225
Binary 10110011 11010100 11100001
Octal 263 324 341

Shades and tints

Shades of #B3D4E1

#B3D4E1
(179,212,225)
#A3C1CD
(163,193,205)
#93AEB9
(147,174,185)
#839BA5
(131,155,165)
#738891
(115,136,145)
#63757D
(99,117,125)
#536269
(83,98,105)
#434F55
(67,79,85)
#333C41
(51,60,65)
#23292D
(35,41,45)
#131619
(19,22,25)
#000000
(0,0,0)

Tints of #B3D4E1

#B3D4E1
(179,212,225)
#B9D7E3
(185,215,227)
#BFDAE5
(191,218,229)
#C5DDE7
(197,221,231)
#CBE0E9
(203,224,233)
#D1E3EB
(209,227,235)
#D7E6ED
(215,230,237)
#DDE9EF
(221,233,239)
#E3ECF1
(227,236,241)
#E9EFF3
(233,239,243)
#EFF2F5
(239,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3D4E1 color. Also use rgb(179,212,225) instead hex code.

Text Font Color

.myTextColor { color: #B3D4E1; }

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

This text font color is #B3D4E1.

Background Color

.myBgColor { background-color: #B3D4E1; }

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

This div background color is #B3D4E1.

Border color

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

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

This div border color is #B3D4E1.

Opacity

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

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

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

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

This text has shadow with #B3D4E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3D4E1.

Preview

Color preview on black background

This text has color #B3D4E1 on black background.


Color preview on white background

This text has color #B3D4E1 on white background.


Black color preview on #B3D4E1 background

This text has black color on #B3D4E1 background.


White color preview on #B3D4E1 background

This text has white color on #B3D4E1 background.


Related colors

Complementary color

Complementary color for #hex is #4C2B1E.


I love getcolorcode.com

Triadic colors

1 #E1B3D4 and #D4E1B3 with #B3D4E1 are triadic colors.

2 #E1D4B3 and #D4B3E1 with #B3D4E1 are triadic colors.