COLOR #B3D38A

HEX: #B3D38A
RGB: (179,211,138)

Color info

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

RGB color model

#B3D38A color RGB value is (179,211,138).

  • red value is 179;
  • green value is 211;
  • blue value is 138.
RGB:
(179,211,138)
(70%,83%,54%)

RGB channels and saturation

R 179 of 255 = 70%
G 211 of 255 = 83%
B 138 of 255 = 54%

179
211
138

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

Portions of RGB colors in percentages

R + G + B =
179 + 211 + 138 = 528 (100%)
R 179 of 528 ~ 33.9%
G 211 of 528 ~ 39.96%
B 138 of 528 ~ 26.14%

%33.9
%39.96
%26.14

CMYK color model

#B3D38A color CMYK value is (15,0,35,17).

  • cyan value is 15.17%
  • magenta value is 0.00%
  • yellow value is 34.60%
  • key color value is 17.25%
CMYK:
(15,0,35,17)
C15M0Y35K17 
(15%,0%,35%,17%)
(0.15/0.00/0.35/0.17)	

CMYK percentages

%15.17
%0
%34.6
%17.25

Codes

Color #B3D38A in popluar color models

B3D38A
RGB179211138
HSL86°45.34%68.43%
HSB/HSV86°34.60%82.75%
CMYK15.17%0.00%34.60%
17.25%

Color #B3D38A in popluar number systems.

HEXB3D38A
Decimal179211138
Binary101100111101001110001010
Octal263323212

Shades and tints

Shades of #B3D38A

#B3D38A
(179,211,138)
#A3C07E
(163,192,126)
#93AD72
(147,173,114)
#839A66
(131,154,102)
#73875A
(115,135,90)
#63744E
(99,116,78)
#536142
(83,97,66)
#434E36
(67,78,54)
#333B2A
(51,59,42)
#23281E
(35,40,30)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #B3D38A

#B3D38A
(179,211,138)
#B9D794
(185,215,148)
#BFDB9E
(191,219,158)
#C5DFA8
(197,223,168)
#CBE3B2
(203,227,178)
#D1E7BC
(209,231,188)
#D7EBC6
(215,235,198)
#DDEFD0
(221,239,208)
#E3F3DA
(227,243,218)
#E9F7E4
(233,247,228)
#EFFBEE
(239,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3D38A; }

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

This text font color is #B3D38A.


Background Color

.myBgColor { background-color: #B3D38A; }

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

This div background color is #B3D38A.


Border color

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

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

This div border color is #B3D38A.


Opacity

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

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

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

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

This text has shadow with #B3D38A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3D38A on black background.


Color preview on white background

This text has color #B3D38A on white background.



Black color preview on #B3D38A background

This text has black color on #B3D38A background.


White color preview on #B3D38A background

This text has white color on #B3D38A background.