COLOR #B3CBB2

HEX: #B3CBB2
RGB: (179,203,178)

Color info

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

RGB color model

#B3CBB2 color RGB value is (179,203,178).

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

RGB channels and saturation

R 179 of 255 = 70%
G 203 of 255 = 80%
B 178 of 255 = 70%

179
203
178

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

Portions of RGB colors in percentages

R + G + B =
179 + 203 + 178 = 560 (100%)
R 179 of 560 ~ 31.96%
G 203 of 560 ~ 36.25%
B 178 of 560 ~ 31.79%

%31.96
%36.25
%31.79

CMYK color model

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

  • cyan value is 11.82%
  • magenta value is 0.00%
  • yellow value is 12.32%
  • key color value is 20.39%
CMYK:
(12,0,12,20)
C12M0Y12K20 
(12%,0%,12%,20%)
(0.12/0.00/0.12/0.20)	

CMYK percentages

%11.82
%0
%12.32
%20.39

Codes

Color #B3CBB2 in popluar color models

B3CBB2
RGB179203178
HSL118°19.38%74.71%
HSB/HSV118°12.32%79.61%
CMYK11.82%0.00%12.32%
20.39%

Color #B3CBB2 in popluar number systems.

HEXB3CBB2
Decimal179203178
Binary101100111100101110110010
Octal263313262

Shades and tints

Shades of #B3CBB2

#B3CBB2
(179,203,178)
#A3B9A2
(163,185,162)
#93A792
(147,167,146)
#839582
(131,149,130)
#738372
(115,131,114)
#637162
(99,113,98)
#535F52
(83,95,82)
#434D42
(67,77,66)
#333B32
(51,59,50)
#232922
(35,41,34)
#131712
(19,23,18)
#000000
(0,0,0)

Tints of #B3CBB2

#B3CBB2
(179,203,178)
#B9CFB9
(185,207,185)
#BFD3C0
(191,211,192)
#C5D7C7
(197,215,199)
#CBDBCE
(203,219,206)
#D1DFD5
(209,223,213)
#D7E3DC
(215,227,220)
#DDE7E3
(221,231,227)
#E3EBEA
(227,235,234)
#E9EFF1
(233,239,241)
#EFF3F8
(239,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3CBB2; }

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

This text font color is #B3CBB2.


Background Color

.myBgColor { background-color: #B3CBB2; }

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

This div background color is #B3CBB2.


Border color

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

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

This div border color is #B3CBB2.


Opacity

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

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

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

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

This text has shadow with #B3CBB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3CBB2 on black background.


Color preview on white background

This text has color #B3CBB2 on white background.



Black color preview on #B3CBB2 background

This text has black color on #B3CBB2 background.


White color preview on #B3CBB2 background

This text has white color on #B3CBB2 background.