COLOR #B4E2CF

HEX: #B4E2CF RGB: (180,226,207)

Color info

#B4E2CF contains red, green and blue colors in about the same proportion. Web safe color of #B4E2CF is #CCCCCC (or #CCC).

RGB color model

#B4E2CF color RGB value is (180,226,207).

RGB: (180,226,207) (71%, 89%, 81%)

RGB channels and saturation

R 180 of 255 = 71%
G 226 of 255 = 89%
B 207 of 255 = 81%

180
226
207

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

Portions of RGB colors in percentages

R + G + B = 180 + 226 + 207 = 613 (100%)
R 180 of 613 ~ 29.36%
G 226 of 613 ~ 36.87%
B 207 of 613 ~ 33.77'%

%29.36
%36.87
%33.77

CMYK color model

#B4E2CF color CMYK value is (20,0,8,11).

  • cyan value is 20.35%
  • magenta value is 0.00%
  • yellow value is 8.41%
  • key color value is 11.37%

CMYK: (20,0,8,11)
C20M0Y8K11 (20%, 0%, 8%, 11%)
(0.20 / 0.00 / 0.08 / 0.11)

CMYK percentages

%20.35
%0
%8.41
%11.37

Codes

Color #B4E2CF in popluar color models

B4 E2 CF
RGB 180 226 207
HSL 155° 44.23% 79.61%
HSB/HSV 155° 20.35% 88.63%
CMYK 20.35% 0.00% 8.41%
11.37%

Color #B4E2CF in popluar number systems.

HEX B4 E2 CF
Decimal 180 226 207
Binary 10110100 11100010 11001111
Octal 264 342 317

Shades and tints

Shades of #B4E2CF

#B4E2CF
(180,226,207)
#A4CEBD
(164,206,189)
#94BAAB
(148,186,171)
#84A699
(132,166,153)
#749287
(116,146,135)
#647E75
(100,126,117)
#546A63
(84,106,99)
#445651
(68,86,81)
#34423F
(52,66,63)
#242E2D
(36,46,45)
#141A1B
(20,26,27)
#000000
(0,0,0)

Tints of #B4E2CF

#B4E2CF
(180,226,207)
#BAE4D3
(186,228,211)
#C0E6D7
(192,230,215)
#C6E8DB
(198,232,219)
#CCEADF
(204,234,223)
#D2ECE3
(210,236,227)
#D8EEE7
(216,238,231)
#DEF0EB
(222,240,235)
#E4F2EF
(228,242,239)
#EAF4F3
(234,244,243)
#F0F6F7
(240,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4E2CF color. Also use rgb(180,226,207) instead hex code.

Text Font Color

.myTextColor { color: #B4E2CF; }

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

This text font color is #B4E2CF.

Background Color

.myBgColor { background-color: #B4E2CF; }

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

This div background color is #B4E2CF.

Border color

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

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

This div border color is #B4E2CF.

Opacity

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

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

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

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

This text has shadow with #B4E2CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4E2CF.

Preview

Color preview on black background

This text has color #B4E2CF on black background.


Color preview on white background

This text has color #B4E2CF on white background.


Black color preview on #B4E2CF background

This text has black color on #B4E2CF background.


White color preview on #B4E2CF background

This text has white color on #B4E2CF background.


Related colors

Complementary color

Complementary color for #hex is #4B1D30.


I love getcolorcode.com

Triadic colors

1 #CFB4E2 and #E2CFB4 with #B4E2CF are triadic colors.

2 #CFE2B4 and #E2B4CF with #B4E2CF are triadic colors.