COLOR #B7E465

HEX: #B7E465
RGB: (183,228,101)

Color info

#B7E465 contains mainly red and green colors. Web safe color of #B7E465 is #CCCC66 (or #CC6).

RGB color model

#B7E465 color RGB value is (183,228,101).

  • red value is 183;
  • green value is 228;
  • blue value is 101.
RGB:
(183,228,101)
(72%,89%,40%)

RGB channels and saturation

R 183 of 255 = 72%
G 228 of 255 = 89%
B 101 of 255 = 40%

183
228
101

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

Portions of RGB colors in percentages

R + G + B =
183 + 228 + 101 = 512 (100%)
R 183 of 512 ~ 35.74%
G 228 of 512 ~ 44.53%
B 101 of 512 ~ 19.73%

%35.74
%44.53
%19.73

CMYK color model

#B7E465 color CMYK value is (20,0,56,11).

  • cyan value is 19.74%
  • magenta value is 0.00%
  • yellow value is 55.70%
  • key color value is 10.59%
CMYK:
(20,0,56,11)
C20M0Y56K11 
(20%,0%,56%,11%)
(0.20/0.00/0.56/0.11)	

CMYK percentages

%19.74
%0
%55.7
%10.59

Codes

Color #B7E465 in popluar color models

B7E465
RGB183228101
HSL81°70.17%64.51%
HSB/HSV81°55.70%89.41%
CMYK19.74%0.00%55.70%
10.59%

Color #B7E465 in popluar number systems.

HEXB7E465
Decimal183228101
Binary10110111111001001100101
Octal267344145

Shades and tints

Shades of #B7E465

#B7E465
(183,228,101)
#A7D05C
(167,208,92)
#97BC53
(151,188,83)
#87A84A
(135,168,74)
#779441
(119,148,65)
#678038
(103,128,56)
#576C2F
(87,108,47)
#475826
(71,88,38)
#37441D
(55,68,29)
#273014
(39,48,20)
#171C0B
(23,28,11)
#000000
(0,0,0)

Tints of #B7E465

#B7E465
(183,228,101)
#BDE673
(189,230,115)
#C3E881
(195,232,129)
#C9EA8F
(201,234,143)
#CFEC9D
(207,236,157)
#D5EEAB
(213,238,171)
#DBF0B9
(219,240,185)
#E1F2C7
(225,242,199)
#E7F4D5
(231,244,213)
#EDF6E3
(237,246,227)
#F3F8F1
(243,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7E465 color. Also use rgb(183,228,101) instead hex code.

Text Font Color

.myTextColor { color: #B7E465; }

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

This text font color is #B7E465.


Background Color

.myBgColor { background-color: #B7E465; }

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

This div background color is #B7E465.


Border color

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

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

This div border color is #B7E465.


Opacity

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

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

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

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

This text has shadow with #B7E465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7E465 on black background.


Color preview on white background

This text has color #B7E465 on white background.



Black color preview on #B7E465 background

This text has black color on #B7E465 background.


White color preview on #B7E465 background

This text has white color on #B7E465 background.