COLOR #B4EDE9

HEX: #B4EDE9 RGB: (180,237,233)

Color info

#B4EDE9 contains red, green and blue colors in about the same proportion. Web safe color of #B4EDE9 is #CCFFFF (or #CFF).

RGB color model

#B4EDE9 color RGB value is (180,237,233).

RGB: (180,237,233) (71%, 93%, 91%)

RGB channels and saturation

R 180 of 255 = 71%
G 237 of 255 = 93%
B 233 of 255 = 91%

180
237
233

R + G + B ~ 85%. #B4EDE9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 237 + 233 = 650 (100%)
R 180 of 650 ~ 27.69%
G 237 of 650 ~ 36.46%
B 233 of 650 ~ 35.85'%

%27.69
%36.46
%35.85

CMYK color model

#B4EDE9 color CMYK value is (24,0,2,7).

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

CMYK: (24,0,2,7)
C24M0Y2K7 (24%, 0%, 2%, 7%)
(0.24 / 0.00 / 0.02 / 0.07)

CMYK percentages

%24.05
%0
%1.69
%7.06

Codes

Color #B4EDE9 in popluar color models

B4 ED E9
RGB 180 237 233
HSL 176° 61.29% 81.76%
HSB/HSV 176° 24.05% 92.94%
CMYK 24.05% 0.00% 1.69%
7.06%

Color #B4EDE9 in popluar number systems.

HEX B4 ED E9
Decimal 180 237 233
Binary 10110100 11101101 11101001
Octal 264 355 351

Shades and tints

Shades of #B4EDE9

#B4EDE9
(180,237,233)
#A4D8D4
(164,216,212)
#94C3BF
(148,195,191)
#84AEAA
(132,174,170)
#749995
(116,153,149)
#648480
(100,132,128)
#546F6B
(84,111,107)
#445A56
(68,90,86)
#344541
(52,69,65)
#24302C
(36,48,44)
#141B17
(20,27,23)
#000000
(0,0,0)

Tints of #B4EDE9

#B4EDE9
(180,237,233)
#BAEEEB
(186,238,235)
#C0EFED
(192,239,237)
#C6F0EF
(198,240,239)
#CCF1F1
(204,241,241)
#D2F2F3
(210,242,243)
#D8F3F5
(216,243,245)
#DEF4F7
(222,244,247)
#E4F5F9
(228,245,249)
#EAF6FB
(234,246,251)
#F0F7FD
(240,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4EDE9; }

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

This text font color is #B4EDE9.

Background Color

.myBgColor { background-color: #B4EDE9; }

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

This div background color is #B4EDE9.

Border color

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

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

This div border color is #B4EDE9.

Opacity

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

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

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

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

This text has shadow with #B4EDE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4EDE9.

Preview

Color preview on black background

This text has color #B4EDE9 on black background.


Color preview on white background

This text has color #B4EDE9 on white background.


Black color preview on #B4EDE9 background

This text has black color on #B4EDE9 background.


White color preview on #B4EDE9 background

This text has white color on #B4EDE9 background.


Related colors

Complementary color

Complementary color for #hex is #4B1216.


I love getcolorcode.com

Triadic colors

1 #E9B4ED and #EDE9B4 with #B4EDE9 are triadic colors.

2 #E9EDB4 and #EDB4E9 with #B4EDE9 are triadic colors.