COLOR #B1F9D5

HEX: #B1F9D5 RGB: (177,249,213)

Color info

#B1F9D5 contains mainly green and blue colors. Web safe color of #B1F9D5 is #99FFCC (or #9FC).

RGB color model

#B1F9D5 color RGB value is (177,249,213).

RGB: (177,249,213) (69%, 98%, 84%)

RGB channels and saturation

R 177 of 255 = 69%
G 249 of 255 = 98%
B 213 of 255 = 84%

177
249
213

R + G + B ~ 84%. #B1F9D5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 249 + 213 = 639 (100%)
R 177 of 639 ~ 27.7%
G 249 of 639 ~ 38.97%
B 213 of 639 ~ 33.33'%

%27.7
%38.97
%33.33

CMYK color model

#B1F9D5 color CMYK value is (29,0,14,2).

  • cyan value is 28.92%
  • magenta value is 0.00%
  • yellow value is 14.46%
  • key color value is 2.35%

CMYK: (29,0,14,2)
C29M0Y14K2 (29%, 0%, 14%, 2%)
(0.29 / 0.00 / 0.14 / 0.02)

CMYK percentages

%28.92
%0
%14.46
%2.35

Codes

Color #B1F9D5 in popluar color models

B1 F9 D5
RGB 177 249 213
HSL 150° 85.71% 83.53%
HSB/HSV 150° 28.92% 97.65%
CMYK 28.92% 0.00% 14.46%
2.35%

Color #B1F9D5 in popluar number systems.

HEX B1 F9 D5
Decimal 177 249 213
Binary 10110001 11111001 11010101
Octal 261 371 325

Shades and tints

Shades of #B1F9D5

#B1F9D5
(177,249,213)
#A1E3C2
(161,227,194)
#91CDAF
(145,205,175)
#81B79C
(129,183,156)
#71A189
(113,161,137)
#618B76
(97,139,118)
#517563
(81,117,99)
#415F50
(65,95,80)
#31493D
(49,73,61)
#21332A
(33,51,42)
#111D17
(17,29,23)
#000000
(0,0,0)

Tints of #B1F9D5

#B1F9D5
(177,249,213)
#B8F9D8
(184,249,216)
#BFF9DB
(191,249,219)
#C6F9DE
(198,249,222)
#CDF9E1
(205,249,225)
#D4F9E4
(212,249,228)
#DBF9E7
(219,249,231)
#E2F9EA
(226,249,234)
#E9F9ED
(233,249,237)
#F0F9F0
(240,249,240)
#F7F9F3
(247,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1F9D5 color. Also use rgb(177,249,213) instead hex code.

Text Font Color

.myTextColor { color: #B1F9D5; }

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

This text font color is #B1F9D5.

Background Color

.myBgColor { background-color: #B1F9D5; }

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

This div background color is #B1F9D5.

Border color

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

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

This div border color is #B1F9D5.

Opacity

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

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

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

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

This text has shadow with #B1F9D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1F9D5.

Preview

Color preview on black background

This text has color #B1F9D5 on black background.


Color preview on white background

This text has color #B1F9D5 on white background.


Black color preview on #B1F9D5 background

This text has black color on #B1F9D5 background.


White color preview on #B1F9D5 background

This text has white color on #B1F9D5 background.


Related colors

Complementary color

Complementary color for #hex is #4E062A.


I love getcolorcode.com

Triadic colors

1 #D5B1F9 and #F9D5B1 with #B1F9D5 are triadic colors.

2 #D5F9B1 and #F9B1D5 with #B1F9D5 are triadic colors.