COLOR #B2D5BF

HEX: #B2D5BF
RGB: (178,213,191)

Color info

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

RGB color model

#B2D5BF color RGB value is (178,213,191).

  • red value is 178;
  • green value is 213;
  • blue value is 191.
RGB:
(178,213,191)
(70%,84%,75%)

RGB channels and saturation

R 178 of 255 = 70%
G 213 of 255 = 84%
B 191 of 255 = 75%

178
213
191

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

Portions of RGB colors in percentages

R + G + B =
178 + 213 + 191 = 582 (100%)
R 178 of 582 ~ 30.58%
G 213 of 582 ~ 36.6%
B 191 of 582 ~ 32.82%

%30.58
%36.6
%32.82

CMYK color model

#B2D5BF color CMYK value is (16,0,10,16).

  • cyan value is 16.43%
  • magenta value is 0.00%
  • yellow value is 10.33%
  • key color value is 16.47%
CMYK:
(16,0,10,16)
C16M0Y10K16 
(16%,0%,10%,16%)
(0.16/0.00/0.10/0.16)	

CMYK percentages

%16.43
%0
%10.33
%16.47

Codes

Color #B2D5BF in popluar color models

B2D5BF
RGB178213191
HSL142°29.41%76.67%
HSB/HSV142°16.43%83.53%
CMYK16.43%0.00%10.33%
16.47%

Color #B2D5BF in popluar number systems.

HEXB2D5BF
Decimal178213191
Binary101100101101010110111111
Octal262325277

Shades and tints

Shades of #B2D5BF

#B2D5BF
(178,213,191)
#A2C2AE
(162,194,174)
#92AF9D
(146,175,157)
#829C8C
(130,156,140)
#72897B
(114,137,123)
#62766A
(98,118,106)
#526359
(82,99,89)
#425048
(66,80,72)
#323D37
(50,61,55)
#222A26
(34,42,38)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #B2D5BF

#B2D5BF
(178,213,191)
#B9D8C4
(185,216,196)
#C0DBC9
(192,219,201)
#C7DECE
(199,222,206)
#CEE1D3
(206,225,211)
#D5E4D8
(213,228,216)
#DCE7DD
(220,231,221)
#E3EAE2
(227,234,226)
#EAEDE7
(234,237,231)
#F1F0EC
(241,240,236)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2D5BF color. Also use rgb(178,213,191) instead hex code.

Text Font Color

.myTextColor { color: #B2D5BF; }

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

This text font color is #B2D5BF.


Background Color

.myBgColor { background-color: #B2D5BF; }

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

This div background color is #B2D5BF.


Border color

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

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

This div border color is #B2D5BF.


Opacity

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

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

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

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

This text has shadow with #B2D5BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2D5BF on black background.


Color preview on white background

This text has color #B2D5BF on white background.



Black color preview on #B2D5BF background

This text has black color on #B2D5BF background.


White color preview on #B2D5BF background

This text has white color on #B2D5BF background.