COLOR #B2CF95

HEX: #B2CF95
RGB: (178,207,149)

Color info

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

RGB color model

#B2CF95 color RGB value is (178,207,149).

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

RGB channels and saturation

R 178 of 255 = 70%
G 207 of 255 = 81%
B 149 of 255 = 58%

178
207
149

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

Portions of RGB colors in percentages

R + G + B =
178 + 207 + 149 = 534 (100%)
R 178 of 534 ~ 33.33%
G 207 of 534 ~ 38.76%
B 149 of 534 ~ 27.9%

%33.33
%38.76
%27.9

CMYK color model

#B2CF95 color CMYK value is (14,0,28,19).

  • cyan value is 14.01%
  • magenta value is 0.00%
  • yellow value is 28.02%
  • key color value is 18.82%
CMYK:
(14,0,28,19)
C14M0Y28K19 
(14%,0%,28%,19%)
(0.14/0.00/0.28/0.19)	

CMYK percentages

%14.01
%0
%28.02
%18.82

Codes

Color #B2CF95 in popluar color models

B2CF95
RGB178207149
HSL90°37.66%69.80%
HSB/HSV90°28.02%81.18%
CMYK14.01%0.00%28.02%
18.82%

Color #B2CF95 in popluar number systems.

HEXB2CF95
Decimal178207149
Binary101100101100111110010101
Octal262317225

Shades and tints

Shades of #B2CF95

#B2CF95
(178,207,149)
#A2BD88
(162,189,136)
#92AB7B
(146,171,123)
#82996E
(130,153,110)
#728761
(114,135,97)
#627554
(98,117,84)
#526347
(82,99,71)
#42513A
(66,81,58)
#323F2D
(50,63,45)
#222D20
(34,45,32)
#121B13
(18,27,19)
#000000
(0,0,0)

Tints of #B2CF95

#B2CF95
(178,207,149)
#B9D39E
(185,211,158)
#C0D7A7
(192,215,167)
#C7DBB0
(199,219,176)
#CEDFB9
(206,223,185)
#D5E3C2
(213,227,194)
#DCE7CB
(220,231,203)
#E3EBD4
(227,235,212)
#EAEFDD
(234,239,221)
#F1F3E6
(241,243,230)
#F8F7EF
(248,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2CF95; }

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

This text font color is #B2CF95.


Background Color

.myBgColor { background-color: #B2CF95; }

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

This div background color is #B2CF95.


Border color

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

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

This div border color is #B2CF95.


Opacity

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

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

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

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

This text has shadow with #B2CF95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2CF95 on black background.


Color preview on white background

This text has color #B2CF95 on white background.



Black color preview on #B2CF95 background

This text has black color on #B2CF95 background.


White color preview on #B2CF95 background

This text has white color on #B2CF95 background.