COLOR #B0CF9E

HEX: #B0CF9E RGB: (176,207,158)

Color info

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

RGB color model

#B0CF9E color RGB value is (176,207,158).

RGB: (176,207,158) (69%, 81%, 62%)

RGB channels and saturation

R 176 of 255 = 69%
G 207 of 255 = 81%
B 158 of 255 = 62%

176
207
158

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

Portions of RGB colors in percentages

R + G + B = 176 + 207 + 158 = 541 (100%)
R 176 of 541 ~ 32.53%
G 207 of 541 ~ 38.26%
B 158 of 541 ~ 29.21'%

%32.53
%38.26
%29.21

CMYK color model

#B0CF9E color CMYK value is (15,0,24,19).

  • cyan value is 14.98%
  • magenta value is 0.00%
  • yellow value is 23.67%
  • key color value is 18.82%

CMYK: (15,0,24,19)
C15M0Y24K19 (15%, 0%, 24%, 19%)
(0.15 / 0.00 / 0.24 / 0.19)

CMYK percentages

%14.98
%0
%23.67
%18.82

Codes

Color #B0CF9E in popluar color models

B0 CF 9E
RGB 176 207 158
HSL 98° 33.79% 71.57%
HSB/HSV 98° 23.67% 81.18%
CMYK 14.98% 0.00% 23.67%
18.82%

Color #B0CF9E in popluar number systems.

HEX B0 CF 9E
Decimal 176 207 158
Binary 10110000 11001111 10011110
Octal 260 317 236

Shades and tints

Shades of #B0CF9E

#B0CF9E
(176,207,158)
#A0BD90
(160,189,144)
#90AB82
(144,171,130)
#809974
(128,153,116)
#708766
(112,135,102)
#607558
(96,117,88)
#50634A
(80,99,74)
#40513C
(64,81,60)
#303F2E
(48,63,46)
#202D20
(32,45,32)
#101B12
(16,27,18)
#000000
(0,0,0)

Tints of #B0CF9E

#B0CF9E
(176,207,158)
#B7D3A6
(183,211,166)
#BED7AE
(190,215,174)
#C5DBB6
(197,219,182)
#CCDFBE
(204,223,190)
#D3E3C6
(211,227,198)
#DAE7CE
(218,231,206)
#E1EBD6
(225,235,214)
#E8EFDE
(232,239,222)
#EFF3E6
(239,243,230)
#F6F7EE
(246,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0CF9E color. Also use rgb(176,207,158) instead hex code.

Text Font Color

.myTextColor { color: #B0CF9E; }

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

This text font color is #B0CF9E.

Background Color

.myBgColor { background-color: #B0CF9E; }

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

This div background color is #B0CF9E.

Border color

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

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

This div border color is #B0CF9E.

Opacity

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

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

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

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

This text has shadow with #B0CF9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0CF9E.

Preview

Color preview on black background

This text has color #B0CF9E on black background.


Color preview on white background

This text has color #B0CF9E on white background.


Black color preview on #B0CF9E background

This text has black color on #B0CF9E background.


White color preview on #B0CF9E background

This text has white color on #B0CF9E background.


Related colors

Complementary color

Complementary color for #hex is #4F3061.


I love getcolorcode.com

Triadic colors

1 #9EB0CF and #CF9EB0 with #B0CF9E are triadic colors.

2 #9ECFB0 and #CFB09E with #B0CF9E are triadic colors.