COLOR #B3D5A4

HEX: #B3D5A4 RGB: (179,213,164)

Color info

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

RGB color model

#B3D5A4 color RGB value is (179,213,164).

RGB: (179,213,164) (70%, 84%, 64%)

RGB channels and saturation

R 179 of 255 = 70%
G 213 of 255 = 84%
B 164 of 255 = 64%

179
213
164

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

Portions of RGB colors in percentages

R + G + B = 179 + 213 + 164 = 556 (100%)
R 179 of 556 ~ 32.19%
G 213 of 556 ~ 38.31%
B 164 of 556 ~ 29.5'%

%32.19
%38.31
%29.5

CMYK color model

#B3D5A4 color CMYK value is (16,0,23,16).

  • cyan value is 15.96%
  • magenta value is 0.00%
  • yellow value is 23.00%
  • key color value is 16.47%

CMYK: (16,0,23,16)
C16M0Y23K16 (16%, 0%, 23%, 16%)
(0.16 / 0.00 / 0.23 / 0.16)

CMYK percentages

%15.96
%0
%23
%16.47

Codes

Color #B3D5A4 in popluar color models

B3 D5 A4
RGB 179 213 164
HSL 102° 36.84% 73.92%
HSB/HSV 102° 23.00% 83.53%
CMYK 15.96% 0.00% 23.00%
16.47%

Color #B3D5A4 in popluar number systems.

HEX B3 D5 A4
Decimal 179 213 164
Binary 10110011 11010101 10100100
Octal 263 325 244

Shades and tints

Shades of #B3D5A4

#B3D5A4
(179,213,164)
#A3C296
(163,194,150)
#93AF88
(147,175,136)
#839C7A
(131,156,122)
#73896C
(115,137,108)
#63765E
(99,118,94)
#536350
(83,99,80)
#435042
(67,80,66)
#333D34
(51,61,52)
#232A26
(35,42,38)
#131718
(19,23,24)
#000000
(0,0,0)

Tints of #B3D5A4

#B3D5A4
(179,213,164)
#B9D8AC
(185,216,172)
#BFDBB4
(191,219,180)
#C5DEBC
(197,222,188)
#CBE1C4
(203,225,196)
#D1E4CC
(209,228,204)
#D7E7D4
(215,231,212)
#DDEADC
(221,234,220)
#E3EDE4
(227,237,228)
#E9F0EC
(233,240,236)
#EFF3F4
(239,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3D5A4 color. Also use rgb(179,213,164) instead hex code.

Text Font Color

.myTextColor { color: #B3D5A4; }

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

This text font color is #B3D5A4.

Background Color

.myBgColor { background-color: #B3D5A4; }

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

This div background color is #B3D5A4.

Border color

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

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

This div border color is #B3D5A4.

Opacity

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

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

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

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

This text has shadow with #B3D5A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3D5A4.

Preview

Color preview on black background

This text has color #B3D5A4 on black background.


Color preview on white background

This text has color #B3D5A4 on white background.


Black color preview on #B3D5A4 background

This text has black color on #B3D5A4 background.


White color preview on #B3D5A4 background

This text has white color on #B3D5A4 background.


Related colors

Complementary color

Complementary color for #hex is #4C2A5B.


I love getcolorcode.com

Triadic colors

1 #A4B3D5 and #D5A4B3 with #B3D5A4 are triadic colors.

2 #A4D5B3 and #D5B3A4 with #B3D5A4 are triadic colors.