COLOR #B2CD9E

HEX: #B2CD9E
RGB: (178,205,158)

Color info

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

RGB color model

#B2CD9E color RGB value is (178,205,158).

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

RGB channels and saturation

R 178 of 255 = 70%
G 205 of 255 = 80%
B 158 of 255 = 62%

178
205
158

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

Portions of RGB colors in percentages

R + G + B =
178 + 205 + 158 = 541 (100%)
R 178 of 541 ~ 32.9%
G 205 of 541 ~ 37.89%
B 158 of 541 ~ 29.21%

%32.9
%37.89
%29.21

CMYK color model

#B2CD9E color CMYK value is (13,0,23,20).

  • cyan value is 13.17%
  • magenta value is 0.00%
  • yellow value is 22.93%
  • key color value is 19.61%
CMYK:
(13,0,23,20)
C13M0Y23K20 
(13%,0%,23%,20%)
(0.13/0.00/0.23/0.20)	

CMYK percentages

%13.17
%0
%22.93
%19.61

Codes

Color #B2CD9E in popluar color models

B2CD9E
RGB178205158
HSL94°31.97%71.18%
HSB/HSV94°22.93%80.39%
CMYK13.17%0.00%22.93%
19.61%

Color #B2CD9E in popluar number systems.

HEXB2CD9E
Decimal178205158
Binary101100101100110110011110
Octal262315236

Shades and tints

Shades of #B2CD9E

#B2CD9E
(178,205,158)
#A2BB90
(162,187,144)
#92A982
(146,169,130)
#829774
(130,151,116)
#728566
(114,133,102)
#627358
(98,115,88)
#52614A
(82,97,74)
#424F3C
(66,79,60)
#323D2E
(50,61,46)
#222B20
(34,43,32)
#121912
(18,25,18)
#000000
(0,0,0)

Tints of #B2CD9E

#B2CD9E
(178,205,158)
#B9D1A6
(185,209,166)
#C0D5AE
(192,213,174)
#C7D9B6
(199,217,182)
#CEDDBE
(206,221,190)
#D5E1C6
(213,225,198)
#DCE5CE
(220,229,206)
#E3E9D6
(227,233,214)
#EAEDDE
(234,237,222)
#F1F1E6
(241,241,230)
#F8F5EE
(248,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2CD9E; }

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

This text font color is #B2CD9E.


Background Color

.myBgColor { background-color: #B2CD9E; }

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

This div background color is #B2CD9E.


Border color

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

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

This div border color is #B2CD9E.


Opacity

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

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

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

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

This text has shadow with #B2CD9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2CD9E on black background.


Color preview on white background

This text has color #B2CD9E on white background.



Black color preview on #B2CD9E background

This text has black color on #B2CD9E background.


White color preview on #B2CD9E background

This text has white color on #B2CD9E background.