COLOR #B4ECBE

HEX: #B4ECBE RGB: (180,236,190)

Color info

#B4ECBE contains red, green and blue colors in about the same proportion. Web safe color of #B4ECBE is #CCFFCC (or #CFC).

RGB color model

#B4ECBE color RGB value is (180,236,190).

RGB: (180,236,190) (71%, 93%, 75%)

RGB channels and saturation

R 180 of 255 = 71%
G 236 of 255 = 93%
B 190 of 255 = 75%

180
236
190

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

Portions of RGB colors in percentages

R + G + B = 180 + 236 + 190 = 606 (100%)
R 180 of 606 ~ 29.7%
G 236 of 606 ~ 38.94%
B 190 of 606 ~ 31.35'%

%29.7
%38.94
%31.35

CMYK color model

#B4ECBE color CMYK value is (24,0,19,7).

  • cyan value is 23.73%
  • magenta value is 0.00%
  • yellow value is 19.49%
  • key color value is 7.45%

CMYK: (24,0,19,7)
C24M0Y19K7 (24%, 0%, 19%, 7%)
(0.24 / 0.00 / 0.19 / 0.07)

CMYK percentages

%23.73
%0
%19.49
%7.45

Codes

Color #B4ECBE in popluar color models

B4 EC BE
RGB 180 236 190
HSL 131° 59.57% 81.57%
HSB/HSV 131° 23.73% 92.55%
CMYK 23.73% 0.00% 19.49%
7.45%

Color #B4ECBE in popluar number systems.

HEX B4 EC BE
Decimal 180 236 190
Binary 10110100 11101100 10111110
Octal 264 354 276

Shades and tints

Shades of #B4ECBE

#B4ECBE
(180,236,190)
#A4D7AD
(164,215,173)
#94C29C
(148,194,156)
#84AD8B
(132,173,139)
#74987A
(116,152,122)
#648369
(100,131,105)
#546E58
(84,110,88)
#445947
(68,89,71)
#344436
(52,68,54)
#242F25
(36,47,37)
#141A14
(20,26,20)
#000000
(0,0,0)

Tints of #B4ECBE

#B4ECBE
(180,236,190)
#BAEDC3
(186,237,195)
#C0EEC8
(192,238,200)
#C6EFCD
(198,239,205)
#CCF0D2
(204,240,210)
#D2F1D7
(210,241,215)
#D8F2DC
(216,242,220)
#DEF3E1
(222,243,225)
#E4F4E6
(228,244,230)
#EAF5EB
(234,245,235)
#F0F6F0
(240,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4ECBE color. Also use rgb(180,236,190) instead hex code.

Text Font Color

.myTextColor { color: #B4ECBE; }

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

This text font color is #B4ECBE.

Background Color

.myBgColor { background-color: #B4ECBE; }

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

This div background color is #B4ECBE.

Border color

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

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

This div border color is #B4ECBE.

Opacity

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

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

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

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

This text has shadow with #B4ECBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4ECBE.

Preview

Color preview on black background

This text has color #B4ECBE on black background.


Color preview on white background

This text has color #B4ECBE on white background.


Black color preview on #B4ECBE background

This text has black color on #B4ECBE background.


White color preview on #B4ECBE background

This text has white color on #B4ECBE background.


Related colors

Complementary color

Complementary color for #hex is #4B1341.


I love getcolorcode.com

Triadic colors

1 #BEB4EC and #ECBEB4 with #B4ECBE are triadic colors.

2 #BEECB4 and #ECB4BE with #B4ECBE are triadic colors.