COLOR #B2CE9B

HEX: #B2CE9B
RGB: (178,206,155)

Color info

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

RGB color model

#B2CE9B color RGB value is (178,206,155).

  • red value is 178;
  • green value is 206;
  • blue value is 155.
RGB:
(178,206,155)
(70%,81%,61%)

RGB channels and saturation

R 178 of 255 = 70%
G 206 of 255 = 81%
B 155 of 255 = 61%

178
206
155

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

Portions of RGB colors in percentages

R + G + B =
178 + 206 + 155 = 539 (100%)
R 178 of 539 ~ 33.02%
G 206 of 539 ~ 38.22%
B 155 of 539 ~ 28.76%

%33.02
%38.22
%28.76

CMYK color model

#B2CE9B color CMYK value is (14,0,25,19).

  • cyan value is 13.59%
  • magenta value is 0.00%
  • yellow value is 24.76%
  • key color value is 19.22%
CMYK:
(14,0,25,19)
C14M0Y25K19 
(14%,0%,25%,19%)
(0.14/0.00/0.25/0.19)	

CMYK percentages

%13.59
%0
%24.76
%19.22

Codes

Color #B2CE9B in popluar color models

B2CE9B
RGB178206155
HSL93°34.23%70.78%
HSB/HSV93°24.76%80.78%
CMYK13.59%0.00%24.76%
19.22%

Color #B2CE9B in popluar number systems.

HEXB2CE9B
Decimal178206155
Binary101100101100111010011011
Octal262316233

Shades and tints

Shades of #B2CE9B

#B2CE9B
(178,206,155)
#A2BC8D
(162,188,141)
#92AA7F
(146,170,127)
#829871
(130,152,113)
#728663
(114,134,99)
#627455
(98,116,85)
#526247
(82,98,71)
#425039
(66,80,57)
#323E2B
(50,62,43)
#222C1D
(34,44,29)
#121A0F
(18,26,15)
#000000
(0,0,0)

Tints of #B2CE9B

#B2CE9B
(178,206,155)
#B9D2A4
(185,210,164)
#C0D6AD
(192,214,173)
#C7DAB6
(199,218,182)
#CEDEBF
(206,222,191)
#D5E2C8
(213,226,200)
#DCE6D1
(220,230,209)
#E3EADA
(227,234,218)
#EAEEE3
(234,238,227)
#F1F2EC
(241,242,236)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2CE9B color. Also use rgb(178,206,155) instead hex code.

Text Font Color

.myTextColor { color: #B2CE9B; }

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

This text font color is #B2CE9B.


Background Color

.myBgColor { background-color: #B2CE9B; }

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

This div background color is #B2CE9B.


Border color

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

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

This div border color is #B2CE9B.


Opacity

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

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

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

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

This text has shadow with #B2CE9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2CE9B on black background.


Color preview on white background

This text has color #B2CE9B on white background.



Black color preview on #B2CE9B background

This text has black color on #B2CE9B background.


White color preview on #B2CE9B background

This text has white color on #B2CE9B background.