COLOR #B0ECD3

HEX: #B0ECD3 RGB: (176,236,211)

Color info

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

RGB color model

#B0ECD3 color RGB value is (176,236,211).

RGB: (176,236,211) (69%, 93%, 83%)

RGB channels and saturation

R 176 of 255 = 69%
G 236 of 255 = 93%
B 211 of 255 = 83%

176
236
211

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

Portions of RGB colors in percentages

R + G + B = 176 + 236 + 211 = 623 (100%)
R 176 of 623 ~ 28.25%
G 236 of 623 ~ 37.88%
B 211 of 623 ~ 33.87'%

%28.25
%37.88
%33.87

CMYK color model

#B0ECD3 color CMYK value is (25,0,11,7).

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

CMYK: (25,0,11,7)
C25M0Y11K7 (25%, 0%, 11%, 7%)
(0.25 / 0.00 / 0.11 / 0.07)

CMYK percentages

%25.42
%0
%10.59
%7.45

Codes

Color #B0ECD3 in popluar color models

B0 EC D3
RGB 176 236 211
HSL 155° 61.22% 80.78%
HSB/HSV 155° 25.42% 92.55%
CMYK 25.42% 0.00% 10.59%
7.45%

Color #B0ECD3 in popluar number systems.

HEX B0 EC D3
Decimal 176 236 211
Binary 10110000 11101100 11010011
Octal 260 354 323

Shades and tints

Shades of #B0ECD3

#B0ECD3
(176,236,211)
#A0D7C0
(160,215,192)
#90C2AD
(144,194,173)
#80AD9A
(128,173,154)
#709887
(112,152,135)
#608374
(96,131,116)
#506E61
(80,110,97)
#40594E
(64,89,78)
#30443B
(48,68,59)
#202F28
(32,47,40)
#101A15
(16,26,21)
#000000
(0,0,0)

Tints of #B0ECD3

#B0ECD3
(176,236,211)
#B7EDD7
(183,237,215)
#BEEEDB
(190,238,219)
#C5EFDF
(197,239,223)
#CCF0E3
(204,240,227)
#D3F1E7
(211,241,231)
#DAF2EB
(218,242,235)
#E1F3EF
(225,243,239)
#E8F4F3
(232,244,243)
#EFF5F7
(239,245,247)
#F6F6FB
(246,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0ECD3; }

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

This text font color is #B0ECD3.

Background Color

.myBgColor { background-color: #B0ECD3; }

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

This div background color is #B0ECD3.

Border color

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

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

This div border color is #B0ECD3.

Opacity

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

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

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

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

This text has shadow with #B0ECD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0ECD3.

Preview

Color preview on black background

This text has color #B0ECD3 on black background.


Color preview on white background

This text has color #B0ECD3 on white background.


Black color preview on #B0ECD3 background

This text has black color on #B0ECD3 background.


White color preview on #B0ECD3 background

This text has white color on #B0ECD3 background.


Related colors

Complementary color

Complementary color for #hex is #4F132C.


I love getcolorcode.com

Triadic colors

1 #D3B0EC and #ECD3B0 with #B0ECD3 are triadic colors.

2 #D3ECB0 and #ECB0D3 with #B0ECD3 are triadic colors.