COLOR #B2D3C1

HEX: #B2D3C1
RGB: (178,211,193)

Color info

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

RGB color model

#B2D3C1 color RGB value is (178,211,193).

  • red value is 178;
  • green value is 211;
  • blue value is 193.
RGB:
(178,211,193)
(70%,83%,76%)

RGB channels and saturation

R 178 of 255 = 70%
G 211 of 255 = 83%
B 193 of 255 = 76%

178
211
193

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

Portions of RGB colors in percentages

R + G + B =
178 + 211 + 193 = 582 (100%)
R 178 of 582 ~ 30.58%
G 211 of 582 ~ 36.25%
B 193 of 582 ~ 33.16%

%30.58
%36.25
%33.16

CMYK color model

#B2D3C1 color CMYK value is (16,0,9,17).

  • cyan value is 15.64%
  • magenta value is 0.00%
  • yellow value is 8.53%
  • key color value is 17.25%
CMYK:
(16,0,9,17)
C16M0Y9K17 
(16%,0%,9%,17%)
(0.16/0.00/0.09/0.17)	

CMYK percentages

%15.64
%0
%8.53
%17.25

Codes

Color #B2D3C1 in popluar color models

B2D3C1
RGB178211193
HSL147°27.27%76.27%
HSB/HSV147°15.64%82.75%
CMYK15.64%0.00%8.53%
17.25%

Color #B2D3C1 in popluar number systems.

HEXB2D3C1
Decimal178211193
Binary101100101101001111000001
Octal262323301

Shades and tints

Shades of #B2D3C1

#B2D3C1
(178,211,193)
#A2C0B0
(162,192,176)
#92AD9F
(146,173,159)
#829A8E
(130,154,142)
#72877D
(114,135,125)
#62746C
(98,116,108)
#52615B
(82,97,91)
#424E4A
(66,78,74)
#323B39
(50,59,57)
#222828
(34,40,40)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #B2D3C1

#B2D3C1
(178,211,193)
#B9D7C6
(185,215,198)
#C0DBCB
(192,219,203)
#C7DFD0
(199,223,208)
#CEE3D5
(206,227,213)
#D5E7DA
(213,231,218)
#DCEBDF
(220,235,223)
#E3EFE4
(227,239,228)
#EAF3E9
(234,243,233)
#F1F7EE
(241,247,238)
#F8FBF3
(248,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2D3C1 color. Also use rgb(178,211,193) instead hex code.

Text Font Color

.myTextColor { color: #B2D3C1; }

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

This text font color is #B2D3C1.


Background Color

.myBgColor { background-color: #B2D3C1; }

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

This div background color is #B2D3C1.


Border color

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

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

This div border color is #B2D3C1.


Opacity

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

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

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

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

This text has shadow with #B2D3C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2D3C1 on black background.


Color preview on white background

This text has color #B2D3C1 on white background.



Black color preview on #B2D3C1 background

This text has black color on #B2D3C1 background.


White color preview on #B2D3C1 background

This text has white color on #B2D3C1 background.