COLOR #B2DCCB

HEX: #B2DCCB
RGB: (178,220,203)

Color info

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

RGB color model

#B2DCCB color RGB value is (178,220,203).

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

RGB channels and saturation

R 178 of 255 = 70%
G 220 of 255 = 86%
B 203 of 255 = 80%

178
220
203

R + G + B ~ 79%. #B2DCCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 220 + 203 = 601 (100%)
R 178 of 601 ~ 29.62%
G 220 of 601 ~ 36.61%
B 203 of 601 ~ 33.78%

%29.62
%36.61
%33.78

CMYK color model

#B2DCCB color CMYK value is (19,0,8,14).

  • cyan value is 19.09%
  • magenta value is 0.00%
  • yellow value is 7.73%
  • key color value is 13.73%
CMYK:
(19,0,8,14)
C19M0Y8K14 
(19%,0%,8%,14%)
(0.19/0.00/0.08/0.14)	

CMYK percentages

%19.09
%0
%7.73
%13.73

Codes

Color #B2DCCB in popluar color models

B2DCCB
RGB178220203
HSL156°37.50%78.04%
HSB/HSV156°19.09%86.27%
CMYK19.09%0.00%7.73%
13.73%

Color #B2DCCB in popluar number systems.

HEXB2DCCB
Decimal178220203
Binary101100101101110011001011
Octal262334313

Shades and tints

Shades of #B2DCCB

#B2DCCB
(178,220,203)
#A2C8B9
(162,200,185)
#92B4A7
(146,180,167)
#82A095
(130,160,149)
#728C83
(114,140,131)
#627871
(98,120,113)
#52645F
(82,100,95)
#42504D
(66,80,77)
#323C3B
(50,60,59)
#222829
(34,40,41)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #B2DCCB

#B2DCCB
(178,220,203)
#B9DFCF
(185,223,207)
#C0E2D3
(192,226,211)
#C7E5D7
(199,229,215)
#CEE8DB
(206,232,219)
#D5EBDF
(213,235,223)
#DCEEE3
(220,238,227)
#E3F1E7
(227,241,231)
#EAF4EB
(234,244,235)
#F1F7EF
(241,247,239)
#F8FAF3
(248,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2DCCB; }

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

This text font color is #B2DCCB.


Background Color

.myBgColor { background-color: #B2DCCB; }

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

This div background color is #B2DCCB.


Border color

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

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

This div border color is #B2DCCB.


Opacity

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

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

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

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

This text has shadow with #B2DCCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2DCCB on black background.


Color preview on white background

This text has color #B2DCCB on white background.



Black color preview on #B2DCCB background

This text has black color on #B2DCCB background.


White color preview on #B2DCCB background

This text has white color on #B2DCCB background.