COLOR #B0CFA9

HEX: #B0CFA9
RGB: (176,207,169)

Color info

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

RGB color model

#B0CFA9 color RGB value is (176,207,169).

  • red value is 176;
  • green value is 207;
  • blue value is 169.
RGB:
(176,207,169)
(69%,81%,66%)

RGB channels and saturation

R 176 of 255 = 69%
G 207 of 255 = 81%
B 169 of 255 = 66%

176
207
169

R + G + B ~ 72%. #B0CFA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 207 + 169 = 552 (100%)
R 176 of 552 ~ 31.88%
G 207 of 552 ~ 37.5%
B 169 of 552 ~ 30.62%

%31.88
%37.5
%30.62

CMYK color model

#B0CFA9 color CMYK value is (15,0,18,19).

  • cyan value is 14.98%
  • magenta value is 0.00%
  • yellow value is 18.36%
  • key color value is 18.82%
CMYK:
(15,0,18,19)
C15M0Y18K19 
(15%,0%,18%,19%)
(0.15/0.00/0.18/0.19)	

CMYK percentages

%14.98
%0
%18.36
%18.82

Codes

Color #B0CFA9 in popluar color models

B0CFA9
RGB176207169
HSL109°28.36%73.73%
HSB/HSV109°18.36%81.18%
CMYK14.98%0.00%18.36%
18.82%

Color #B0CFA9 in popluar number systems.

HEXB0CFA9
Decimal176207169
Binary101100001100111110101001
Octal260317251

Shades and tints

Shades of #B0CFA9

#B0CFA9
(176,207,169)
#A0BD9A
(160,189,154)
#90AB8B
(144,171,139)
#80997C
(128,153,124)
#70876D
(112,135,109)
#60755E
(96,117,94)
#50634F
(80,99,79)
#405140
(64,81,64)
#303F31
(48,63,49)
#202D22
(32,45,34)
#101B13
(16,27,19)
#000000
(0,0,0)

Tints of #B0CFA9

#B0CFA9
(176,207,169)
#B7D3B0
(183,211,176)
#BED7B7
(190,215,183)
#C5DBBE
(197,219,190)
#CCDFC5
(204,223,197)
#D3E3CC
(211,227,204)
#DAE7D3
(218,231,211)
#E1EBDA
(225,235,218)
#E8EFE1
(232,239,225)
#EFF3E8
(239,243,232)
#F6F7EF
(246,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0CFA9; }

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

This text font color is #B0CFA9.


Background Color

.myBgColor { background-color: #B0CFA9; }

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

This div background color is #B0CFA9.


Border color

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

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

This div border color is #B0CFA9.


Opacity

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

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

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

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

This text has shadow with #B0CFA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0CFA9 on black background.


Color preview on white background

This text has color #B0CFA9 on white background.



Black color preview on #B0CFA9 background

This text has black color on #B0CFA9 background.


White color preview on #B0CFA9 background

This text has white color on #B0CFA9 background.