COLOR #B7CCB2

HEX: #B7CCB2
RGB: (183,204,178)

Color info

#B7CCB2 contains red, green and blue colors in about the same proportion. Web safe color of #B7CCB2 is #CCCC99 (or #CC9).

RGB color model

#B7CCB2 color RGB value is (183,204,178).

  • red value is 183;
  • green value is 204;
  • blue value is 178.
RGB:
(183,204,178)
(72%,80%,70%)

RGB channels and saturation

R 183 of 255 = 72%
G 204 of 255 = 80%
B 178 of 255 = 70%

183
204
178

R + G + B ~ 74%. #B7CCB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 204 + 178 = 565 (100%)
R 183 of 565 ~ 32.39%
G 204 of 565 ~ 36.11%
B 178 of 565 ~ 31.5%

%32.39
%36.11
%31.5

CMYK color model

#B7CCB2 color CMYK value is (10,0,13,20).

  • cyan value is 10.29%
  • magenta value is 0.00%
  • yellow value is 12.75%
  • key color value is 20.00%
CMYK:
(10,0,13,20)
C10M0Y13K20 
(10%,0%,13%,20%)
(0.10/0.00/0.13/0.20)	

CMYK percentages

%10.29
%0
%12.75
%20

Codes

Color #B7CCB2 in popluar color models

B7CCB2
RGB183204178
HSL108°20.31%74.90%
HSB/HSV108°12.75%80.00%
CMYK10.29%0.00%12.75%
20.00%

Color #B7CCB2 in popluar number systems.

HEXB7CCB2
Decimal183204178
Binary101101111100110010110010
Octal267314262

Shades and tints

Shades of #B7CCB2

#B7CCB2
(183,204,178)
#A7BAA2
(167,186,162)
#97A892
(151,168,146)
#879682
(135,150,130)
#778472
(119,132,114)
#677262
(103,114,98)
#576052
(87,96,82)
#474E42
(71,78,66)
#373C32
(55,60,50)
#272A22
(39,42,34)
#171812
(23,24,18)
#000000
(0,0,0)

Tints of #B7CCB2

#B7CCB2
(183,204,178)
#BDD0B9
(189,208,185)
#C3D4C0
(195,212,192)
#C9D8C7
(201,216,199)
#CFDCCE
(207,220,206)
#D5E0D5
(213,224,213)
#DBE4DC
(219,228,220)
#E1E8E3
(225,232,227)
#E7ECEA
(231,236,234)
#EDF0F1
(237,240,241)
#F3F4F8
(243,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7CCB2 color. Also use rgb(183,204,178) instead hex code.

Text Font Color

.myTextColor { color: #B7CCB2; }

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

This text font color is #B7CCB2.


Background Color

.myBgColor { background-color: #B7CCB2; }

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

This div background color is #B7CCB2.


Border color

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

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

This div border color is #B7CCB2.


Opacity

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

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

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

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

This text has shadow with #B7CCB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7CCB2 on black background.


Color preview on white background

This text has color #B7CCB2 on white background.



Black color preview on #B7CCB2 background

This text has black color on #B7CCB2 background.


White color preview on #B7CCB2 background

This text has white color on #B7CCB2 background.