COLOR #B0CFBC

HEX: #B0CFBC RGB: (176,207,188)

Color info

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

RGB color model

#B0CFBC color RGB value is (176,207,188).

RGB: (176,207,188) (69%, 81%, 74%)

RGB channels and saturation

R 176 of 255 = 69%
G 207 of 255 = 81%
B 188 of 255 = 74%

176
207
188

R + G + B ~ 75%. #B0CFBC is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 207 + 188 = 571 (100%)
R 176 of 571 ~ 30.82%
G 207 of 571 ~ 36.25%
B 188 of 571 ~ 32.92'%

%30.82
%36.25
%32.92

CMYK color model

#B0CFBC color CMYK value is (15,0,9,19).

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

CMYK: (15,0,9,19)
C15M0Y9K19 (15%, 0%, 9%, 19%)
(0.15 / 0.00 / 0.09 / 0.19)

CMYK percentages

%14.98
%0
%9.18
%18.82

Codes

Color #B0CFBC in popluar color models

B0 CF BC
RGB 176 207 188
HSL 143° 24.41% 75.10%
HSB/HSV 143° 14.98% 81.18%
CMYK 14.98% 0.00% 9.18%
18.82%

Color #B0CFBC in popluar number systems.

HEX B0 CF BC
Decimal 176 207 188
Binary 10110000 11001111 10111100
Octal 260 317 274

Shades and tints

Shades of #B0CFBC

#B0CFBC
(176,207,188)
#A0BDAB
(160,189,171)
#90AB9A
(144,171,154)
#809989
(128,153,137)
#708778
(112,135,120)
#607567
(96,117,103)
#506356
(80,99,86)
#405145
(64,81,69)
#303F34
(48,63,52)
#202D23
(32,45,35)
#101B12
(16,27,18)
#000000
(0,0,0)

Tints of #B0CFBC

#B0CFBC
(176,207,188)
#B7D3C2
(183,211,194)
#BED7C8
(190,215,200)
#C5DBCE
(197,219,206)
#CCDFD4
(204,223,212)
#D3E3DA
(211,227,218)
#DAE7E0
(218,231,224)
#E1EBE6
(225,235,230)
#E8EFEC
(232,239,236)
#EFF3F2
(239,243,242)
#F6F7F8
(246,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0CFBC; }

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

This text font color is #B0CFBC.

Background Color

.myBgColor { background-color: #B0CFBC; }

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

This div background color is #B0CFBC.

Border color

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

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

This div border color is #B0CFBC.

Opacity

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

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

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

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

This text has shadow with #B0CFBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0CFBC.

Preview

Color preview on black background

This text has color #B0CFBC on black background.


Color preview on white background

This text has color #B0CFBC on white background.


Black color preview on #B0CFBC background

This text has black color on #B0CFBC background.


White color preview on #B0CFBC background

This text has white color on #B0CFBC background.


Related colors

Complementary color

Complementary color for #hex is #4F3043.


I love getcolorcode.com

Triadic colors

1 #BCB0CF and #CFBCB0 with #B0CFBC are triadic colors.

2 #BCCFB0 and #CFB0BC with #B0CFBC are triadic colors.