COLOR #B3D4D7

HEX: #B3D4D7 RGB: (179,212,215)

Color info

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

RGB color model

#B3D4D7 color RGB value is (179,212,215).

RGB: (179,212,215) (70%, 83%, 84%)

RGB channels and saturation

R 179 of 255 = 70%
G 212 of 255 = 83%
B 215 of 255 = 84%

179
212
215

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

Portions of RGB colors in percentages

R + G + B = 179 + 212 + 215 = 606 (100%)
R 179 of 606 ~ 29.54%
G 212 of 606 ~ 34.98%
B 215 of 606 ~ 35.48'%

%29.54
%34.98
%35.48

CMYK color model

#B3D4D7 color CMYK value is (17,1,0,16).

  • cyan value is 16.74%
  • magenta value is 1.40%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (17,1,0,16)
C17M1Y0K16 (17%, 1%, 0%, 16%)
(0.17 / 0.01 / 0.00 / 0.16)

CMYK percentages

%16.74
%1.4
%0
%15.69

Codes

Color #B3D4D7 in popluar color models

B3 D4 D7
RGB 179 212 215
HSL 185° 31.03% 77.25%
HSB/HSV 185° 16.74% 84.31%
CMYK 16.74% 1.40% 0.00%
15.69%

Color #B3D4D7 in popluar number systems.

HEX B3 D4 D7
Decimal 179 212 215
Binary 10110011 11010100 11010111
Octal 263 324 327

Shades and tints

Shades of #B3D4D7

#B3D4D7
(179,212,215)
#A3C1C4
(163,193,196)
#93AEB1
(147,174,177)
#839B9E
(131,155,158)
#73888B
(115,136,139)
#637578
(99,117,120)
#536265
(83,98,101)
#434F52
(67,79,82)
#333C3F
(51,60,63)
#23292C
(35,41,44)
#131619
(19,22,25)
#000000
(0,0,0)

Tints of #B3D4D7

#B3D4D7
(179,212,215)
#B9D7DA
(185,215,218)
#BFDADD
(191,218,221)
#C5DDE0
(197,221,224)
#CBE0E3
(203,224,227)
#D1E3E6
(209,227,230)
#D7E6E9
(215,230,233)
#DDE9EC
(221,233,236)
#E3ECEF
(227,236,239)
#E9EFF2
(233,239,242)
#EFF2F5
(239,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3D4D7; }

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

This text font color is #B3D4D7.

Background Color

.myBgColor { background-color: #B3D4D7; }

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

This div background color is #B3D4D7.

Border color

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

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

This div border color is #B3D4D7.

Opacity

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

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

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

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

This text has shadow with #B3D4D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3D4D7.

Preview

Color preview on black background

This text has color #B3D4D7 on black background.


Color preview on white background

This text has color #B3D4D7 on white background.


Black color preview on #B3D4D7 background

This text has black color on #B3D4D7 background.


White color preview on #B3D4D7 background

This text has white color on #B3D4D7 background.


Related colors

Complementary color

Complementary color for #hex is #4C2B28.


I love getcolorcode.com

Triadic colors

1 #D7B3D4 and #D4D7B3 with #B3D4D7 are triadic colors.

2 #D7D4B3 and #D4B3D7 with #B3D4D7 are triadic colors.