COLOR #B3D385

HEX: #B3D385 RGB: (179,211,133)

Color info

#B3D385 contains mainly red and green colors. Web safe color of #B3D385 is #99CC99 (or #9C9).

RGB color model

#B3D385 color RGB value is (179,211,133).

RGB: (179,211,133) (70%, 83%, 52%)

RGB channels and saturation

R 179 of 255 = 70%
G 211 of 255 = 83%
B 133 of 255 = 52%

179
211
133

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

Portions of RGB colors in percentages

R + G + B = 179 + 211 + 133 = 523 (100%)
R 179 of 523 ~ 34.23%
G 211 of 523 ~ 40.34%
B 133 of 523 ~ 25.43'%

%34.23
%40.34
%25.43

CMYK color model

#B3D385 color CMYK value is (15,0,37,17).

  • cyan value is 15.17%
  • magenta value is 0.00%
  • yellow value is 36.97%
  • key color value is 17.25%

CMYK: (15,0,37,17)
C15M0Y37K17 (15%, 0%, 37%, 17%)
(0.15 / 0.00 / 0.37 / 0.17)

CMYK percentages

%15.17
%0
%36.97
%17.25

Codes

Color #B3D385 in popluar color models

B3 D3 85
RGB 179 211 133
HSL 85° 46.99% 67.45%
HSB/HSV 85° 36.97% 82.75%
CMYK 15.17% 0.00% 36.97%
17.25%

Color #B3D385 in popluar number systems.

HEX B3 D3 85
Decimal 179 211 133
Binary 10110011 11010011 10000101
Octal 263 323 205

Shades and tints

Shades of #B3D385

#B3D385
(179,211,133)
#A3C079
(163,192,121)
#93AD6D
(147,173,109)
#839A61
(131,154,97)
#738755
(115,135,85)
#637449
(99,116,73)
#53613D
(83,97,61)
#434E31
(67,78,49)
#333B25
(51,59,37)
#232819
(35,40,25)
#13150D
(19,21,13)
#000000
(0,0,0)

Tints of #B3D385

#B3D385
(179,211,133)
#B9D790
(185,215,144)
#BFDB9B
(191,219,155)
#C5DFA6
(197,223,166)
#CBE3B1
(203,227,177)
#D1E7BC
(209,231,188)
#D7EBC7
(215,235,199)
#DDEFD2
(221,239,210)
#E3F3DD
(227,243,221)
#E9F7E8
(233,247,232)
#EFFBF3
(239,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3D385 color. Also use rgb(179,211,133) instead hex code.

Text Font Color

.myTextColor { color: #B3D385; }

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

This text font color is #B3D385.

Background Color

.myBgColor { background-color: #B3D385; }

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

This div background color is #B3D385.

Border color

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

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

This div border color is #B3D385.

Opacity

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

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

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

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

This text has shadow with #B3D385 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3D385.

Preview

Color preview on black background

This text has color #B3D385 on black background.


Color preview on white background

This text has color #B3D385 on white background.


Black color preview on #B3D385 background

This text has black color on #B3D385 background.


White color preview on #B3D385 background

This text has white color on #B3D385 background.


Related colors

Complementary color

Complementary color for #hex is #4C2C7A.


I love getcolorcode.com

Triadic colors

1 #85B3D3 and #D385B3 with #B3D385 are triadic colors.

2 #85D3B3 and #D3B385 with #B3D385 are triadic colors.