COLOR #B3F4E5

HEX: #B3F4E5 RGB: (179,244,229)

Color info

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

RGB color model

#B3F4E5 color RGB value is (179,244,229).

RGB: (179,244,229) (70%, 96%, 90%)

RGB channels and saturation

R 179 of 255 = 70%
G 244 of 255 = 96%
B 229 of 255 = 90%

179
244
229

R + G + B ~ 85%. #B3F4E5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 244 + 229 = 652 (100%)
R 179 of 652 ~ 27.45%
G 244 of 652 ~ 37.42%
B 229 of 652 ~ 35.12'%

%27.45
%37.42
%35.12

CMYK color model

#B3F4E5 color CMYK value is (27,0,6,4).

  • cyan value is 26.64%
  • magenta value is 0.00%
  • yellow value is 6.15%
  • key color value is 4.31%

CMYK: (27,0,6,4)
C27M0Y6K4 (27%, 0%, 6%, 4%)
(0.27 / 0.00 / 0.06 / 0.04)

CMYK percentages

%26.64
%0
%6.15
%4.31

Codes

Color #B3F4E5 in popluar color models

B3 F4 E5
RGB 179 244 229
HSL 166° 74.71% 82.94%
HSB/HSV 166° 26.64% 95.69%
CMYK 26.64% 0.00% 6.15%
4.31%

Color #B3F4E5 in popluar number systems.

HEX B3 F4 E5
Decimal 179 244 229
Binary 10110011 11110100 11100101
Octal 263 364 345

Shades and tints

Shades of #B3F4E5

#B3F4E5
(179,244,229)
#A3DED1
(163,222,209)
#93C8BD
(147,200,189)
#83B2A9
(131,178,169)
#739C95
(115,156,149)
#638681
(99,134,129)
#53706D
(83,112,109)
#435A59
(67,90,89)
#334445
(51,68,69)
#232E31
(35,46,49)
#13181D
(19,24,29)
#000000
(0,0,0)

Tints of #B3F4E5

#B3F4E5
(179,244,229)
#B9F5E7
(185,245,231)
#BFF6E9
(191,246,233)
#C5F7EB
(197,247,235)
#CBF8ED
(203,248,237)
#D1F9EF
(209,249,239)
#D7FAF1
(215,250,241)
#DDFBF3
(221,251,243)
#E3FCF5
(227,252,245)
#E9FDF7
(233,253,247)
#EFFEF9
(239,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3F4E5 color. Also use rgb(179,244,229) instead hex code.

Text Font Color

.myTextColor { color: #B3F4E5; }

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

This text font color is #B3F4E5.

Background Color

.myBgColor { background-color: #B3F4E5; }

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

This div background color is #B3F4E5.

Border color

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

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

This div border color is #B3F4E5.

Opacity

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

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

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

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

This text has shadow with #B3F4E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3F4E5.

Preview

Color preview on black background

This text has color #B3F4E5 on black background.


Color preview on white background

This text has color #B3F4E5 on white background.


Black color preview on #B3F4E5 background

This text has black color on #B3F4E5 background.


White color preview on #B3F4E5 background

This text has white color on #B3F4E5 background.


Related colors

Complementary color

Complementary color for #hex is #4C0B1A.


I love getcolorcode.com

Triadic colors

1 #E5B3F4 and #F4E5B3 with #B3F4E5 are triadic colors.

2 #E5F4B3 and #F4B3E5 with #B3F4E5 are triadic colors.