COLOR #B5E6C1

HEX: #B5E6C1 RGB: (181,230,193)

Color info

#B5E6C1 contains red, green and blue colors in about the same proportion. Web safe color of #B5E6C1 is #CCCCCC (or #CCC).

RGB color model

#B5E6C1 color RGB value is (181,230,193).

RGB: (181,230,193) (71%, 90%, 76%)

RGB channels and saturation

R 181 of 255 = 71%
G 230 of 255 = 90%
B 193 of 255 = 76%

181
230
193

R + G + B ~ 79%. #B5E6C1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 230 + 193 = 604 (100%)
R 181 of 604 ~ 29.97%
G 230 of 604 ~ 38.08%
B 193 of 604 ~ 31.95'%

%29.97
%38.08
%31.95

CMYK color model

#B5E6C1 color CMYK value is (21,0,16,10).

  • cyan value is 21.30%
  • magenta value is 0.00%
  • yellow value is 16.09%
  • key color value is 9.80%

CMYK: (21,0,16,10)
C21M0Y16K10 (21%, 0%, 16%, 10%)
(0.21 / 0.00 / 0.16 / 0.10)

CMYK percentages

%21.3
%0
%16.09
%9.8

Codes

Color #B5E6C1 in popluar color models

B5 E6 C1
RGB 181 230 193
HSL 135° 49.49% 80.59%
HSB/HSV 135° 21.30% 90.20%
CMYK 21.30% 0.00% 16.09%
9.80%

Color #B5E6C1 in popluar number systems.

HEX B5 E6 C1
Decimal 181 230 193
Binary 10110101 11100110 11000001
Octal 265 346 301

Shades and tints

Shades of #B5E6C1

#B5E6C1
(181,230,193)
#A5D2B0
(165,210,176)
#95BE9F
(149,190,159)
#85AA8E
(133,170,142)
#75967D
(117,150,125)
#65826C
(101,130,108)
#556E5B
(85,110,91)
#455A4A
(69,90,74)
#354639
(53,70,57)
#253228
(37,50,40)
#151E17
(21,30,23)
#000000
(0,0,0)

Tints of #B5E6C1

#B5E6C1
(181,230,193)
#BBE8C6
(187,232,198)
#C1EACB
(193,234,203)
#C7ECD0
(199,236,208)
#CDEED5
(205,238,213)
#D3F0DA
(211,240,218)
#D9F2DF
(217,242,223)
#DFF4E4
(223,244,228)
#E5F6E9
(229,246,233)
#EBF8EE
(235,248,238)
#F1FAF3
(241,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5E6C1; }

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

This text font color is #B5E6C1.

Background Color

.myBgColor { background-color: #B5E6C1; }

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

This div background color is #B5E6C1.

Border color

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

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

This div border color is #B5E6C1.

Opacity

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

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

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

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

This text has shadow with #B5E6C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5E6C1.

Preview

Color preview on black background

This text has color #B5E6C1 on black background.


Color preview on white background

This text has color #B5E6C1 on white background.


Black color preview on #B5E6C1 background

This text has black color on #B5E6C1 background.


White color preview on #B5E6C1 background

This text has white color on #B5E6C1 background.


Related colors

Complementary color

Complementary color for #hex is #4A193E.


I love getcolorcode.com

Triadic colors

1 #C1B5E6 and #E6C1B5 with #B5E6C1 are triadic colors.

2 #C1E6B5 and #E6B5C1 with #B5E6C1 are triadic colors.