COLOR #B2CBA7

HEX: #B2CBA7
RGB: (178,203,167)

Color info

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

RGB color model

#B2CBA7 color RGB value is (178,203,167).

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

RGB channels and saturation

R 178 of 255 = 70%
G 203 of 255 = 80%
B 167 of 255 = 65%

178
203
167

R + G + B ~ 72%. #B2CBA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 203 + 167 = 548 (100%)
R 178 of 548 ~ 32.48%
G 203 of 548 ~ 37.04%
B 167 of 548 ~ 30.47%

%32.48
%37.04
%30.47

CMYK color model

#B2CBA7 color CMYK value is (12,0,18,20).

  • cyan value is 12.32%
  • magenta value is 0.00%
  • yellow value is 17.73%
  • key color value is 20.39%
CMYK:
(12,0,18,20)
C12M0Y18K20 
(12%,0%,18%,20%)
(0.12/0.00/0.18/0.20)	

CMYK percentages

%12.32
%0
%17.73
%20.39

Codes

Color #B2CBA7 in popluar color models

B2CBA7
RGB178203167
HSL102°25.71%72.55%
HSB/HSV102°17.73%79.61%
CMYK12.32%0.00%17.73%
20.39%

Color #B2CBA7 in popluar number systems.

HEXB2CBA7
Decimal178203167
Binary101100101100101110100111
Octal262313247

Shades and tints

Shades of #B2CBA7

#B2CBA7
(178,203,167)
#A2B998
(162,185,152)
#92A789
(146,167,137)
#82957A
(130,149,122)
#72836B
(114,131,107)
#62715C
(98,113,92)
#525F4D
(82,95,77)
#424D3E
(66,77,62)
#323B2F
(50,59,47)
#222920
(34,41,32)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #B2CBA7

#B2CBA7
(178,203,167)
#B9CFAF
(185,207,175)
#C0D3B7
(192,211,183)
#C7D7BF
(199,215,191)
#CEDBC7
(206,219,199)
#D5DFCF
(213,223,207)
#DCE3D7
(220,227,215)
#E3E7DF
(227,231,223)
#EAEBE7
(234,235,231)
#F1EFEF
(241,239,239)
#F8F3F7
(248,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2CBA7; }

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

This text font color is #B2CBA7.


Background Color

.myBgColor { background-color: #B2CBA7; }

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

This div background color is #B2CBA7.


Border color

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

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

This div border color is #B2CBA7.


Opacity

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

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

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

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

This text has shadow with #B2CBA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2CBA7 on black background.


Color preview on white background

This text has color #B2CBA7 on white background.



Black color preview on #B2CBA7 background

This text has black color on #B2CBA7 background.


White color preview on #B2CBA7 background

This text has white color on #B2CBA7 background.