COLOR #B7F9C0

HEX: #B7F9C0 RGB: (183,249,192)

Color info

#B7F9C0 contains mainly green and blue colors. Web safe color of #B7F9C0 is #CCFFCC (or #CFC).

RGB color model

#B7F9C0 color RGB value is (183,249,192).

RGB: (183,249,192) (72%, 98%, 75%)

RGB channels and saturation

R 183 of 255 = 72%
G 249 of 255 = 98%
B 192 of 255 = 75%

183
249
192

R + G + B ~ 82%. #B7F9C0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 249 + 192 = 624 (100%)
R 183 of 624 ~ 29.33%
G 249 of 624 ~ 39.9%
B 192 of 624 ~ 30.77'%

%29.33
%39.9
%30.77

CMYK color model

#B7F9C0 color CMYK value is (27,0,23,2).

  • cyan value is 26.51%
  • magenta value is 0.00%
  • yellow value is 22.89%
  • key color value is 2.35%

CMYK: (27,0,23,2)
C27M0Y23K2 (27%, 0%, 23%, 2%)
(0.27 / 0.00 / 0.23 / 0.02)

CMYK percentages

%26.51
%0
%22.89
%2.35

Codes

Color #B7F9C0 in popluar color models

B7 F9 C0
RGB 183 249 192
HSL 128° 84.62% 84.71%
HSB/HSV 128° 26.51% 97.65%
CMYK 26.51% 0.00% 22.89%
2.35%

Color #B7F9C0 in popluar number systems.

HEX B7 F9 C0
Decimal 183 249 192
Binary 10110111 11111001 11000000
Octal 267 371 300

Shades and tints

Shades of #B7F9C0

#B7F9C0
(183,249,192)
#A7E3AF
(167,227,175)
#97CD9E
(151,205,158)
#87B78D
(135,183,141)
#77A17C
(119,161,124)
#678B6B
(103,139,107)
#57755A
(87,117,90)
#475F49
(71,95,73)
#374938
(55,73,56)
#273327
(39,51,39)
#171D16
(23,29,22)
#000000
(0,0,0)

Tints of #B7F9C0

#B7F9C0
(183,249,192)
#BDF9C5
(189,249,197)
#C3F9CA
(195,249,202)
#C9F9CF
(201,249,207)
#CFF9D4
(207,249,212)
#D5F9D9
(213,249,217)
#DBF9DE
(219,249,222)
#E1F9E3
(225,249,227)
#E7F9E8
(231,249,232)
#EDF9ED
(237,249,237)
#F3F9F2
(243,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7F9C0 color. Also use rgb(183,249,192) instead hex code.

Text Font Color

.myTextColor { color: #B7F9C0; }

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

This text font color is #B7F9C0.

Background Color

.myBgColor { background-color: #B7F9C0; }

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

This div background color is #B7F9C0.

Border color

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

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

This div border color is #B7F9C0.

Opacity

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

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

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

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

This text has shadow with #B7F9C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7F9C0.

Preview

Color preview on black background

This text has color #B7F9C0 on black background.


Color preview on white background

This text has color #B7F9C0 on white background.


Black color preview on #B7F9C0 background

This text has black color on #B7F9C0 background.


White color preview on #B7F9C0 background

This text has white color on #B7F9C0 background.


Related colors

Complementary color

Complementary color for #hex is #48063F.


I love getcolorcode.com

Triadic colors

1 #C0B7F9 and #F9C0B7 with #B7F9C0 are triadic colors.

2 #C0F9B7 and #F9B7C0 with #B7F9C0 are triadic colors.