COLOR #B1D693

HEX: #B1D693
RGB: (177,214,147)

Color info

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

RGB color model

#B1D693 color RGB value is (177,214,147).

  • red value is 177;
  • green value is 214;
  • blue value is 147.
RGB:
(177,214,147)
(69%,84%,58%)

RGB channels and saturation

R 177 of 255 = 69%
G 214 of 255 = 84%
B 147 of 255 = 58%

177
214
147

R + G + B ~ 70%. #B1D693 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 214 + 147 = 538 (100%)
R 177 of 538 ~ 32.9%
G 214 of 538 ~ 39.78%
B 147 of 538 ~ 27.32%

%32.9
%39.78
%27.32

CMYK color model

#B1D693 color CMYK value is (17,0,31,16).

  • cyan value is 17.29%
  • magenta value is 0.00%
  • yellow value is 31.31%
  • key color value is 16.08%
CMYK:
(17,0,31,16)
C17M0Y31K16 
(17%,0%,31%,16%)
(0.17/0.00/0.31/0.16)	

CMYK percentages

%17.29
%0
%31.31
%16.08

Codes

Color #B1D693 in popluar color models

B1D693
RGB177214147
HSL93°44.97%70.78%
HSB/HSV93°31.31%83.92%
CMYK17.29%0.00%31.31%
16.08%

Color #B1D693 in popluar number systems.

HEXB1D693
Decimal177214147
Binary101100011101011010010011
Octal261326223

Shades and tints

Shades of #B1D693

#B1D693
(177,214,147)
#A1C386
(161,195,134)
#91B079
(145,176,121)
#819D6C
(129,157,108)
#718A5F
(113,138,95)
#617752
(97,119,82)
#516445
(81,100,69)
#415138
(65,81,56)
#313E2B
(49,62,43)
#212B1E
(33,43,30)
#111811
(17,24,17)
#000000
(0,0,0)

Tints of #B1D693

#B1D693
(177,214,147)
#B8D99C
(184,217,156)
#BFDCA5
(191,220,165)
#C6DFAE
(198,223,174)
#CDE2B7
(205,226,183)
#D4E5C0
(212,229,192)
#DBE8C9
(219,232,201)
#E2EBD2
(226,235,210)
#E9EEDB
(233,238,219)
#F0F1E4
(240,241,228)
#F7F4ED
(247,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1D693 color. Also use rgb(177,214,147) instead hex code.

Text Font Color

.myTextColor { color: #B1D693; }

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

This text font color is #B1D693.


Background Color

.myBgColor { background-color: #B1D693; }

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

This div background color is #B1D693.


Border color

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

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

This div border color is #B1D693.


Opacity

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

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

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

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

This text has shadow with #B1D693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1D693 on black background.


Color preview on white background

This text has color #B1D693 on white background.



Black color preview on #B1D693 background

This text has black color on #B1D693 background.


White color preview on #B1D693 background

This text has white color on #B1D693 background.