COLOR #B7CFBC

HEX: #B7CFBC
RGB: (183,207,188)

Color info

#B7CFBC contains red, green and blue colors in about the same proportion. Web safe color of #B7CFBC is #CCCCCC (or #CCC).

RGB color model

#B7CFBC color RGB value is (183,207,188).

  • red value is 183;
  • green value is 207;
  • blue value is 188.
RGB:
(183,207,188)
(72%,81%,74%)

RGB channels and saturation

R 183 of 255 = 72%
G 207 of 255 = 81%
B 188 of 255 = 74%

183
207
188

R + G + B ~ 76%. #B7CFBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 207 + 188 = 578 (100%)
R 183 of 578 ~ 31.66%
G 207 of 578 ~ 35.81%
B 188 of 578 ~ 32.53%

%31.66
%35.81
%32.53

CMYK color model

#B7CFBC color CMYK value is (12,0,9,19).

  • cyan value is 11.59%
  • magenta value is 0.00%
  • yellow value is 9.18%
  • key color value is 18.82%
CMYK:
(12,0,9,19)
C12M0Y9K19 
(12%,0%,9%,19%)
(0.12/0.00/0.09/0.19)	

CMYK percentages

%11.59
%0
%9.18
%18.82

Codes

Color #B7CFBC in popluar color models

B7CFBC
RGB183207188
HSL133°20.00%76.47%
HSB/HSV133°11.59%81.18%
CMYK11.59%0.00%9.18%
18.82%

Color #B7CFBC in popluar number systems.

HEXB7CFBC
Decimal183207188
Binary101101111100111110111100
Octal267317274

Shades and tints

Shades of #B7CFBC

#B7CFBC
(183,207,188)
#A7BDAB
(167,189,171)
#97AB9A
(151,171,154)
#879989
(135,153,137)
#778778
(119,135,120)
#677567
(103,117,103)
#576356
(87,99,86)
#475145
(71,81,69)
#373F34
(55,63,52)
#272D23
(39,45,35)
#171B12
(23,27,18)
#000000
(0,0,0)

Tints of #B7CFBC

#B7CFBC
(183,207,188)
#BDD3C2
(189,211,194)
#C3D7C8
(195,215,200)
#C9DBCE
(201,219,206)
#CFDFD4
(207,223,212)
#D5E3DA
(213,227,218)
#DBE7E0
(219,231,224)
#E1EBE6
(225,235,230)
#E7EFEC
(231,239,236)
#EDF3F2
(237,243,242)
#F3F7F8
(243,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7CFBC; }

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

This text font color is #B7CFBC.


Background Color

.myBgColor { background-color: #B7CFBC; }

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

This div background color is #B7CFBC.


Border color

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

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

This div border color is #B7CFBC.


Opacity

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

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

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

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

This text has shadow with #B7CFBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7CFBC on black background.


Color preview on white background

This text has color #B7CFBC on white background.



Black color preview on #B7CFBC background

This text has black color on #B7CFBC background.


White color preview on #B7CFBC background

This text has white color on #B7CFBC background.