COLOR #B3D27E

HEX: #B3D27E RGB: (179,210,126)

Color info

#B3D27E contains mainly red and green colors. Web safe color of #B3D27E is #99CC66 (or #9C6).

RGB color model

#B3D27E color RGB value is (179,210,126).

RGB: (179,210,126) (70%, 82%, 49%)

RGB channels and saturation

R 179 of 255 = 70%
G 210 of 255 = 82%
B 126 of 255 = 49%

179
210
126

R + G + B ~ 67%. #B3D27E is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 210 + 126 = 515 (100%)
R 179 of 515 ~ 34.76%
G 210 of 515 ~ 40.78%
B 126 of 515 ~ 24.47'%

%34.76
%40.78
%24.47

CMYK color model

#B3D27E color CMYK value is (15,0,40,18).

  • cyan value is 14.76%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 17.65%

CMYK: (15,0,40,18)
C15M0Y40K18 (15%, 0%, 40%, 18%)
(0.15 / 0.00 / 0.40 / 0.18)

CMYK percentages

%14.76
%0
%40
%17.65

Codes

Color #B3D27E in popluar color models

B3 D2 7E
RGB 179 210 126
HSL 82° 48.28% 65.88%
HSB/HSV 82° 40.00% 82.35%
CMYK 14.76% 0.00% 40.00%
17.65%

Color #B3D27E in popluar number systems.

HEX B3 D2 7E
Decimal 179 210 126
Binary 10110011 11010010 1111110
Octal 263 322 176

Shades and tints

Shades of #B3D27E

#B3D27E
(179,210,126)
#A3BF73
(163,191,115)
#93AC68
(147,172,104)
#83995D
(131,153,93)
#738652
(115,134,82)
#637347
(99,115,71)
#53603C
(83,96,60)
#434D31
(67,77,49)
#333A26
(51,58,38)
#23271B
(35,39,27)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #B3D27E

#B3D27E
(179,210,126)
#B9D689
(185,214,137)
#BFDA94
(191,218,148)
#C5DE9F
(197,222,159)
#CBE2AA
(203,226,170)
#D1E6B5
(209,230,181)
#D7EAC0
(215,234,192)
#DDEECB
(221,238,203)
#E3F2D6
(227,242,214)
#E9F6E1
(233,246,225)
#EFFAEC
(239,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3D27E color. Also use rgb(179,210,126) instead hex code.

Text Font Color

.myTextColor { color: #B3D27E; }

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

This text font color is #B3D27E.

Background Color

.myBgColor { background-color: #B3D27E; }

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

This div background color is #B3D27E.

Border color

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

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

This div border color is #B3D27E.

Opacity

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

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

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

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

This text has shadow with #B3D27E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3D27E.

Preview

Color preview on black background

This text has color #B3D27E on black background.


Color preview on white background

This text has color #B3D27E on white background.


Black color preview on #B3D27E background

This text has black color on #B3D27E background.


White color preview on #B3D27E background

This text has white color on #B3D27E background.


Related colors

Complementary color

Complementary color for #hex is #4C2D81.


I love getcolorcode.com

Triadic colors

1 #7EB3D2 and #D27EB3 with #B3D27E are triadic colors.

2 #7ED2B3 and #D2B37E with #B3D27E are triadic colors.