COLOR #B2D3CB

HEX: #B2D3CB
RGB: (178,211,203)

Color info

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

RGB color model

#B2D3CB color RGB value is (178,211,203).

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

RGB channels and saturation

R 178 of 255 = 70%
G 211 of 255 = 83%
B 203 of 255 = 80%

178
211
203

R + G + B ~ 78%. #B2D3CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 211 + 203 = 592 (100%)
R 178 of 592 ~ 30.07%
G 211 of 592 ~ 35.64%
B 203 of 592 ~ 34.29%

%30.07
%35.64
%34.29

CMYK color model

#B2D3CB color CMYK value is (16,0,4,17).

  • cyan value is 15.64%
  • magenta value is 0.00%
  • yellow value is 3.79%
  • key color value is 17.25%
CMYK:
(16,0,4,17)
C16M0Y4K17 
(16%,0%,4%,17%)
(0.16/0.00/0.04/0.17)	

CMYK percentages

%15.64
%0
%3.79
%17.25

Codes

Color #B2D3CB in popluar color models

B2D3CB
RGB178211203
HSL165°27.27%76.27%
HSB/HSV165°15.64%82.75%
CMYK15.64%0.00%3.79%
17.25%

Color #B2D3CB in popluar number systems.

HEXB2D3CB
Decimal178211203
Binary101100101101001111001011
Octal262323313

Shades and tints

Shades of #B2D3CB

#B2D3CB
(178,211,203)
#A2C0B9
(162,192,185)
#92ADA7
(146,173,167)
#829A95
(130,154,149)
#728783
(114,135,131)
#627471
(98,116,113)
#52615F
(82,97,95)
#424E4D
(66,78,77)
#323B3B
(50,59,59)
#222829
(34,40,41)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #B2D3CB

#B2D3CB
(178,211,203)
#B9D7CF
(185,215,207)
#C0DBD3
(192,219,211)
#C7DFD7
(199,223,215)
#CEE3DB
(206,227,219)
#D5E7DF
(213,231,223)
#DCEBE3
(220,235,227)
#E3EFE7
(227,239,231)
#EAF3EB
(234,243,235)
#F1F7EF
(241,247,239)
#F8FBF3
(248,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2D3CB; }

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

This text font color is #B2D3CB.


Background Color

.myBgColor { background-color: #B2D3CB; }

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

This div background color is #B2D3CB.


Border color

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

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

This div border color is #B2D3CB.


Opacity

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

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

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

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

This text has shadow with #B2D3CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2D3CB on black background.


Color preview on white background

This text has color #B2D3CB on white background.



Black color preview on #B2D3CB background

This text has black color on #B2D3CB background.


White color preview on #B2D3CB background

This text has white color on #B2D3CB background.