COLOR #B7CCB3

HEX: #B7CCB3
RGB: (183,204,179)

Color info

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

RGB color model

#B7CCB3 color RGB value is (183,204,179).

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

RGB channels and saturation

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

183
204
179

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

Portions of RGB colors in percentages

R + G + B =
183 + 204 + 179 = 566 (100%)
R 183 of 566 ~ 32.33%
G 204 of 566 ~ 36.04%
B 179 of 566 ~ 31.63%

%32.33
%36.04
%31.63

CMYK color model

#B7CCB3 color CMYK value is (10,0,12,20).

  • cyan value is 10.29%
  • magenta value is 0.00%
  • yellow value is 12.25%
  • key color value is 20.00%
CMYK:
(10,0,12,20)
C10M0Y12K20 
(10%,0%,12%,20%)
(0.10/0.00/0.12/0.20)	

CMYK percentages

%10.29
%0
%12.25
%20

Codes

Color #B7CCB3 in popluar color models

B7CCB3
RGB183204179
HSL110°19.69%75.10%
HSB/HSV110°12.25%80.00%
CMYK10.29%0.00%12.25%
20.00%

Color #B7CCB3 in popluar number systems.

HEXB7CCB3
Decimal183204179
Binary101101111100110010110011
Octal267314263

Shades and tints

Shades of #B7CCB3

#B7CCB3
(183,204,179)
#A7BAA3
(167,186,163)
#97A893
(151,168,147)
#879683
(135,150,131)
#778473
(119,132,115)
#677263
(103,114,99)
#576053
(87,96,83)
#474E43
(71,78,67)
#373C33
(55,60,51)
#272A23
(39,42,35)
#171813
(23,24,19)
#000000
(0,0,0)

Tints of #B7CCB3

#B7CCB3
(183,204,179)
#BDD0B9
(189,208,185)
#C3D4BF
(195,212,191)
#C9D8C5
(201,216,197)
#CFDCCB
(207,220,203)
#D5E0D1
(213,224,209)
#DBE4D7
(219,228,215)
#E1E8DD
(225,232,221)
#E7ECE3
(231,236,227)
#EDF0E9
(237,240,233)
#F3F4EF
(243,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7CCB3; }

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

This text font color is #B7CCB3.


Background Color

.myBgColor { background-color: #B7CCB3; }

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

This div background color is #B7CCB3.


Border color

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

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

This div border color is #B7CCB3.


Opacity

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

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

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

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

This text has shadow with #B7CCB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7CCB3 on black background.


Color preview on white background

This text has color #B7CCB3 on white background.



Black color preview on #B7CCB3 background

This text has black color on #B7CCB3 background.


White color preview on #B7CCB3 background

This text has white color on #B7CCB3 background.