COLOR #B2DFCA

HEX: #B2DFCA
RGB: (178,223,202)

Color info

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

RGB color model

#B2DFCA color RGB value is (178,223,202).

  • red value is 178;
  • green value is 223;
  • blue value is 202.
RGB:
(178,223,202)
(70%,87%,79%)

RGB channels and saturation

R 178 of 255 = 70%
G 223 of 255 = 87%
B 202 of 255 = 79%

178
223
202

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

Portions of RGB colors in percentages

R + G + B =
178 + 223 + 202 = 603 (100%)
R 178 of 603 ~ 29.52%
G 223 of 603 ~ 36.98%
B 202 of 603 ~ 33.5%

%29.52
%36.98
%33.5

CMYK color model

#B2DFCA color CMYK value is (20,0,9,13).

  • cyan value is 20.18%
  • magenta value is 0.00%
  • yellow value is 9.42%
  • key color value is 12.55%
CMYK:
(20,0,9,13)
C20M0Y9K13 
(20%,0%,9%,13%)
(0.20/0.00/0.09/0.13)	

CMYK percentages

%20.18
%0
%9.42
%12.55

Codes

Color #B2DFCA in popluar color models

B2DFCA
RGB178223202
HSL152°41.28%78.63%
HSB/HSV152°20.18%87.45%
CMYK20.18%0.00%9.42%
12.55%

Color #B2DFCA in popluar number systems.

HEXB2DFCA
Decimal178223202
Binary101100101101111111001010
Octal262337312

Shades and tints

Shades of #B2DFCA

#B2DFCA
(178,223,202)
#A2CBB8
(162,203,184)
#92B7A6
(146,183,166)
#82A394
(130,163,148)
#728F82
(114,143,130)
#627B70
(98,123,112)
#52675E
(82,103,94)
#42534C
(66,83,76)
#323F3A
(50,63,58)
#222B28
(34,43,40)
#121716
(18,23,22)
#000000
(0,0,0)

Tints of #B2DFCA

#B2DFCA
(178,223,202)
#B9E1CE
(185,225,206)
#C0E3D2
(192,227,210)
#C7E5D6
(199,229,214)
#CEE7DA
(206,231,218)
#D5E9DE
(213,233,222)
#DCEBE2
(220,235,226)
#E3EDE6
(227,237,230)
#EAEFEA
(234,239,234)
#F1F1EE
(241,241,238)
#F8F3F2
(248,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2DFCA color. Also use rgb(178,223,202) instead hex code.

Text Font Color

.myTextColor { color: #B2DFCA; }

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

This text font color is #B2DFCA.


Background Color

.myBgColor { background-color: #B2DFCA; }

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

This div background color is #B2DFCA.


Border color

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

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

This div border color is #B2DFCA.


Opacity

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

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

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

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

This text has shadow with #B2DFCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2DFCA on black background.


Color preview on white background

This text has color #B2DFCA on white background.



Black color preview on #B2DFCA background

This text has black color on #B2DFCA background.


White color preview on #B2DFCA background

This text has white color on #B2DFCA background.