COLOR #B3CD93

HEX: #B3CD93
RGB: (179,205,147)

Color info

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

RGB color model

#B3CD93 color RGB value is (179,205,147).

  • red value is 179;
  • green value is 205;
  • blue value is 147.
RGB:
(179,205,147)
(70%,80%,58%)

RGB channels and saturation

R 179 of 255 = 70%
G 205 of 255 = 80%
B 147 of 255 = 58%

179
205
147

R + G + B ~ 69%. #B3CD93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 205 + 147 = 531 (100%)
R 179 of 531 ~ 33.71%
G 205 of 531 ~ 38.61%
B 147 of 531 ~ 27.68%

%33.71
%38.61
%27.68

CMYK color model

#B3CD93 color CMYK value is (13,0,28,20).

  • cyan value is 12.68%
  • magenta value is 0.00%
  • yellow value is 28.29%
  • key color value is 19.61%
CMYK:
(13,0,28,20)
C13M0Y28K20 
(13%,0%,28%,20%)
(0.13/0.00/0.28/0.20)	

CMYK percentages

%12.68
%0
%28.29
%19.61

Codes

Color #B3CD93 in popluar color models

B3CD93
RGB179205147
HSL87°36.71%69.02%
HSB/HSV87°28.29%80.39%
CMYK12.68%0.00%28.29%
19.61%

Color #B3CD93 in popluar number systems.

HEXB3CD93
Decimal179205147
Binary101100111100110110010011
Octal263315223

Shades and tints

Shades of #B3CD93

#B3CD93
(179,205,147)
#A3BB86
(163,187,134)
#93A979
(147,169,121)
#83976C
(131,151,108)
#73855F
(115,133,95)
#637352
(99,115,82)
#536145
(83,97,69)
#434F38
(67,79,56)
#333D2B
(51,61,43)
#232B1E
(35,43,30)
#131911
(19,25,17)
#000000
(0,0,0)

Tints of #B3CD93

#B3CD93
(179,205,147)
#B9D19C
(185,209,156)
#BFD5A5
(191,213,165)
#C5D9AE
(197,217,174)
#CBDDB7
(203,221,183)
#D1E1C0
(209,225,192)
#D7E5C9
(215,229,201)
#DDE9D2
(221,233,210)
#E3EDDB
(227,237,219)
#E9F1E4
(233,241,228)
#EFF5ED
(239,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3CD93 color. Also use rgb(179,205,147) instead hex code.

Text Font Color

.myTextColor { color: #B3CD93; }

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

This text font color is #B3CD93.


Background Color

.myBgColor { background-color: #B3CD93; }

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

This div background color is #B3CD93.


Border color

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

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

This div border color is #B3CD93.


Opacity

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

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

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

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

This text has shadow with #B3CD93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3CD93 on black background.


Color preview on white background

This text has color #B3CD93 on white background.



Black color preview on #B3CD93 background

This text has black color on #B3CD93 background.


White color preview on #B3CD93 background

This text has white color on #B3CD93 background.