COLOR #B5E695

HEX: #B5E695
RGB: (181,230,149)

Color info

#B5E695 contains mainly red and green colors. Web safe color of #B5E695 is #CCCC99 (or #CC9).

RGB color model

#B5E695 color RGB value is (181,230,149).

  • red value is 181;
  • green value is 230;
  • blue value is 149.
RGB:
(181,230,149)
(71%,90%,58%)

RGB channels and saturation

R 181 of 255 = 71%
G 230 of 255 = 90%
B 149 of 255 = 58%

181
230
149

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

Portions of RGB colors in percentages

R + G + B =
181 + 230 + 149 = 560 (100%)
R 181 of 560 ~ 32.32%
G 230 of 560 ~ 41.07%
B 149 of 560 ~ 26.61%

%32.32
%41.07
%26.61

CMYK color model

#B5E695 color CMYK value is (21,0,35,10).

  • cyan value is 21.30%
  • magenta value is 0.00%
  • yellow value is 35.22%
  • key color value is 9.80%
CMYK:
(21,0,35,10)
C21M0Y35K10 
(21%,0%,35%,10%)
(0.21/0.00/0.35/0.10)	

CMYK percentages

%21.3
%0
%35.22
%9.8

Codes

Color #B5E695 in popluar color models

B5E695
RGB181230149
HSL96°61.83%74.31%
HSB/HSV96°35.22%90.20%
CMYK21.30%0.00%35.22%
9.80%

Color #B5E695 in popluar number systems.

HEXB5E695
Decimal181230149
Binary101101011110011010010101
Octal265346225

Shades and tints

Shades of #B5E695

#B5E695
(181,230,149)
#A5D288
(165,210,136)
#95BE7B
(149,190,123)
#85AA6E
(133,170,110)
#759661
(117,150,97)
#658254
(101,130,84)
#556E47
(85,110,71)
#455A3A
(69,90,58)
#35462D
(53,70,45)
#253220
(37,50,32)
#151E13
(21,30,19)
#000000
(0,0,0)

Tints of #B5E695

#B5E695
(181,230,149)
#BBE89E
(187,232,158)
#C1EAA7
(193,234,167)
#C7ECB0
(199,236,176)
#CDEEB9
(205,238,185)
#D3F0C2
(211,240,194)
#D9F2CB
(217,242,203)
#DFF4D4
(223,244,212)
#E5F6DD
(229,246,221)
#EBF8E6
(235,248,230)
#F1FAEF
(241,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5E695 color. Also use rgb(181,230,149) instead hex code.

Text Font Color

.myTextColor { color: #B5E695; }

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

This text font color is #B5E695.


Background Color

.myBgColor { background-color: #B5E695; }

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

This div background color is #B5E695.


Border color

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

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

This div border color is #B5E695.


Opacity

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

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

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

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

This text has shadow with #B5E695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5E695 on black background.


Color preview on white background

This text has color #B5E695 on white background.



Black color preview on #B5E695 background

This text has black color on #B5E695 background.


White color preview on #B5E695 background

This text has white color on #B5E695 background.