COLOR #B4E3D9

HEX: #B4E3D9 RGB: (180,227,217)

Color info

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

RGB color model

#B4E3D9 color RGB value is (180,227,217).

RGB: (180,227,217) (71%, 89%, 85%)

RGB channels and saturation

R 180 of 255 = 71%
G 227 of 255 = 89%
B 217 of 255 = 85%

180
227
217

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

Portions of RGB colors in percentages

R + G + B = 180 + 227 + 217 = 624 (100%)
R 180 of 624 ~ 28.85%
G 227 of 624 ~ 36.38%
B 217 of 624 ~ 34.78'%

%28.85
%36.38
%34.78

CMYK color model

#B4E3D9 color CMYK value is (21,0,4,11).

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

CMYK: (21,0,4,11)
C21M0Y4K11 (21%, 0%, 4%, 11%)
(0.21 / 0.00 / 0.04 / 0.11)

CMYK percentages

%20.7
%0
%4.41
%10.98

Codes

Color #B4E3D9 in popluar color models

B4 E3 D9
RGB 180 227 217
HSL 167° 45.63% 79.80%
HSB/HSV 167° 20.70% 89.02%
CMYK 20.70% 0.00% 4.41%
10.98%

Color #B4E3D9 in popluar number systems.

HEX B4 E3 D9
Decimal 180 227 217
Binary 10110100 11100011 11011001
Octal 264 343 331

Shades and tints

Shades of #B4E3D9

#B4E3D9
(180,227,217)
#A4CFC6
(164,207,198)
#94BBB3
(148,187,179)
#84A7A0
(132,167,160)
#74938D
(116,147,141)
#647F7A
(100,127,122)
#546B67
(84,107,103)
#445754
(68,87,84)
#344341
(52,67,65)
#242F2E
(36,47,46)
#141B1B
(20,27,27)
#000000
(0,0,0)

Tints of #B4E3D9

#B4E3D9
(180,227,217)
#BAE5DC
(186,229,220)
#C0E7DF
(192,231,223)
#C6E9E2
(198,233,226)
#CCEBE5
(204,235,229)
#D2EDE8
(210,237,232)
#D8EFEB
(216,239,235)
#DEF1EE
(222,241,238)
#E4F3F1
(228,243,241)
#EAF5F4
(234,245,244)
#F0F7F7
(240,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4E3D9; }

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

This text font color is #B4E3D9.

Background Color

.myBgColor { background-color: #B4E3D9; }

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

This div background color is #B4E3D9.

Border color

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

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

This div border color is #B4E3D9.

Opacity

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

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

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

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

This text has shadow with #B4E3D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4E3D9.

Preview

Color preview on black background

This text has color #B4E3D9 on black background.


Color preview on white background

This text has color #B4E3D9 on white background.


Black color preview on #B4E3D9 background

This text has black color on #B4E3D9 background.


White color preview on #B4E3D9 background

This text has white color on #B4E3D9 background.


Related colors

Complementary color

Complementary color for #hex is #4B1C26.


I love getcolorcode.com

Triadic colors

1 #D9B4E3 and #E3D9B4 with #B4E3D9 are triadic colors.

2 #D9E3B4 and #E3B4D9 with #B4E3D9 are triadic colors.