COLOR #B0EFD5

HEX: #B0EFD5 RGB: (176,239,213)

Color info

#B0EFD5 contains mainly green and blue colors. Web safe color of #B0EFD5 is #99FFCC (or #9FC).

RGB color model

#B0EFD5 color RGB value is (176,239,213).

RGB: (176,239,213) (69%, 94%, 84%)

RGB channels and saturation

R 176 of 255 = 69%
G 239 of 255 = 94%
B 213 of 255 = 84%

176
239
213

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

Portions of RGB colors in percentages

R + G + B = 176 + 239 + 213 = 628 (100%)
R 176 of 628 ~ 28.03%
G 239 of 628 ~ 38.06%
B 213 of 628 ~ 33.92'%

%28.03
%38.06
%33.92

CMYK color model

#B0EFD5 color CMYK value is (26,0,11,6).

  • cyan value is 26.36%
  • magenta value is 0.00%
  • yellow value is 10.88%
  • key color value is 6.27%

CMYK: (26,0,11,6)
C26M0Y11K6 (26%, 0%, 11%, 6%)
(0.26 / 0.00 / 0.11 / 0.06)

CMYK percentages

%26.36
%0
%10.88
%6.27

Codes

Color #B0EFD5 in popluar color models

B0 EF D5
RGB 176 239 213
HSL 155° 66.32% 81.37%
HSB/HSV 155° 26.36% 93.73%
CMYK 26.36% 0.00% 10.88%
6.27%

Color #B0EFD5 in popluar number systems.

HEX B0 EF D5
Decimal 176 239 213
Binary 10110000 11101111 11010101
Octal 260 357 325

Shades and tints

Shades of #B0EFD5

#B0EFD5
(176,239,213)
#A0DAC2
(160,218,194)
#90C5AF
(144,197,175)
#80B09C
(128,176,156)
#709B89
(112,155,137)
#608676
(96,134,118)
#507163
(80,113,99)
#405C50
(64,92,80)
#30473D
(48,71,61)
#20322A
(32,50,42)
#101D17
(16,29,23)
#000000
(0,0,0)

Tints of #B0EFD5

#B0EFD5
(176,239,213)
#B7F0D8
(183,240,216)
#BEF1DB
(190,241,219)
#C5F2DE
(197,242,222)
#CCF3E1
(204,243,225)
#D3F4E4
(211,244,228)
#DAF5E7
(218,245,231)
#E1F6EA
(225,246,234)
#E8F7ED
(232,247,237)
#EFF8F0
(239,248,240)
#F6F9F3
(246,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0EFD5 color. Also use rgb(176,239,213) instead hex code.

Text Font Color

.myTextColor { color: #B0EFD5; }

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

This text font color is #B0EFD5.

Background Color

.myBgColor { background-color: #B0EFD5; }

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

This div background color is #B0EFD5.

Border color

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

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

This div border color is #B0EFD5.

Opacity

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

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

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

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

This text has shadow with #B0EFD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0EFD5.

Preview

Color preview on black background

This text has color #B0EFD5 on black background.


Color preview on white background

This text has color #B0EFD5 on white background.


Black color preview on #B0EFD5 background

This text has black color on #B0EFD5 background.


White color preview on #B0EFD5 background

This text has white color on #B0EFD5 background.


Related colors

Complementary color

Complementary color for #hex is #4F102A.


I love getcolorcode.com

Triadic colors

1 #D5B0EF and #EFD5B0 with #B0EFD5 are triadic colors.

2 #D5EFB0 and #EFB0D5 with #B0EFD5 are triadic colors.