COLOR #B3D3BF

HEX: #B3D3BF
RGB: (179,211,191)

Color info

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

RGB color model

#B3D3BF color RGB value is (179,211,191).

  • red value is 179;
  • green value is 211;
  • blue value is 191.
RGB:
(179,211,191)
(70%,83%,75%)

RGB channels and saturation

R 179 of 255 = 70%
G 211 of 255 = 83%
B 191 of 255 = 75%

179
211
191

R + G + B ~ 76%. #B3D3BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 211 + 191 = 581 (100%)
R 179 of 581 ~ 30.81%
G 211 of 581 ~ 36.32%
B 191 of 581 ~ 32.87%

%30.81
%36.32
%32.87

CMYK color model

#B3D3BF color CMYK value is (15,0,9,17).

  • cyan value is 15.17%
  • magenta value is 0.00%
  • yellow value is 9.48%
  • key color value is 17.25%
CMYK:
(15,0,9,17)
C15M0Y9K17 
(15%,0%,9%,17%)
(0.15/0.00/0.09/0.17)	

CMYK percentages

%15.17
%0
%9.48
%17.25

Codes

Color #B3D3BF in popluar color models

B3D3BF
RGB179211191
HSL143°26.67%76.47%
HSB/HSV143°15.17%82.75%
CMYK15.17%0.00%9.48%
17.25%

Color #B3D3BF in popluar number systems.

HEXB3D3BF
Decimal179211191
Binary101100111101001110111111
Octal263323277

Shades and tints

Shades of #B3D3BF

#B3D3BF
(179,211,191)
#A3C0AE
(163,192,174)
#93AD9D
(147,173,157)
#839A8C
(131,154,140)
#73877B
(115,135,123)
#63746A
(99,116,106)
#536159
(83,97,89)
#434E48
(67,78,72)
#333B37
(51,59,55)
#232826
(35,40,38)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #B3D3BF

#B3D3BF
(179,211,191)
#B9D7C4
(185,215,196)
#BFDBC9
(191,219,201)
#C5DFCE
(197,223,206)
#CBE3D3
(203,227,211)
#D1E7D8
(209,231,216)
#D7EBDD
(215,235,221)
#DDEFE2
(221,239,226)
#E3F3E7
(227,243,231)
#E9F7EC
(233,247,236)
#EFFBF1
(239,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3D3BF color. Also use rgb(179,211,191) instead hex code.

Text Font Color

.myTextColor { color: #B3D3BF; }

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

This text font color is #B3D3BF.


Background Color

.myBgColor { background-color: #B3D3BF; }

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

This div background color is #B3D3BF.


Border color

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

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

This div border color is #B3D3BF.


Opacity

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

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

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

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

This text has shadow with #B3D3BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3D3BF on black background.


Color preview on white background

This text has color #B3D3BF on white background.



Black color preview on #B3D3BF background

This text has black color on #B3D3BF background.


White color preview on #B3D3BF background

This text has white color on #B3D3BF background.