COLOR #B2F8CD

HEX: #B2F8CD
RGB: (178,248,205)

Color info

#B2F8CD contains mainly green and blue colors. Web safe color of #B2F8CD is #99FFCC (or #9FC).

RGB color model

#B2F8CD color RGB value is (178,248,205).

  • red value is 178;
  • green value is 248;
  • blue value is 205.
RGB:
(178,248,205)
(70%,97%,80%)

RGB channels and saturation

R 178 of 255 = 70%
G 248 of 255 = 97%
B 205 of 255 = 80%

178
248
205

R + G + B ~ 82%. #B2F8CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 248 + 205 = 631 (100%)
R 178 of 631 ~ 28.21%
G 248 of 631 ~ 39.3%
B 205 of 631 ~ 32.49%

%28.21
%39.3
%32.49

CMYK color model

#B2F8CD color CMYK value is (28,0,17,3).

  • cyan value is 28.23%
  • magenta value is 0.00%
  • yellow value is 17.34%
  • key color value is 2.75%
CMYK:
(28,0,17,3)
C28M0Y17K3 
(28%,0%,17%,3%)
(0.28/0.00/0.17/0.03)	

CMYK percentages

%28.23
%0
%17.34
%2.75

Codes

Color #B2F8CD in popluar color models

B2F8CD
RGB178248205
HSL143°83.33%83.53%
HSB/HSV143°28.23%97.25%
CMYK28.23%0.00%17.34%
2.75%

Color #B2F8CD in popluar number systems.

HEXB2F8CD
Decimal178248205
Binary101100101111100011001101
Octal262370315

Shades and tints

Shades of #B2F8CD

#B2F8CD
(178,248,205)
#A2E2BB
(162,226,187)
#92CCA9
(146,204,169)
#82B697
(130,182,151)
#72A085
(114,160,133)
#628A73
(98,138,115)
#527461
(82,116,97)
#425E4F
(66,94,79)
#32483D
(50,72,61)
#22322B
(34,50,43)
#121C19
(18,28,25)
#000000
(0,0,0)

Tints of #B2F8CD

#B2F8CD
(178,248,205)
#B9F8D1
(185,248,209)
#C0F8D5
(192,248,213)
#C7F8D9
(199,248,217)
#CEF8DD
(206,248,221)
#D5F8E1
(213,248,225)
#DCF8E5
(220,248,229)
#E3F8E9
(227,248,233)
#EAF8ED
(234,248,237)
#F1F8F1
(241,248,241)
#F8F8F5
(248,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2F8CD color. Also use rgb(178,248,205) instead hex code.

Text Font Color

.myTextColor { color: #B2F8CD; }

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

This text font color is #B2F8CD.


Background Color

.myBgColor { background-color: #B2F8CD; }

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

This div background color is #B2F8CD.


Border color

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

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

This div border color is #B2F8CD.


Opacity

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

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

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

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

This text has shadow with #B2F8CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2F8CD on black background.


Color preview on white background

This text has color #B2F8CD on white background.



Black color preview on #B2F8CD background

This text has black color on #B2F8CD background.


White color preview on #B2F8CD background

This text has white color on #B2F8CD background.