COLOR #B4EED2

HEX: #B4EED2 RGB: (180,238,210)

Color info

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

RGB color model

#B4EED2 color RGB value is (180,238,210).

RGB: (180,238,210) (71%, 93%, 82%)

RGB channels and saturation

R 180 of 255 = 71%
G 238 of 255 = 93%
B 210 of 255 = 82%

180
238
210

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

Portions of RGB colors in percentages

R + G + B = 180 + 238 + 210 = 628 (100%)
R 180 of 628 ~ 28.66%
G 238 of 628 ~ 37.9%
B 210 of 628 ~ 33.44'%

%28.66
%37.9
%33.44

CMYK color model

#B4EED2 color CMYK value is (24,0,12,7).

  • cyan value is 24.37%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 6.67%

CMYK: (24,0,12,7)
C24M0Y12K7 (24%, 0%, 12%, 7%)
(0.24 / 0.00 / 0.12 / 0.07)

CMYK percentages

%24.37
%0
%11.76
%6.67

Codes

Color #B4EED2 in popluar color models

B4 EE D2
RGB 180 238 210
HSL 151° 63.04% 81.96%
HSB/HSV 151° 24.37% 93.33%
CMYK 24.37% 0.00% 11.76%
6.67%

Color #B4EED2 in popluar number systems.

HEX B4 EE D2
Decimal 180 238 210
Binary 10110100 11101110 11010010
Octal 264 356 322

Shades and tints

Shades of #B4EED2

#B4EED2
(180,238,210)
#A4D9BF
(164,217,191)
#94C4AC
(148,196,172)
#84AF99
(132,175,153)
#749A86
(116,154,134)
#648573
(100,133,115)
#547060
(84,112,96)
#445B4D
(68,91,77)
#34463A
(52,70,58)
#243127
(36,49,39)
#141C14
(20,28,20)
#000000
(0,0,0)

Tints of #B4EED2

#B4EED2
(180,238,210)
#BAEFD6
(186,239,214)
#C0F0DA
(192,240,218)
#C6F1DE
(198,241,222)
#CCF2E2
(204,242,226)
#D2F3E6
(210,243,230)
#D8F4EA
(216,244,234)
#DEF5EE
(222,245,238)
#E4F6F2
(228,246,242)
#EAF7F6
(234,247,246)
#F0F8FA
(240,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4EED2 color. Also use rgb(180,238,210) instead hex code.

Text Font Color

.myTextColor { color: #B4EED2; }

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

This text font color is #B4EED2.

Background Color

.myBgColor { background-color: #B4EED2; }

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

This div background color is #B4EED2.

Border color

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

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

This div border color is #B4EED2.

Opacity

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

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

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

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

This text has shadow with #B4EED2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4EED2.

Preview

Color preview on black background

This text has color #B4EED2 on black background.


Color preview on white background

This text has color #B4EED2 on white background.


Black color preview on #B4EED2 background

This text has black color on #B4EED2 background.


White color preview on #B4EED2 background

This text has white color on #B4EED2 background.


Related colors

Complementary color

Complementary color for #hex is #4B112D.


I love getcolorcode.com

Triadic colors

1 #D2B4EE and #EED2B4 with #B4EED2 are triadic colors.

2 #D2EEB4 and #EEB4D2 with #B4EED2 are triadic colors.