COLOR #B8EDF2

HEX: #B8EDF2 RGB: (184,237,242)

Color info

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

RGB color model

#B8EDF2 color RGB value is (184,237,242).

RGB: (184,237,242) (72%, 93%, 95%)

RGB channels and saturation

R 184 of 255 = 72%
G 237 of 255 = 93%
B 242 of 255 = 95%

184
237
242

R + G + B ~ 87%. #B8EDF2 is light color.

Portions of RGB colors in percentages

R + G + B = 184 + 237 + 242 = 663 (100%)
R 184 of 663 ~ 27.75%
G 237 of 663 ~ 35.75%
B 242 of 663 ~ 36.5'%

%27.75
%35.75
%36.5

CMYK color model

#B8EDF2 color CMYK value is (24,2,0,5).

  • cyan value is 23.97%
  • magenta value is 2.07%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (24,2,0,5)
C24M2Y0K5 (24%, 2%, 0%, 5%)
(0.24 / 0.02 / 0.00 / 0.05)

CMYK percentages

%23.97
%2.07
%0
%5.1

Codes

Color #B8EDF2 in popluar color models

B8 ED F2
RGB 184 237 242
HSL 185° 69.05% 83.53%
HSB/HSV 185° 23.97% 94.90%
CMYK 23.97% 2.07% 0.00%
5.10%

Color #B8EDF2 in popluar number systems.

HEX B8 ED F2
Decimal 184 237 242
Binary 10111000 11101101 11110010
Octal 270 355 362

Shades and tints

Shades of #B8EDF2

#B8EDF2
(184,237,242)
#A8D8DC
(168,216,220)
#98C3C6
(152,195,198)
#88AEB0
(136,174,176)
#78999A
(120,153,154)
#688484
(104,132,132)
#586F6E
(88,111,110)
#485A58
(72,90,88)
#384542
(56,69,66)
#28302C
(40,48,44)
#181B16
(24,27,22)
#000000
(0,0,0)

Tints of #B8EDF2

#B8EDF2
(184,237,242)
#BEEEF3
(190,238,243)
#C4EFF4
(196,239,244)
#CAF0F5
(202,240,245)
#D0F1F6
(208,241,246)
#D6F2F7
(214,242,247)
#DCF3F8
(220,243,248)
#E2F4F9
(226,244,249)
#E8F5FA
(232,245,250)
#EEF6FB
(238,246,251)
#F4F7FC
(244,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8EDF2 color. Also use rgb(184,237,242) instead hex code.

Text Font Color

.myTextColor { color: #B8EDF2; }

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

This text font color is #B8EDF2.

Background Color

.myBgColor { background-color: #B8EDF2; }

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

This div background color is #B8EDF2.

Border color

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

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

This div border color is #B8EDF2.

Opacity

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

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

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

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

This text has shadow with #B8EDF2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8EDF2.

Preview

Color preview on black background

This text has color #B8EDF2 on black background.


Color preview on white background

This text has color #B8EDF2 on white background.


Black color preview on #B8EDF2 background

This text has black color on #B8EDF2 background.


White color preview on #B8EDF2 background

This text has white color on #B8EDF2 background.


Related colors

Complementary color

Complementary color for #hex is #47120D.


I love getcolorcode.com

Triadic colors

1 #F2B8ED and #EDF2B8 with #B8EDF2 are triadic colors.

2 #F2EDB8 and #EDB8F2 with #B8EDF2 are triadic colors.