COLOR #B3D7C5

HEX: #B3D7C5
RGB: (179,215,197)

Color info

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

RGB color model

#B3D7C5 color RGB value is (179,215,197).

  • red value is 179;
  • green value is 215;
  • blue value is 197.
RGB:
(179,215,197)
(70%,84%,77%)

RGB channels and saturation

R 179 of 255 = 70%
G 215 of 255 = 84%
B 197 of 255 = 77%

179
215
197

R + G + B ~ 77%. #B3D7C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 215 + 197 = 591 (100%)
R 179 of 591 ~ 30.29%
G 215 of 591 ~ 36.38%
B 197 of 591 ~ 33.33%

%30.29
%36.38
%33.33

CMYK color model

#B3D7C5 color CMYK value is (17,0,8,16).

  • cyan value is 16.74%
  • magenta value is 0.00%
  • yellow value is 8.37%
  • key color value is 15.69%
CMYK:
(17,0,8,16)
C17M0Y8K16 
(17%,0%,8%,16%)
(0.17/0.00/0.08/0.16)	

CMYK percentages

%16.74
%0
%8.37
%15.69

Codes

Color #B3D7C5 in popluar color models

B3D7C5
RGB179215197
HSL150°31.03%77.25%
HSB/HSV150°16.74%84.31%
CMYK16.74%0.00%8.37%
15.69%

Color #B3D7C5 in popluar number systems.

HEXB3D7C5
Decimal179215197
Binary101100111101011111000101
Octal263327305

Shades and tints

Shades of #B3D7C5

#B3D7C5
(179,215,197)
#A3C4B4
(163,196,180)
#93B1A3
(147,177,163)
#839E92
(131,158,146)
#738B81
(115,139,129)
#637870
(99,120,112)
#53655F
(83,101,95)
#43524E
(67,82,78)
#333F3D
(51,63,61)
#232C2C
(35,44,44)
#13191B
(19,25,27)
#000000
(0,0,0)

Tints of #B3D7C5

#B3D7C5
(179,215,197)
#B9DACA
(185,218,202)
#BFDDCF
(191,221,207)
#C5E0D4
(197,224,212)
#CBE3D9
(203,227,217)
#D1E6DE
(209,230,222)
#D7E9E3
(215,233,227)
#DDECE8
(221,236,232)
#E3EFED
(227,239,237)
#E9F2F2
(233,242,242)
#EFF5F7
(239,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3D7C5; }

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

This text font color is #B3D7C5.


Background Color

.myBgColor { background-color: #B3D7C5; }

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

This div background color is #B3D7C5.


Border color

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

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

This div border color is #B3D7C5.


Opacity

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

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

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

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

This text has shadow with #B3D7C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3D7C5 on black background.


Color preview on white background

This text has color #B3D7C5 on white background.



Black color preview on #B3D7C5 background

This text has black color on #B3D7C5 background.


White color preview on #B3D7C5 background

This text has white color on #B3D7C5 background.