COLOR #B3CBAD

HEX: #B3CBAD
RGB: (179,203,173)

Color info

#B3CBAD contains red, green and blue colors in about the same proportion. Web safe color of #B3CBAD is #99CC99 (or #9C9).

RGB color model

#B3CBAD color RGB value is (179,203,173).

  • red value is 179;
  • green value is 203;
  • blue value is 173.
RGB:
(179,203,173)
(70%,80%,68%)

RGB channels and saturation

R 179 of 255 = 70%
G 203 of 255 = 80%
B 173 of 255 = 68%

179
203
173

R + G + B ~ 73%. #B3CBAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 203 + 173 = 555 (100%)
R 179 of 555 ~ 32.25%
G 203 of 555 ~ 36.58%
B 173 of 555 ~ 31.17%

%32.25
%36.58
%31.17

CMYK color model

#B3CBAD color CMYK value is (12,0,15,20).

  • cyan value is 11.82%
  • magenta value is 0.00%
  • yellow value is 14.78%
  • key color value is 20.39%
CMYK:
(12,0,15,20)
C12M0Y15K20 
(12%,0%,15%,20%)
(0.12/0.00/0.15/0.20)	

CMYK percentages

%11.82
%0
%14.78
%20.39

Codes

Color #B3CBAD in popluar color models

B3CBAD
RGB179203173
HSL108°22.39%73.73%
HSB/HSV108°14.78%79.61%
CMYK11.82%0.00%14.78%
20.39%

Color #B3CBAD in popluar number systems.

HEXB3CBAD
Decimal179203173
Binary101100111100101110101101
Octal263313255

Shades and tints

Shades of #B3CBAD

#B3CBAD
(179,203,173)
#A3B99E
(163,185,158)
#93A78F
(147,167,143)
#839580
(131,149,128)
#738371
(115,131,113)
#637162
(99,113,98)
#535F53
(83,95,83)
#434D44
(67,77,68)
#333B35
(51,59,53)
#232926
(35,41,38)
#131717
(19,23,23)
#000000
(0,0,0)

Tints of #B3CBAD

#B3CBAD
(179,203,173)
#B9CFB4
(185,207,180)
#BFD3BB
(191,211,187)
#C5D7C2
(197,215,194)
#CBDBC9
(203,219,201)
#D1DFD0
(209,223,208)
#D7E3D7
(215,227,215)
#DDE7DE
(221,231,222)
#E3EBE5
(227,235,229)
#E9EFEC
(233,239,236)
#EFF3F3
(239,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3CBAD color. Also use rgb(179,203,173) instead hex code.

Text Font Color

.myTextColor { color: #B3CBAD; }

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

This text font color is #B3CBAD.


Background Color

.myBgColor { background-color: #B3CBAD; }

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

This div background color is #B3CBAD.


Border color

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

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

This div border color is #B3CBAD.


Opacity

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

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

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

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

This text has shadow with #B3CBAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3CBAD on black background.


Color preview on white background

This text has color #B3CBAD on white background.



Black color preview on #B3CBAD background

This text has black color on #B3CBAD background.


White color preview on #B3CBAD background

This text has white color on #B3CBAD background.