COLOR #B2CFA0

HEX: #B2CFA0
RGB: (178,207,160)

Color info

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

RGB color model

#B2CFA0 color RGB value is (178,207,160).

  • red value is 178;
  • green value is 207;
  • blue value is 160.
RGB:
(178,207,160)
(70%,81%,63%)

RGB channels and saturation

R 178 of 255 = 70%
G 207 of 255 = 81%
B 160 of 255 = 63%

178
207
160

R + G + B ~ 71%. #B2CFA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 207 + 160 = 545 (100%)
R 178 of 545 ~ 32.66%
G 207 of 545 ~ 37.98%
B 160 of 545 ~ 29.36%

%32.66
%37.98
%29.36

CMYK color model

#B2CFA0 color CMYK value is (14,0,23,19).

  • cyan value is 14.01%
  • magenta value is 0.00%
  • yellow value is 22.71%
  • key color value is 18.82%
CMYK:
(14,0,23,19)
C14M0Y23K19 
(14%,0%,23%,19%)
(0.14/0.00/0.23/0.19)	

CMYK percentages

%14.01
%0
%22.71
%18.82

Codes

Color #B2CFA0 in popluar color models

B2CFA0
RGB178207160
HSL97°32.87%71.96%
HSB/HSV97°22.71%81.18%
CMYK14.01%0.00%22.71%
18.82%

Color #B2CFA0 in popluar number systems.

HEXB2CFA0
Decimal178207160
Binary101100101100111110100000
Octal262317240

Shades and tints

Shades of #B2CFA0

#B2CFA0
(178,207,160)
#A2BD92
(162,189,146)
#92AB84
(146,171,132)
#829976
(130,153,118)
#728768
(114,135,104)
#62755A
(98,117,90)
#52634C
(82,99,76)
#42513E
(66,81,62)
#323F30
(50,63,48)
#222D22
(34,45,34)
#121B14
(18,27,20)
#000000
(0,0,0)

Tints of #B2CFA0

#B2CFA0
(178,207,160)
#B9D3A8
(185,211,168)
#C0D7B0
(192,215,176)
#C7DBB8
(199,219,184)
#CEDFC0
(206,223,192)
#D5E3C8
(213,227,200)
#DCE7D0
(220,231,208)
#E3EBD8
(227,235,216)
#EAEFE0
(234,239,224)
#F1F3E8
(241,243,232)
#F8F7F0
(248,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2CFA0 color. Also use rgb(178,207,160) instead hex code.

Text Font Color

.myTextColor { color: #B2CFA0; }

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

This text font color is #B2CFA0.


Background Color

.myBgColor { background-color: #B2CFA0; }

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

This div background color is #B2CFA0.


Border color

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

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

This div border color is #B2CFA0.


Opacity

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

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

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

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

This text has shadow with #B2CFA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2CFA0 on black background.


Color preview on white background

This text has color #B2CFA0 on white background.



Black color preview on #B2CFA0 background

This text has black color on #B2CFA0 background.


White color preview on #B2CFA0 background

This text has white color on #B2CFA0 background.