COLOR #B0E3D4

HEX: #B0E3D4 RGB: (176,227,212)

Color info

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

RGB color model

#B0E3D4 color RGB value is (176,227,212).

RGB: (176,227,212) (69%, 89%, 83%)

RGB channels and saturation

R 176 of 255 = 69%
G 227 of 255 = 89%
B 212 of 255 = 83%

176
227
212

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

Portions of RGB colors in percentages

R + G + B = 176 + 227 + 212 = 615 (100%)
R 176 of 615 ~ 28.62%
G 227 of 615 ~ 36.91%
B 212 of 615 ~ 34.47'%

%28.62
%36.91
%34.47

CMYK color model

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

  • cyan value is 22.47%
  • magenta value is 0.00%
  • yellow value is 6.61%
  • key color value is 10.98%

CMYK: (22,0,7,11)
C22M0Y7K11 (22%, 0%, 7%, 11%)
(0.22 / 0.00 / 0.07 / 0.11)

CMYK percentages

%22.47
%0
%6.61
%10.98

Codes

Color #B0E3D4 in popluar color models

B0 E3 D4
RGB 176 227 212
HSL 162° 47.66% 79.02%
HSB/HSV 162° 22.47% 89.02%
CMYK 22.47% 0.00% 6.61%
10.98%

Color #B0E3D4 in popluar number systems.

HEX B0 E3 D4
Decimal 176 227 212
Binary 10110000 11100011 11010100
Octal 260 343 324

Shades and tints

Shades of #B0E3D4

#B0E3D4
(176,227,212)
#A0CFC1
(160,207,193)
#90BBAE
(144,187,174)
#80A79B
(128,167,155)
#709388
(112,147,136)
#607F75
(96,127,117)
#506B62
(80,107,98)
#40574F
(64,87,79)
#30433C
(48,67,60)
#202F29
(32,47,41)
#101B16
(16,27,22)
#000000
(0,0,0)

Tints of #B0E3D4

#B0E3D4
(176,227,212)
#B7E5D7
(183,229,215)
#BEE7DA
(190,231,218)
#C5E9DD
(197,233,221)
#CCEBE0
(204,235,224)
#D3EDE3
(211,237,227)
#DAEFE6
(218,239,230)
#E1F1E9
(225,241,233)
#E8F3EC
(232,243,236)
#EFF5EF
(239,245,239)
#F6F7F2
(246,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0E3D4 color. Also use rgb(176,227,212) instead hex code.

Text Font Color

.myTextColor { color: #B0E3D4; }

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

This text font color is #B0E3D4.

Background Color

.myBgColor { background-color: #B0E3D4; }

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

This div background color is #B0E3D4.

Border color

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

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

This div border color is #B0E3D4.

Opacity

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

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

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

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

This text has shadow with #B0E3D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0E3D4.

Preview

Color preview on black background

This text has color #B0E3D4 on black background.


Color preview on white background

This text has color #B0E3D4 on white background.


Black color preview on #B0E3D4 background

This text has black color on #B0E3D4 background.


White color preview on #B0E3D4 background

This text has white color on #B0E3D4 background.


Related colors

Complementary color

Complementary color for #hex is #4F1C2B.


I love getcolorcode.com

Triadic colors

1 #D4B0E3 and #E3D4B0 with #B0E3D4 are triadic colors.

2 #D4E3B0 and #E3B0D4 with #B0E3D4 are triadic colors.