COLOR #B3D1BD

HEX: #B3D1BD
RGB: (179,209,189)

Color info

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

RGB color model

#B3D1BD color RGB value is (179,209,189).

  • red value is 179;
  • green value is 209;
  • blue value is 189.
RGB:
(179,209,189)
(70%,82%,74%)

RGB channels and saturation

R 179 of 255 = 70%
G 209 of 255 = 82%
B 189 of 255 = 74%

179
209
189

R + G + B ~ 75%. #B3D1BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 209 + 189 = 577 (100%)
R 179 of 577 ~ 31.02%
G 209 of 577 ~ 36.22%
B 189 of 577 ~ 32.76%

%31.02
%36.22
%32.76

CMYK color model

#B3D1BD color CMYK value is (14,0,10,18).

  • cyan value is 14.35%
  • magenta value is 0.00%
  • yellow value is 9.57%
  • key color value is 18.04%
CMYK:
(14,0,10,18)
C14M0Y10K18 
(14%,0%,10%,18%)
(0.14/0.00/0.10/0.18)	

CMYK percentages

%14.35
%0
%9.57
%18.04

Codes

Color #B3D1BD in popluar color models

B3D1BD
RGB179209189
HSL140°24.59%76.08%
HSB/HSV140°14.35%81.96%
CMYK14.35%0.00%9.57%
18.04%

Color #B3D1BD in popluar number systems.

HEXB3D1BD
Decimal179209189
Binary101100111101000110111101
Octal263321275

Shades and tints

Shades of #B3D1BD

#B3D1BD
(179,209,189)
#A3BEAC
(163,190,172)
#93AB9B
(147,171,155)
#83988A
(131,152,138)
#738579
(115,133,121)
#637268
(99,114,104)
#535F57
(83,95,87)
#434C46
(67,76,70)
#333935
(51,57,53)
#232624
(35,38,36)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #B3D1BD

#B3D1BD
(179,209,189)
#B9D5C3
(185,213,195)
#BFD9C9
(191,217,201)
#C5DDCF
(197,221,207)
#CBE1D5
(203,225,213)
#D1E5DB
(209,229,219)
#D7E9E1
(215,233,225)
#DDEDE7
(221,237,231)
#E3F1ED
(227,241,237)
#E9F5F3
(233,245,243)
#EFF9F9
(239,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3D1BD color. Also use rgb(179,209,189) instead hex code.

Text Font Color

.myTextColor { color: #B3D1BD; }

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

This text font color is #B3D1BD.


Background Color

.myBgColor { background-color: #B3D1BD; }

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

This div background color is #B3D1BD.


Border color

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

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

This div border color is #B3D1BD.


Opacity

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

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

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

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

This text has shadow with #B3D1BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3D1BD on black background.


Color preview on white background

This text has color #B3D1BD on white background.



Black color preview on #B3D1BD background

This text has black color on #B3D1BD background.


White color preview on #B3D1BD background

This text has white color on #B3D1BD background.