COLOR #B7D6BC

HEX: #B7D6BC
RGB: (183,214,188)

Color info

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

RGB color model

#B7D6BC color RGB value is (183,214,188).

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

RGB channels and saturation

R 183 of 255 = 72%
G 214 of 255 = 84%
B 188 of 255 = 74%

183
214
188

R + G + B ~ 77%. #B7D6BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 214 + 188 = 585 (100%)
R 183 of 585 ~ 31.28%
G 214 of 585 ~ 36.58%
B 188 of 585 ~ 32.14%

%31.28
%36.58
%32.14

CMYK color model

#B7D6BC color CMYK value is (14,0,12,16).

  • cyan value is 14.49%
  • magenta value is 0.00%
  • yellow value is 12.15%
  • key color value is 16.08%
CMYK:
(14,0,12,16)
C14M0Y12K16 
(14%,0%,12%,16%)
(0.14/0.00/0.12/0.16)	

CMYK percentages

%14.49
%0
%12.15
%16.08

Codes

Color #B7D6BC in popluar color models

B7D6BC
RGB183214188
HSL130°27.43%77.84%
HSB/HSV130°14.49%83.92%
CMYK14.49%0.00%12.15%
16.08%

Color #B7D6BC in popluar number systems.

HEXB7D6BC
Decimal183214188
Binary101101111101011010111100
Octal267326274

Shades and tints

Shades of #B7D6BC

#B7D6BC
(183,214,188)
#A7C3AB
(167,195,171)
#97B09A
(151,176,154)
#879D89
(135,157,137)
#778A78
(119,138,120)
#677767
(103,119,103)
#576456
(87,100,86)
#475145
(71,81,69)
#373E34
(55,62,52)
#272B23
(39,43,35)
#171812
(23,24,18)
#000000
(0,0,0)

Tints of #B7D6BC

#B7D6BC
(183,214,188)
#BDD9C2
(189,217,194)
#C3DCC8
(195,220,200)
#C9DFCE
(201,223,206)
#CFE2D4
(207,226,212)
#D5E5DA
(213,229,218)
#DBE8E0
(219,232,224)
#E1EBE6
(225,235,230)
#E7EEEC
(231,238,236)
#EDF1F2
(237,241,242)
#F3F4F8
(243,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7D6BC; }

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

This text font color is #B7D6BC.


Background Color

.myBgColor { background-color: #B7D6BC; }

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

This div background color is #B7D6BC.


Border color

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

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

This div border color is #B7D6BC.


Opacity

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

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

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

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

This text has shadow with #B7D6BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7D6BC on black background.


Color preview on white background

This text has color #B7D6BC on white background.



Black color preview on #B7D6BC background

This text has black color on #B7D6BC background.


White color preview on #B7D6BC background

This text has white color on #B7D6BC background.