COLOR #B4EBDF

HEX: #B4EBDF RGB: (180,235,223)

Color info

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

RGB color model

#B4EBDF color RGB value is (180,235,223).

RGB: (180,235,223) (71%, 92%, 87%)

RGB channels and saturation

R 180 of 255 = 71%
G 235 of 255 = 92%
B 223 of 255 = 87%

180
235
223

R + G + B ~ 83%. #B4EBDF is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 235 + 223 = 638 (100%)
R 180 of 638 ~ 28.21%
G 235 of 638 ~ 36.83%
B 223 of 638 ~ 34.95'%

%28.21
%36.83
%34.95

CMYK color model

#B4EBDF color CMYK value is (23,0,5,8).

  • cyan value is 23.40%
  • magenta value is 0.00%
  • yellow value is 5.11%
  • key color value is 7.84%
CMYK: (23,0,5,8) C23M0Y5K8 (23%,0%,5%,8%) (0.23/0.00/0.05/0.08) 

CMYK percentages

%23.4
%0
%5.11
%7.84

Codes

Color #B4EBDF in popluar color models

B4 EB DF
RGB 180 235 223
HSL 167° 57.89% 81.37%
HSB/HSV 167° 23.40% 92.16%
CMYK 23.40% 0.00% 5.11%
7.84%

Color #B4EBDF in popluar number systems.

HEX B4 EB DF
Decimal 180 235 223
Binary 10110100 11101011 11011111
Octal 264 353 337

Shades and tints

Shades of #B4EBDF

#B4EBDF
(180,235,223)
#A4D6CB
(164,214,203)
#94C1B7
(148,193,183)
#84ACA3
(132,172,163)
#74978F
(116,151,143)
#64827B
(100,130,123)
#546D67
(84,109,103)
#445853
(68,88,83)
#34433F
(52,67,63)
#242E2B
(36,46,43)
#141917
(20,25,23)
#000000
(0,0,0)

Tints of #B4EBDF

#B4EBDF
(180,235,223)
#BAECE1
(186,236,225)
#C0EDE3
(192,237,227)
#C6EEE5
(198,238,229)
#CCEFE7
(204,239,231)
#D2F0E9
(210,240,233)
#D8F1EB
(216,241,235)
#DEF2ED
(222,242,237)
#E4F3EF
(228,243,239)
#EAF4F1
(234,244,241)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4EBDF color. Also use rgb(180,235,223) instead hex code.

Text Font Color

.myTextColor { color: #B4EBDF; }

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

This text font color is #B4EBDF.

Background Color

.myBgColor { background-color: #B4EBDF; }

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

This div background color is #B4EBDF.

Border color

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

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

This div border color is #B4EBDF.

Opacity

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

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

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

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

This text has shadow with #B4EBDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4EBDF.

Preview

Color preview on black background

This text has color #B4EBDF on black background.


Color preview on white background

This text has color #B4EBDF on white background.


Black color preview on #B4EBDF background

This text has black color on #B4EBDF background.


White color preview on #B4EBDF background

This text has white color on #B4EBDF background.


Related colors

Complementary color

Complementary color for #hex is #4B1420.


I love getcolorcode.com

Triadic colors

1 #DFB4EB and #EBDFB4 with #B4EBDF are triadic colors.

2 #DFEBB4 and #EBB4DF with #B4EBDF are triadic colors.