COLOR #B9F7EB

HEX: #B9F7EB RGB: (185,247,235)

Color info

#B9F7EB contains mainly green and blue colors. Web safe color of #B9F7EB is #CCFFFF (or #CFF).

RGB color model

#B9F7EB color RGB value is (185,247,235).

RGB: (185,247,235) (73%, 97%, 92%)

RGB channels and saturation

R 185 of 255 = 73%
G 247 of 255 = 97%
B 235 of 255 = 92%

185
247
235

R + G + B ~ 87%. #B9F7EB is light color.

Portions of RGB colors in percentages

R + G + B = 185 + 247 + 235 = 667 (100%)
R 185 of 667 ~ 27.74%
G 247 of 667 ~ 37.03%
B 235 of 667 ~ 35.23'%

%27.74
%37.03
%35.23

CMYK color model

#B9F7EB color CMYK value is (25,0,5,3).

  • cyan value is 25.10%
  • magenta value is 0.00%
  • yellow value is 4.86%
  • key color value is 3.14%

CMYK: (25,0,5,3)
C25M0Y5K3 (25%, 0%, 5%, 3%)
(0.25 / 0.00 / 0.05 / 0.03)

CMYK percentages

%25.1
%0
%4.86
%3.14

Codes

Color #B9F7EB in popluar color models

B9 F7 EB
RGB 185 247 235
HSL 168° 79.49% 84.71%
HSB/HSV 168° 25.10% 96.86%
CMYK 25.10% 0.00% 4.86%
3.14%

Color #B9F7EB in popluar number systems.

HEX B9 F7 EB
Decimal 185 247 235
Binary 10111001 11110111 11101011
Octal 271 367 353

Shades and tints

Shades of #B9F7EB

#B9F7EB
(185,247,235)
#A9E1D6
(169,225,214)
#99CBC1
(153,203,193)
#89B5AC
(137,181,172)
#799F97
(121,159,151)
#698982
(105,137,130)
#59736D
(89,115,109)
#495D58
(73,93,88)
#394743
(57,71,67)
#29312E
(41,49,46)
#191B19
(25,27,25)
#000000
(0,0,0)

Tints of #B9F7EB

#B9F7EB
(185,247,235)
#BFF7EC
(191,247,236)
#C5F7ED
(197,247,237)
#CBF7EE
(203,247,238)
#D1F7EF
(209,247,239)
#D7F7F0
(215,247,240)
#DDF7F1
(221,247,241)
#E3F7F2
(227,247,242)
#E9F7F3
(233,247,243)
#EFF7F4
(239,247,244)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9F7EB color. Also use rgb(185,247,235) instead hex code.

Text Font Color

.myTextColor { color: #B9F7EB; }

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

This text font color is #B9F7EB.

Background Color

.myBgColor { background-color: #B9F7EB; }

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

This div background color is #B9F7EB.

Border color

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

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

This div border color is #B9F7EB.

Opacity

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

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

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

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

This text has shadow with #B9F7EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9F7EB.

Preview

Color preview on black background

This text has color #B9F7EB on black background.


Color preview on white background

This text has color #B9F7EB on white background.


Black color preview on #B9F7EB background

This text has black color on #B9F7EB background.


White color preview on #B9F7EB background

This text has white color on #B9F7EB background.


Related colors

Complementary color

Complementary color for #hex is #460814.


I love getcolorcode.com

Triadic colors

1 #EBB9F7 and #F7EBB9 with #B9F7EB are triadic colors.

2 #EBF7B9 and #F7B9EB with #B9F7EB are triadic colors.