COLOR #B2CD9C

HEX: #B2CD9C
RGB: (178,205,156)

Color info

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

RGB color model

#B2CD9C color RGB value is (178,205,156).

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

RGB channels and saturation

R 178 of 255 = 70%
G 205 of 255 = 80%
B 156 of 255 = 61%

178
205
156

R + G + B ~ 70%. #B2CD9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 205 + 156 = 539 (100%)
R 178 of 539 ~ 33.02%
G 205 of 539 ~ 38.03%
B 156 of 539 ~ 28.94%

%33.02
%38.03
%28.94

CMYK color model

#B2CD9C color CMYK value is (13,0,24,20).

  • cyan value is 13.17%
  • magenta value is 0.00%
  • yellow value is 23.90%
  • key color value is 19.61%
CMYK:
(13,0,24,20)
C13M0Y24K20 
(13%,0%,24%,20%)
(0.13/0.00/0.24/0.20)	

CMYK percentages

%13.17
%0
%23.9
%19.61

Codes

Color #B2CD9C in popluar color models

B2CD9C
RGB178205156
HSL93°32.89%70.78%
HSB/HSV93°23.90%80.39%
CMYK13.17%0.00%23.90%
19.61%

Color #B2CD9C in popluar number systems.

HEXB2CD9C
Decimal178205156
Binary101100101100110110011100
Octal262315234

Shades and tints

Shades of #B2CD9C

#B2CD9C
(178,205,156)
#A2BB8E
(162,187,142)
#92A980
(146,169,128)
#829772
(130,151,114)
#728564
(114,133,100)
#627356
(98,115,86)
#526148
(82,97,72)
#424F3A
(66,79,58)
#323D2C
(50,61,44)
#222B1E
(34,43,30)
#121910
(18,25,16)
#000000
(0,0,0)

Tints of #B2CD9C

#B2CD9C
(178,205,156)
#B9D1A5
(185,209,165)
#C0D5AE
(192,213,174)
#C7D9B7
(199,217,183)
#CEDDC0
(206,221,192)
#D5E1C9
(213,225,201)
#DCE5D2
(220,229,210)
#E3E9DB
(227,233,219)
#EAEDE4
(234,237,228)
#F1F1ED
(241,241,237)
#F8F5F6
(248,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2CD9C; }

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

This text font color is #B2CD9C.


Background Color

.myBgColor { background-color: #B2CD9C; }

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

This div background color is #B2CD9C.


Border color

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

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

This div border color is #B2CD9C.


Opacity

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

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

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

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

This text has shadow with #B2CD9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2CD9C on black background.


Color preview on white background

This text has color #B2CD9C on white background.



Black color preview on #B2CD9C background

This text has black color on #B2CD9C background.


White color preview on #B2CD9C background

This text has white color on #B2CD9C background.