COLOR #B4EDCE

HEX: #B4EDCE RGB: (180,237,206)

Color info

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

RGB color model

#B4EDCE color RGB value is (180,237,206).

RGB: (180,237,206) (71%, 93%, 81%)

RGB channels and saturation

R 180 of 255 = 71%
G 237 of 255 = 93%
B 206 of 255 = 81%

180
237
206

R + G + B ~ 82%. #B4EDCE is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 237 + 206 = 623 (100%)
R 180 of 623 ~ 28.89%
G 237 of 623 ~ 38.04%
B 206 of 623 ~ 33.07'%

%28.89
%38.04
%33.07

CMYK color model

#B4EDCE color CMYK value is (24,0,13,7).

  • cyan value is 24.05%
  • magenta value is 0.00%
  • yellow value is 13.08%
  • key color value is 7.06%

CMYK: (24,0,13,7)
C24M0Y13K7 (24%, 0%, 13%, 7%)
(0.24 / 0.00 / 0.13 / 0.07)

CMYK percentages

%24.05
%0
%13.08
%7.06

Codes

Color #B4EDCE in popluar color models

B4 ED CE
RGB 180 237 206
HSL 147° 61.29% 81.76%
HSB/HSV 147° 24.05% 92.94%
CMYK 24.05% 0.00% 13.08%
7.06%

Color #B4EDCE in popluar number systems.

HEX B4 ED CE
Decimal 180 237 206
Binary 10110100 11101101 11001110
Octal 264 355 316

Shades and tints

Shades of #B4EDCE

#B4EDCE
(180,237,206)
#A4D8BC
(164,216,188)
#94C3AA
(148,195,170)
#84AE98
(132,174,152)
#749986
(116,153,134)
#648474
(100,132,116)
#546F62
(84,111,98)
#445A50
(68,90,80)
#34453E
(52,69,62)
#24302C
(36,48,44)
#141B1A
(20,27,26)
#000000
(0,0,0)

Tints of #B4EDCE

#B4EDCE
(180,237,206)
#BAEED2
(186,238,210)
#C0EFD6
(192,239,214)
#C6F0DA
(198,240,218)
#CCF1DE
(204,241,222)
#D2F2E2
(210,242,226)
#D8F3E6
(216,243,230)
#DEF4EA
(222,244,234)
#E4F5EE
(228,245,238)
#EAF6F2
(234,246,242)
#F0F7F6
(240,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4EDCE color. Also use rgb(180,237,206) instead hex code.

Text Font Color

.myTextColor { color: #B4EDCE; }

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

This text font color is #B4EDCE.

Background Color

.myBgColor { background-color: #B4EDCE; }

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

This div background color is #B4EDCE.

Border color

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

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

This div border color is #B4EDCE.

Opacity

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

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

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

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

This text has shadow with #B4EDCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4EDCE.

Preview

Color preview on black background

This text has color #B4EDCE on black background.


Color preview on white background

This text has color #B4EDCE on white background.


Black color preview on #B4EDCE background

This text has black color on #B4EDCE background.


White color preview on #B4EDCE background

This text has white color on #B4EDCE background.


Related colors

Complementary color

Complementary color for #hex is #4B1231.


I love getcolorcode.com

Triadic colors

1 #CEB4ED and #EDCEB4 with #B4EDCE are triadic colors.

2 #CEEDB4 and #EDB4CE with #B4EDCE are triadic colors.