COLOR #B0E2CA

HEX: #B0E2CA RGB: (176,226,202)

Color info

#B0E2CA contains red, green and blue colors in about the same proportion. Web safe color of #B0E2CA is #99CCCC (or #9CC).

RGB color model

#B0E2CA color RGB value is (176,226,202).

RGB: (176,226,202) (69%, 89%, 79%)

RGB channels and saturation

R 176 of 255 = 69%
G 226 of 255 = 89%
B 202 of 255 = 79%

176
226
202

R + G + B ~ 79%. #B0E2CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 226 + 202 = 604 (100%)
R 176 of 604 ~ 29.14%
G 226 of 604 ~ 37.42%
B 202 of 604 ~ 33.44'%

%29.14
%37.42
%33.44

CMYK color model

#B0E2CA color CMYK value is (22,0,11,11).

  • cyan value is 22.12%
  • magenta value is 0.00%
  • yellow value is 10.62%
  • key color value is 11.37%

CMYK: (22,0,11,11)
C22M0Y11K11 (22%, 0%, 11%, 11%)
(0.22 / 0.00 / 0.11 / 0.11)

CMYK percentages

%22.12
%0
%10.62
%11.37

Codes

Color #B0E2CA in popluar color models

B0 E2 CA
RGB 176 226 202
HSL 151° 46.30% 78.82%
HSB/HSV 151° 22.12% 88.63%
CMYK 22.12% 0.00% 10.62%
11.37%

Color #B0E2CA in popluar number systems.

HEX B0 E2 CA
Decimal 176 226 202
Binary 10110000 11100010 11001010
Octal 260 342 312

Shades and tints

Shades of #B0E2CA

#B0E2CA
(176,226,202)
#A0CEB8
(160,206,184)
#90BAA6
(144,186,166)
#80A694
(128,166,148)
#709282
(112,146,130)
#607E70
(96,126,112)
#506A5E
(80,106,94)
#40564C
(64,86,76)
#30423A
(48,66,58)
#202E28
(32,46,40)
#101A16
(16,26,22)
#000000
(0,0,0)

Tints of #B0E2CA

#B0E2CA
(176,226,202)
#B7E4CE
(183,228,206)
#BEE6D2
(190,230,210)
#C5E8D6
(197,232,214)
#CCEADA
(204,234,218)
#D3ECDE
(211,236,222)
#DAEEE2
(218,238,226)
#E1F0E6
(225,240,230)
#E8F2EA
(232,242,234)
#EFF4EE
(239,244,238)
#F6F6F2
(246,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0E2CA color. Also use rgb(176,226,202) instead hex code.

Text Font Color

.myTextColor { color: #B0E2CA; }

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

This text font color is #B0E2CA.

Background Color

.myBgColor { background-color: #B0E2CA; }

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

This div background color is #B0E2CA.

Border color

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

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

This div border color is #B0E2CA.

Opacity

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

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

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

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

This text has shadow with #B0E2CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0E2CA.

Preview

Color preview on black background

This text has color #B0E2CA on black background.


Color preview on white background

This text has color #B0E2CA on white background.


Black color preview on #B0E2CA background

This text has black color on #B0E2CA background.


White color preview on #B0E2CA background

This text has white color on #B0E2CA background.


Related colors

Complementary color

Complementary color for #hex is #4F1D35.


I love getcolorcode.com

Triadic colors

1 #CAB0E2 and #E2CAB0 with #B0E2CA are triadic colors.

2 #CAE2B0 and #E2B0CA with #B0E2CA are triadic colors.