COLOR #B3E5CB

HEX: #B3E5CB RGB: (179,229,203)

Color info

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

RGB color model

#B3E5CB color RGB value is (179,229,203).

RGB: (179,229,203) (70%, 90%, 80%)

RGB channels and saturation

R 179 of 255 = 70%
G 229 of 255 = 90%
B 203 of 255 = 80%

179
229
203

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

Portions of RGB colors in percentages

R + G + B = 179 + 229 + 203 = 611 (100%)
R 179 of 611 ~ 29.3%
G 229 of 611 ~ 37.48%
B 203 of 611 ~ 33.22'%

%29.3
%37.48
%33.22

CMYK color model

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

  • cyan value is 21.83%
  • magenta value is 0.00%
  • yellow value is 11.35%
  • key color value is 10.20%

CMYK: (22,0,11,10)
C22M0Y11K10 (22%, 0%, 11%, 10%)
(0.22 / 0.00 / 0.11 / 0.10)

CMYK percentages

%21.83
%0
%11.35
%10.2

Codes

Color #B3E5CB in popluar color models

B3 E5 CB
RGB 179 229 203
HSL 149° 49.02% 80.00%
HSB/HSV 149° 21.83% 89.80%
CMYK 21.83% 0.00% 11.35%
10.20%

Color #B3E5CB in popluar number systems.

HEX B3 E5 CB
Decimal 179 229 203
Binary 10110011 11100101 11001011
Octal 263 345 313

Shades and tints

Shades of #B3E5CB

#B3E5CB
(179,229,203)
#A3D1B9
(163,209,185)
#93BDA7
(147,189,167)
#83A995
(131,169,149)
#739583
(115,149,131)
#638171
(99,129,113)
#536D5F
(83,109,95)
#43594D
(67,89,77)
#33453B
(51,69,59)
#233129
(35,49,41)
#131D17
(19,29,23)
#000000
(0,0,0)

Tints of #B3E5CB

#B3E5CB
(179,229,203)
#B9E7CF
(185,231,207)
#BFE9D3
(191,233,211)
#C5EBD7
(197,235,215)
#CBEDDB
(203,237,219)
#D1EFDF
(209,239,223)
#D7F1E3
(215,241,227)
#DDF3E7
(221,243,231)
#E3F5EB
(227,245,235)
#E9F7EF
(233,247,239)
#EFF9F3
(239,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3E5CB color. Also use rgb(179,229,203) instead hex code.

Text Font Color

.myTextColor { color: #B3E5CB; }

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

This text font color is #B3E5CB.

Background Color

.myBgColor { background-color: #B3E5CB; }

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

This div background color is #B3E5CB.

Border color

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

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

This div border color is #B3E5CB.

Opacity

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

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

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

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

This text has shadow with #B3E5CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3E5CB.

Preview

Color preview on black background

This text has color #B3E5CB on black background.


Color preview on white background

This text has color #B3E5CB on white background.


Black color preview on #B3E5CB background

This text has black color on #B3E5CB background.


White color preview on #B3E5CB background

This text has white color on #B3E5CB background.


Related colors

Complementary color

Complementary color for #hex is #4C1A34.


I love getcolorcode.com

Triadic colors

1 #CBB3E5 and #E5CBB3 with #B3E5CB are triadic colors.

2 #CBE5B3 and #E5B3CB with #B3E5CB are triadic colors.