COLOR #B7CBBB

HEX: #B7CBBB
RGB: (183,203,187)

Color info

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

RGB color model

#B7CBBB color RGB value is (183,203,187).

  • red value is 183;
  • green value is 203;
  • blue value is 187.
RGB:
(183,203,187)
(72%,80%,73%)

RGB channels and saturation

R 183 of 255 = 72%
G 203 of 255 = 80%
B 187 of 255 = 73%

183
203
187

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

Portions of RGB colors in percentages

R + G + B =
183 + 203 + 187 = 573 (100%)
R 183 of 573 ~ 31.94%
G 203 of 573 ~ 35.43%
B 187 of 573 ~ 32.64%

%31.94
%35.43
%32.64

CMYK color model

#B7CBBB color CMYK value is (10,0,8,20).

  • cyan value is 9.85%
  • magenta value is 0.00%
  • yellow value is 7.88%
  • key color value is 20.39%
CMYK:
(10,0,8,20)
C10M0Y8K20 
(10%,0%,8%,20%)
(0.10/0.00/0.08/0.20)	

CMYK percentages

%9.85
%0
%7.88
%20.39

Codes

Color #B7CBBB in popluar color models

B7CBBB
RGB183203187
HSL132°16.13%75.69%
HSB/HSV132°9.85%79.61%
CMYK9.85%0.00%7.88%
20.39%

Color #B7CBBB in popluar number systems.

HEXB7CBBB
Decimal183203187
Binary101101111100101110111011
Octal267313273

Shades and tints

Shades of #B7CBBB

#B7CBBB
(183,203,187)
#A7B9AA
(167,185,170)
#97A799
(151,167,153)
#879588
(135,149,136)
#778377
(119,131,119)
#677166
(103,113,102)
#575F55
(87,95,85)
#474D44
(71,77,68)
#373B33
(55,59,51)
#272922
(39,41,34)
#171711
(23,23,17)
#000000
(0,0,0)

Tints of #B7CBBB

#B7CBBB
(183,203,187)
#BDCFC1
(189,207,193)
#C3D3C7
(195,211,199)
#C9D7CD
(201,215,205)
#CFDBD3
(207,219,211)
#D5DFD9
(213,223,217)
#DBE3DF
(219,227,223)
#E1E7E5
(225,231,229)
#E7EBEB
(231,235,235)
#EDEFF1
(237,239,241)
#F3F3F7
(243,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7CBBB color. Also use rgb(183,203,187) instead hex code.

Text Font Color

.myTextColor { color: #B7CBBB; }

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

This text font color is #B7CBBB.


Background Color

.myBgColor { background-color: #B7CBBB; }

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

This div background color is #B7CBBB.


Border color

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

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

This div border color is #B7CBBB.


Opacity

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

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

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

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

This text has shadow with #B7CBBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7CBBB on black background.


Color preview on white background

This text has color #B7CBBB on white background.



Black color preview on #B7CBBB background

This text has black color on #B7CBBB background.


White color preview on #B7CBBB background

This text has white color on #B7CBBB background.