COLOR #B3ECBD

HEX: #B3ECBD RGB: (179,236,189)

Color info

#B3ECBD contains red, green and blue colors in about the same proportion. Web safe color of #B3ECBD is #99FFCC (or #9FC).

RGB color model

#B3ECBD color RGB value is (179,236,189).

RGB: (179,236,189) (70%, 93%, 74%)

RGB channels and saturation

R 179 of 255 = 70%
G 236 of 255 = 93%
B 189 of 255 = 74%

179
236
189

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

Portions of RGB colors in percentages

R + G + B = 179 + 236 + 189 = 604 (100%)
R 179 of 604 ~ 29.64%
G 236 of 604 ~ 39.07%
B 189 of 604 ~ 31.29'%

%29.64
%39.07
%31.29

CMYK color model

#B3ECBD color CMYK value is (24,0,20,7).

  • cyan value is 24.15%
  • magenta value is 0.00%
  • yellow value is 19.92%
  • key color value is 7.45%
CMYK: (24,0,20,7) C24M0Y20K7 (24%,0%,20%,7%) (0.24/0.00/0.20/0.07) 

CMYK percentages

%24.15
%0
%19.92
%7.45

Codes

Color #B3ECBD in popluar color models

B3 EC BD
RGB 179 236 189
HSL 131° 60.00% 81.37%
HSB/HSV 131° 24.15% 92.55%
CMYK 24.15% 0.00% 19.92%
7.45%

Color #B3ECBD in popluar number systems.

HEX B3 EC BD
Decimal 179 236 189
Binary 10110011 11101100 10111101
Octal 263 354 275

Shades and tints

Shades of #B3ECBD

#B3ECBD
(179,236,189)
#A3D7AC
(163,215,172)
#93C29B
(147,194,155)
#83AD8A
(131,173,138)
#739879
(115,152,121)
#638368
(99,131,104)
#536E57
(83,110,87)
#435946
(67,89,70)
#334435
(51,68,53)
#232F24
(35,47,36)
#131A13
(19,26,19)
#000000
(0,0,0)

Tints of #B3ECBD

#B3ECBD
(179,236,189)
#B9EDC3
(185,237,195)
#BFEEC9
(191,238,201)
#C5EFCF
(197,239,207)
#CBF0D5
(203,240,213)
#D1F1DB
(209,241,219)
#D7F2E1
(215,242,225)
#DDF3E7
(221,243,231)
#E3F4ED
(227,244,237)
#E9F5F3
(233,245,243)
#EFF6F9
(239,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3ECBD; }

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

This text font color is #B3ECBD.

Background Color

.myBgColor { background-color: #B3ECBD; }

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

This div background color is #B3ECBD.

Border color

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

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

This div border color is #B3ECBD.

Opacity

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

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

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

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

This text has shadow with #B3ECBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3ECBD.

Preview

Color preview on black background

This text has color #B3ECBD on black background.


Color preview on white background

This text has color #B3ECBD on white background.


Black color preview on #B3ECBD background

This text has black color on #B3ECBD background.


White color preview on #B3ECBD background

This text has white color on #B3ECBD background.


Related colors

Complementary color

Complementary color for #hex is #4C1342.


I love getcolorcode.com

Triadic colors

1 #BDB3EC and #ECBDB3 with #B3ECBD are triadic colors.

2 #BDECB3 and #ECB3BD with #B3ECBD are triadic colors.