COLOR #B2D1BE

HEX: #B2D1BE
RGB: (178,209,190)

Color info

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

RGB color model

#B2D1BE color RGB value is (178,209,190).

  • red value is 178;
  • green value is 209;
  • blue value is 190.
RGB:
(178,209,190)
(70%,82%,75%)

RGB channels and saturation

R 178 of 255 = 70%
G 209 of 255 = 82%
B 190 of 255 = 75%

178
209
190

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

Portions of RGB colors in percentages

R + G + B =
178 + 209 + 190 = 577 (100%)
R 178 of 577 ~ 30.85%
G 209 of 577 ~ 36.22%
B 190 of 577 ~ 32.93%

%30.85
%36.22
%32.93

CMYK color model

#B2D1BE color CMYK value is (15,0,9,18).

  • cyan value is 14.83%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 18.04%
CMYK:
(15,0,9,18)
C15M0Y9K18 
(15%,0%,9%,18%)
(0.15/0.00/0.09/0.18)	

CMYK percentages

%14.83
%0
%9.09
%18.04

Codes

Color #B2D1BE in popluar color models

B2D1BE
RGB178209190
HSL143°25.20%75.88%
HSB/HSV143°14.83%81.96%
CMYK14.83%0.00%9.09%
18.04%

Color #B2D1BE in popluar number systems.

HEXB2D1BE
Decimal178209190
Binary101100101101000110111110
Octal262321276

Shades and tints

Shades of #B2D1BE

#B2D1BE
(178,209,190)
#A2BEAD
(162,190,173)
#92AB9C
(146,171,156)
#82988B
(130,152,139)
#72857A
(114,133,122)
#627269
(98,114,105)
#525F58
(82,95,88)
#424C47
(66,76,71)
#323936
(50,57,54)
#222625
(34,38,37)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #B2D1BE

#B2D1BE
(178,209,190)
#B9D5C3
(185,213,195)
#C0D9C8
(192,217,200)
#C7DDCD
(199,221,205)
#CEE1D2
(206,225,210)
#D5E5D7
(213,229,215)
#DCE9DC
(220,233,220)
#E3EDE1
(227,237,225)
#EAF1E6
(234,241,230)
#F1F5EB
(241,245,235)
#F8F9F0
(248,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2D1BE color. Also use rgb(178,209,190) instead hex code.

Text Font Color

.myTextColor { color: #B2D1BE; }

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

This text font color is #B2D1BE.


Background Color

.myBgColor { background-color: #B2D1BE; }

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

This div background color is #B2D1BE.


Border color

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

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

This div border color is #B2D1BE.


Opacity

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

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

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

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

This text has shadow with #B2D1BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2D1BE on black background.


Color preview on white background

This text has color #B2D1BE on white background.



Black color preview on #B2D1BE background

This text has black color on #B2D1BE background.


White color preview on #B2D1BE background

This text has white color on #B2D1BE background.