COLOR #B4ECC7

HEX: #B4ECC7 RGB: (180,236,199)

Color info

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

RGB color model

#B4ECC7 color RGB value is (180,236,199).

RGB: (180,236,199) (71%, 93%, 78%)

RGB channels and saturation

R 180 of 255 = 71%
G 236 of 255 = 93%
B 199 of 255 = 78%

180
236
199

R + G + B ~ 81%. #B4ECC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 236 + 199 = 615 (100%)
R 180 of 615 ~ 29.27%
G 236 of 615 ~ 38.37%
B 199 of 615 ~ 32.36'%

%29.27
%38.37
%32.36

CMYK color model

#B4ECC7 color CMYK value is (24,0,16,7).

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

CMYK: (24,0,16,7)
C24M0Y16K7 (24%, 0%, 16%, 7%)
(0.24 / 0.00 / 0.16 / 0.07)

CMYK percentages

%23.73
%0
%15.68
%7.45

Codes

Color #B4ECC7 in popluar color models

B4 EC C7
RGB 180 236 199
HSL 140° 59.57% 81.57%
HSB/HSV 140° 23.73% 92.55%
CMYK 23.73% 0.00% 15.68%
7.45%

Color #B4ECC7 in popluar number systems.

HEX B4 EC C7
Decimal 180 236 199
Binary 10110100 11101100 11000111
Octal 264 354 307

Shades and tints

Shades of #B4ECC7

#B4ECC7
(180,236,199)
#A4D7B5
(164,215,181)
#94C2A3
(148,194,163)
#84AD91
(132,173,145)
#74987F
(116,152,127)
#64836D
(100,131,109)
#546E5B
(84,110,91)
#445949
(68,89,73)
#344437
(52,68,55)
#242F25
(36,47,37)
#141A13
(20,26,19)
#000000
(0,0,0)

Tints of #B4ECC7

#B4ECC7
(180,236,199)
#BAEDCC
(186,237,204)
#C0EED1
(192,238,209)
#C6EFD6
(198,239,214)
#CCF0DB
(204,240,219)
#D2F1E0
(210,241,224)
#D8F2E5
(216,242,229)
#DEF3EA
(222,243,234)
#E4F4EF
(228,244,239)
#EAF5F4
(234,245,244)
#F0F6F9
(240,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4ECC7; }

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

This text font color is #B4ECC7.

Background Color

.myBgColor { background-color: #B4ECC7; }

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

This div background color is #B4ECC7.

Border color

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

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

This div border color is #B4ECC7.

Opacity

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

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

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

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

This text has shadow with #B4ECC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4ECC7.

Preview

Color preview on black background

This text has color #B4ECC7 on black background.


Color preview on white background

This text has color #B4ECC7 on white background.


Black color preview on #B4ECC7 background

This text has black color on #B4ECC7 background.


White color preview on #B4ECC7 background

This text has white color on #B4ECC7 background.


Related colors

Complementary color

Complementary color for #hex is #4B1338.


I love getcolorcode.com

Triadic colors

1 #C7B4EC and #ECC7B4 with #B4ECC7 are triadic colors.

2 #C7ECB4 and #ECB4C7 with #B4ECC7 are triadic colors.