COLOR #B4E3CE

HEX: #B4E3CE RGB: (180,227,206)

Color info

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

RGB color model

#B4E3CE color RGB value is (180,227,206).

RGB: (180,227,206) (71%, 89%, 81%)

RGB channels and saturation

R 180 of 255 = 71%
G 227 of 255 = 89%
B 206 of 255 = 81%

180
227
206

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

Portions of RGB colors in percentages

R + G + B = 180 + 227 + 206 = 613 (100%)
R 180 of 613 ~ 29.36%
G 227 of 613 ~ 37.03%
B 206 of 613 ~ 33.61'%

%29.36
%37.03
%33.61

CMYK color model

#B4E3CE color CMYK value is (21,0,9,11).

  • cyan value is 20.70%
  • magenta value is 0.00%
  • yellow value is 9.25%
  • key color value is 10.98%

CMYK: (21,0,9,11)
C21M0Y9K11 (21%, 0%, 9%, 11%)
(0.21 / 0.00 / 0.09 / 0.11)

CMYK percentages

%20.7
%0
%9.25
%10.98

Codes

Color #B4E3CE in popluar color models

B4 E3 CE
RGB 180 227 206
HSL 153° 45.63% 79.80%
HSB/HSV 153° 20.70% 89.02%
CMYK 20.70% 0.00% 9.25%
10.98%

Color #B4E3CE in popluar number systems.

HEX B4 E3 CE
Decimal 180 227 206
Binary 10110100 11100011 11001110
Octal 264 343 316

Shades and tints

Shades of #B4E3CE

#B4E3CE
(180,227,206)
#A4CFBC
(164,207,188)
#94BBAA
(148,187,170)
#84A798
(132,167,152)
#749386
(116,147,134)
#647F74
(100,127,116)
#546B62
(84,107,98)
#445750
(68,87,80)
#34433E
(52,67,62)
#242F2C
(36,47,44)
#141B1A
(20,27,26)
#000000
(0,0,0)

Tints of #B4E3CE

#B4E3CE
(180,227,206)
#BAE5D2
(186,229,210)
#C0E7D6
(192,231,214)
#C6E9DA
(198,233,218)
#CCEBDE
(204,235,222)
#D2EDE2
(210,237,226)
#D8EFE6
(216,239,230)
#DEF1EA
(222,241,234)
#E4F3EE
(228,243,238)
#EAF5F2
(234,245,242)
#F0F7F6
(240,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4E3CE; }

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

This text font color is #B4E3CE.

Background Color

.myBgColor { background-color: #B4E3CE; }

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

This div background color is #B4E3CE.

Border color

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

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

This div border color is #B4E3CE.

Opacity

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

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

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

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

This text has shadow with #B4E3CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4E3CE.

Preview

Color preview on black background

This text has color #B4E3CE on black background.


Color preview on white background

This text has color #B4E3CE on white background.


Black color preview on #B4E3CE background

This text has black color on #B4E3CE background.


White color preview on #B4E3CE background

This text has white color on #B4E3CE background.


Related colors

Complementary color

Complementary color for #hex is #4B1C31.


I love getcolorcode.com

Triadic colors

1 #CEB4E3 and #E3CEB4 with #B4E3CE are triadic colors.

2 #CEE3B4 and #E3B4CE with #B4E3CE are triadic colors.