COLOR #B0ECC5

HEX: #B0ECC5 RGB: (176,236,197)

Color info

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

RGB color model

#B0ECC5 color RGB value is (176,236,197).

RGB: (176,236,197) (69%, 93%, 77%)

RGB channels and saturation

R 176 of 255 = 69%
G 236 of 255 = 93%
B 197 of 255 = 77%

176
236
197

R + G + B ~ 80%. #B0ECC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 236 + 197 = 609 (100%)
R 176 of 609 ~ 28.9%
G 236 of 609 ~ 38.75%
B 197 of 609 ~ 32.35'%

%28.9
%38.75
%32.35

CMYK color model

#B0ECC5 color CMYK value is (25,0,17,7).

  • cyan value is 25.42%
  • magenta value is 0.00%
  • yellow value is 16.53%
  • key color value is 7.45%

CMYK: (25,0,17,7)
C25M0Y17K7 (25%, 0%, 17%, 7%)
(0.25 / 0.00 / 0.17 / 0.07)

CMYK percentages

%25.42
%0
%16.53
%7.45

Codes

Color #B0ECC5 in popluar color models

B0 EC C5
RGB 176 236 197
HSL 141° 61.22% 80.78%
HSB/HSV 141° 25.42% 92.55%
CMYK 25.42% 0.00% 16.53%
7.45%

Color #B0ECC5 in popluar number systems.

HEX B0 EC C5
Decimal 176 236 197
Binary 10110000 11101100 11000101
Octal 260 354 305

Shades and tints

Shades of #B0ECC5

#B0ECC5
(176,236,197)
#A0D7B4
(160,215,180)
#90C2A3
(144,194,163)
#80AD92
(128,173,146)
#709881
(112,152,129)
#608370
(96,131,112)
#506E5F
(80,110,95)
#40594E
(64,89,78)
#30443D
(48,68,61)
#202F2C
(32,47,44)
#101A1B
(16,26,27)
#000000
(0,0,0)

Tints of #B0ECC5

#B0ECC5
(176,236,197)
#B7EDCA
(183,237,202)
#BEEECF
(190,238,207)
#C5EFD4
(197,239,212)
#CCF0D9
(204,240,217)
#D3F1DE
(211,241,222)
#DAF2E3
(218,242,227)
#E1F3E8
(225,243,232)
#E8F4ED
(232,244,237)
#EFF5F2
(239,245,242)
#F6F6F7
(246,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0ECC5 color. Also use rgb(176,236,197) instead hex code.

Text Font Color

.myTextColor { color: #B0ECC5; }

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

This text font color is #B0ECC5.

Background Color

.myBgColor { background-color: #B0ECC5; }

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

This div background color is #B0ECC5.

Border color

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

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

This div border color is #B0ECC5.

Opacity

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

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

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

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

This text has shadow with #B0ECC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0ECC5.

Preview

Color preview on black background

This text has color #B0ECC5 on black background.


Color preview on white background

This text has color #B0ECC5 on white background.


Black color preview on #B0ECC5 background

This text has black color on #B0ECC5 background.


White color preview on #B0ECC5 background

This text has white color on #B0ECC5 background.


Related colors

Complementary color

Complementary color for #hex is #4F133A.


I love getcolorcode.com

Triadic colors

1 #C5B0EC and #ECC5B0 with #B0ECC5 are triadic colors.

2 #C5ECB0 and #ECB0C5 with #B0ECC5 are triadic colors.