COLOR #B3C68D

HEX: #B3C68D RGB: (179,198,141)

Color info

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

RGB color model

#B3C68D color RGB value is (179,198,141).

RGB: (179,198,141) (70%, 78%, 55%)

RGB channels and saturation

R 179 of 255 = 70%
G 198 of 255 = 78%
B 141 of 255 = 55%

179
198
141

R + G + B ~ 68%. #B3C68D is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 198 + 141 = 518 (100%)
R 179 of 518 ~ 34.56%
G 198 of 518 ~ 38.22%
B 141 of 518 ~ 27.22'%

%34.56
%38.22
%27.22

CMYK color model

#B3C68D color CMYK value is (10,0,29,22).

  • cyan value is 9.60%
  • magenta value is 0.00%
  • yellow value is 28.79%
  • key color value is 22.35%

CMYK: (10,0,29,22)
C10M0Y29K22 (10%, 0%, 29%, 22%)
(0.10 / 0.00 / 0.29 / 0.22)

CMYK percentages

%9.6
%0
%28.79
%22.35

Codes

Color #B3C68D in popluar color models

B3 C6 8D
RGB 179 198 141
HSL 80° 33.33% 66.47%
HSB/HSV 80° 28.79% 77.65%
CMYK 9.60% 0.00% 28.79%
22.35%

Color #B3C68D in popluar number systems.

HEX B3 C6 8D
Decimal 179 198 141
Binary 10110011 11000110 10001101
Octal 263 306 215

Shades and tints

Shades of #B3C68D

#B3C68D
(179,198,141)
#A3B481
(163,180,129)
#93A275
(147,162,117)
#839069
(131,144,105)
#737E5D
(115,126,93)
#636C51
(99,108,81)
#535A45
(83,90,69)
#434839
(67,72,57)
#33362D
(51,54,45)
#232421
(35,36,33)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #B3C68D

#B3C68D
(179,198,141)
#B9CB97
(185,203,151)
#BFD0A1
(191,208,161)
#C5D5AB
(197,213,171)
#CBDAB5
(203,218,181)
#D1DFBF
(209,223,191)
#D7E4C9
(215,228,201)
#DDE9D3
(221,233,211)
#E3EEDD
(227,238,221)
#E9F3E7
(233,243,231)
#EFF8F1
(239,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3C68D color. Also use rgb(179,198,141) instead hex code.

Text Font Color

.myTextColor { color: #B3C68D; }

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

This text font color is #B3C68D.

Background Color

.myBgColor { background-color: #B3C68D; }

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

This div background color is #B3C68D.

Border color

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

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

This div border color is #B3C68D.

Opacity

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

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

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

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

This text has shadow with #B3C68D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3C68D.

Preview

Color preview on black background

This text has color #B3C68D on black background.


Color preview on white background

This text has color #B3C68D on white background.


Black color preview on #B3C68D background

This text has black color on #B3C68D background.


White color preview on #B3C68D background

This text has white color on #B3C68D background.


Related colors

Complementary color

Complementary color for #hex is #4C3972.


I love getcolorcode.com

Triadic colors

1 #8DB3C6 and #C68DB3 with #B3C68D are triadic colors.

2 #8DC6B3 and #C6B38D with #B3C68D are triadic colors.