COLOR #B3EFBD

HEX: #B3EFBD RGB: (179,239,189)

Color info

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

RGB color model

#B3EFBD color RGB value is (179,239,189).

RGB: (179,239,189) (70%, 94%, 74%)

RGB channels and saturation

R 179 of 255 = 70%
G 239 of 255 = 94%
B 189 of 255 = 74%

179
239
189

R + G + B ~ 79%. #B3EFBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 239 + 189 = 607 (100%)
R 179 of 607 ~ 29.49%
G 239 of 607 ~ 39.37%
B 189 of 607 ~ 31.14'%

%29.49
%39.37
%31.14

CMYK color model

#B3EFBD color CMYK value is (25,0,21,6).

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

CMYK: (25,0,21,6)
C25M0Y21K6 (25%, 0%, 21%, 6%)
(0.25 / 0.00 / 0.21 / 0.06)

CMYK percentages

%25.1
%0
%20.92
%6.27

Codes

Color #B3EFBD in popluar color models

B3 EF BD
RGB 179 239 189
HSL 130° 65.22% 81.96%
HSB/HSV 130° 25.10% 93.73%
CMYK 25.10% 0.00% 20.92%
6.27%

Color #B3EFBD in popluar number systems.

HEX B3 EF BD
Decimal 179 239 189
Binary 10110011 11101111 10111101
Octal 263 357 275

Shades and tints

Shades of #B3EFBD

#B3EFBD
(179,239,189)
#A3DAAC
(163,218,172)
#93C59B
(147,197,155)
#83B08A
(131,176,138)
#739B79
(115,155,121)
#638668
(99,134,104)
#537157
(83,113,87)
#435C46
(67,92,70)
#334735
(51,71,53)
#233224
(35,50,36)
#131D13
(19,29,19)
#000000
(0,0,0)

Tints of #B3EFBD

#B3EFBD
(179,239,189)
#B9F0C3
(185,240,195)
#BFF1C9
(191,241,201)
#C5F2CF
(197,242,207)
#CBF3D5
(203,243,213)
#D1F4DB
(209,244,219)
#D7F5E1
(215,245,225)
#DDF6E7
(221,246,231)
#E3F7ED
(227,247,237)
#E9F8F3
(233,248,243)
#EFF9F9
(239,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3EFBD; }

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

This text font color is #B3EFBD.

Background Color

.myBgColor { background-color: #B3EFBD; }

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

This div background color is #B3EFBD.

Border color

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

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

This div border color is #B3EFBD.

Opacity

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

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

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

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

This text has shadow with #B3EFBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3EFBD.

Preview

Color preview on black background

This text has color #B3EFBD on black background.


Color preview on white background

This text has color #B3EFBD on white background.


Black color preview on #B3EFBD background

This text has black color on #B3EFBD background.


White color preview on #B3EFBD background

This text has white color on #B3EFBD background.


Related colors

Complementary color

Complementary color for #hex is #4C1042.


I love getcolorcode.com

Triadic colors

1 #BDB3EF and #EFBDB3 with #B3EFBD are triadic colors.

2 #BDEFB3 and #EFB3BD with #B3EFBD are triadic colors.