COLOR #B2CF9F

HEX: #B2CF9F RGB: (178,207,159)

Color info

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

RGB color model

#B2CF9F color RGB value is (178,207,159).

RGB: (178,207,159) (70%, 81%, 62%)

RGB channels and saturation

R 178 of 255 = 70%
G 207 of 255 = 81%
B 159 of 255 = 62%

178
207
159

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

Portions of RGB colors in percentages

R + G + B = 178 + 207 + 159 = 544 (100%)
R 178 of 544 ~ 32.72%
G 207 of 544 ~ 38.05%
B 159 of 544 ~ 29.23'%

%32.72
%38.05
%29.23

CMYK color model

#B2CF9F color CMYK value is (14,0,23,19).

  • cyan value is 14.01%
  • magenta value is 0.00%
  • yellow value is 23.19%
  • key color value is 18.82%

CMYK: (14,0,23,19)
C14M0Y23K19 (14%, 0%, 23%, 19%)
(0.14 / 0.00 / 0.23 / 0.19)

CMYK percentages

%14.01
%0
%23.19
%18.82

Codes

Color #B2CF9F in popluar color models

B2 CF 9F
RGB 178 207 159
HSL 96° 33.33% 71.76%
HSB/HSV 96° 23.19% 81.18%
CMYK 14.01% 0.00% 23.19%
18.82%

Color #B2CF9F in popluar number systems.

HEX B2 CF 9F
Decimal 178 207 159
Binary 10110010 11001111 10011111
Octal 262 317 237

Shades and tints

Shades of #B2CF9F

#B2CF9F
(178,207,159)
#A2BD91
(162,189,145)
#92AB83
(146,171,131)
#829975
(130,153,117)
#728767
(114,135,103)
#627559
(98,117,89)
#52634B
(82,99,75)
#42513D
(66,81,61)
#323F2F
(50,63,47)
#222D21
(34,45,33)
#121B13
(18,27,19)
#000000
(0,0,0)

Tints of #B2CF9F

#B2CF9F
(178,207,159)
#B9D3A7
(185,211,167)
#C0D7AF
(192,215,175)
#C7DBB7
(199,219,183)
#CEDFBF
(206,223,191)
#D5E3C7
(213,227,199)
#DCE7CF
(220,231,207)
#E3EBD7
(227,235,215)
#EAEFDF
(234,239,223)
#F1F3E7
(241,243,231)
#F8F7EF
(248,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2CF9F; }

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

This text font color is #B2CF9F.

Background Color

.myBgColor { background-color: #B2CF9F; }

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

This div background color is #B2CF9F.

Border color

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

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

This div border color is #B2CF9F.

Opacity

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

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

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

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

This text has shadow with #B2CF9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2CF9F.

Preview

Color preview on black background

This text has color #B2CF9F on black background.


Color preview on white background

This text has color #B2CF9F on white background.


Black color preview on #B2CF9F background

This text has black color on #B2CF9F background.


White color preview on #B2CF9F background

This text has white color on #B2CF9F background.


Related colors

Complementary color

Complementary color for #hex is #4D3060.


I love getcolorcode.com

Triadic colors

1 #9FB2CF and #CF9FB2 with #B2CF9F are triadic colors.

2 #9FCFB2 and #CFB29F with #B2CF9F are triadic colors.