COLOR #B3EFC4

HEX: #B3EFC4 RGB: (179,239,196)

Color info

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

RGB color model

#B3EFC4 color RGB value is (179,239,196).

RGB: (179,239,196) (70%, 94%, 77%)

RGB channels and saturation

R 179 of 255 = 70%
G 239 of 255 = 94%
B 196 of 255 = 77%

179
239
196

R + G + B ~ 80%. #B3EFC4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 239 + 196 = 614 (100%)
R 179 of 614 ~ 29.15%
G 239 of 614 ~ 38.93%
B 196 of 614 ~ 31.92'%

%29.15
%38.93
%31.92

CMYK color model

#B3EFC4 color CMYK value is (25,0,18,6).

  • cyan value is 25.10%
  • magenta value is 0.00%
  • yellow value is 17.99%
  • key color value is 6.27%

CMYK: (25,0,18,6)
C25M0Y18K6 (25%, 0%, 18%, 6%)
(0.25 / 0.00 / 0.18 / 0.06)

CMYK percentages

%25.1
%0
%17.99
%6.27

Codes

Color #B3EFC4 in popluar color models

B3 EF C4
RGB 179 239 196
HSL 137° 65.22% 81.96%
HSB/HSV 137° 25.10% 93.73%
CMYK 25.10% 0.00% 17.99%
6.27%

Color #B3EFC4 in popluar number systems.

HEX B3 EF C4
Decimal 179 239 196
Binary 10110011 11101111 11000100
Octal 263 357 304

Shades and tints

Shades of #B3EFC4

#B3EFC4
(179,239,196)
#A3DAB3
(163,218,179)
#93C5A2
(147,197,162)
#83B091
(131,176,145)
#739B80
(115,155,128)
#63866F
(99,134,111)
#53715E
(83,113,94)
#435C4D
(67,92,77)
#33473C
(51,71,60)
#23322B
(35,50,43)
#131D1A
(19,29,26)
#000000
(0,0,0)

Tints of #B3EFC4

#B3EFC4
(179,239,196)
#B9F0C9
(185,240,201)
#BFF1CE
(191,241,206)
#C5F2D3
(197,242,211)
#CBF3D8
(203,243,216)
#D1F4DD
(209,244,221)
#D7F5E2
(215,245,226)
#DDF6E7
(221,246,231)
#E3F7EC
(227,247,236)
#E9F8F1
(233,248,241)
#EFF9F6
(239,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3EFC4 color. Also use rgb(179,239,196) instead hex code.

Text Font Color

.myTextColor { color: #B3EFC4; }

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

This text font color is #B3EFC4.

Background Color

.myBgColor { background-color: #B3EFC4; }

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

This div background color is #B3EFC4.

Border color

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

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

This div border color is #B3EFC4.

Opacity

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

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

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

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

This text has shadow with #B3EFC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3EFC4.

Preview

Color preview on black background

This text has color #B3EFC4 on black background.


Color preview on white background

This text has color #B3EFC4 on white background.


Black color preview on #B3EFC4 background

This text has black color on #B3EFC4 background.


White color preview on #B3EFC4 background

This text has white color on #B3EFC4 background.


Related colors

Complementary color

Complementary color for #hex is #4C103B.


I love getcolorcode.com

Triadic colors

1 #C4B3EF and #EFC4B3 with #B3EFC4 are triadic colors.

2 #C4EFB3 and #EFB3C4 with #B3EFC4 are triadic colors.