COLOR #B7F9E3

HEX: #B7F9E3 RGB: (183,249,227)

Color info

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

RGB color model

#B7F9E3 color RGB value is (183,249,227).

RGB: (183,249,227) (72%, 98%, 89%)

RGB channels and saturation

R 183 of 255 = 72%
G 249 of 255 = 98%
B 227 of 255 = 89%

183
249
227

R + G + B ~ 86%. #B7F9E3 is light color.

Portions of RGB colors in percentages

R + G + B = 183 + 249 + 227 = 659 (100%)
R 183 of 659 ~ 27.77%
G 249 of 659 ~ 37.78%
B 227 of 659 ~ 34.45'%

%27.77
%37.78
%34.45

CMYK color model

#B7F9E3 color CMYK value is (27,0,9,2).

  • cyan value is 26.51%
  • magenta value is 0.00%
  • yellow value is 8.84%
  • key color value is 2.35%
CMYK: (27,0,9,2) C27M0Y9K2 (27%,0%,9%,2%) (0.27/0.00/0.09/0.02) 

CMYK percentages

%26.51
%0
%8.84
%2.35

Codes

Color #B7F9E3 in popluar color models

B7 F9 E3
RGB 183 249 227
HSL 160° 84.62% 84.71%
HSB/HSV 160° 26.51% 97.65%
CMYK 26.51% 0.00% 8.84%
2.35%

Color #B7F9E3 in popluar number systems.

HEX B7 F9 E3
Decimal 183 249 227
Binary 10110111 11111001 11100011
Octal 267 371 343

Shades and tints

Shades of #B7F9E3

#B7F9E3
(183,249,227)
#A7E3CF
(167,227,207)
#97CDBB
(151,205,187)
#87B7A7
(135,183,167)
#77A193
(119,161,147)
#678B7F
(103,139,127)
#57756B
(87,117,107)
#475F57
(71,95,87)
#374943
(55,73,67)
#27332F
(39,51,47)
#171D1B
(23,29,27)
#000000
(0,0,0)

Tints of #B7F9E3

#B7F9E3
(183,249,227)
#BDF9E5
(189,249,229)
#C3F9E7
(195,249,231)
#C9F9E9
(201,249,233)
#CFF9EB
(207,249,235)
#D5F9ED
(213,249,237)
#DBF9EF
(219,249,239)
#E1F9F1
(225,249,241)
#E7F9F3
(231,249,243)
#EDF9F5
(237,249,245)
#F3F9F7
(243,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7F9E3; }

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

This text font color is #B7F9E3.

Background Color

.myBgColor { background-color: #B7F9E3; }

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

This div background color is #B7F9E3.

Border color

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

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

This div border color is #B7F9E3.

Opacity

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

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

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

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

This text has shadow with #B7F9E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7F9E3.

Preview

Color preview on black background

This text has color #B7F9E3 on black background.


Color preview on white background

This text has color #B7F9E3 on white background.


Black color preview on #B7F9E3 background

This text has black color on #B7F9E3 background.


White color preview on #B7F9E3 background

This text has white color on #B7F9E3 background.


Related colors

Complementary color

Complementary color for #hex is #48061C.


I love getcolorcode.com

Triadic colors

1 #E3B7F9 and #F9E3B7 with #B7F9E3 are triadic colors.

2 #E3F9B7 and #F9B7E3 with #B7F9E3 are triadic colors.