COLOR #B3E1E5

HEX: #B3E1E5 RGB: (179,225,229)

Color info

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

RGB color model

#B3E1E5 color RGB value is (179,225,229).

RGB: (179,225,229) (70%, 88%, 90%)

RGB channels and saturation

R 179 of 255 = 70%
G 225 of 255 = 88%
B 229 of 255 = 90%

179
225
229

R + G + B ~ 83%. #B3E1E5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 225 + 229 = 633 (100%)
R 179 of 633 ~ 28.28%
G 225 of 633 ~ 35.55%
B 229 of 633 ~ 36.18'%

%28.28
%35.55
%36.18

CMYK color model

#B3E1E5 color CMYK value is (22,2,0,10).

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

CMYK: (22,2,0,10)
C22M2Y0K10 (22%, 2%, 0%, 10%)
(0.22 / 0.02 / 0.00 / 0.10)

CMYK percentages

%21.83
%1.75
%0
%10.2

Codes

Color #B3E1E5 in popluar color models

B3 E1 E5
RGB 179 225 229
HSL 185° 49.02% 80.00%
HSB/HSV 185° 21.83% 89.80%
CMYK 21.83% 1.75% 0.00%
10.20%

Color #B3E1E5 in popluar number systems.

HEX B3 E1 E5
Decimal 179 225 229
Binary 10110011 11100001 11100101
Octal 263 341 345

Shades and tints

Shades of #B3E1E5

#B3E1E5
(179,225,229)
#A3CDD1
(163,205,209)
#93B9BD
(147,185,189)
#83A5A9
(131,165,169)
#739195
(115,145,149)
#637D81
(99,125,129)
#53696D
(83,105,109)
#435559
(67,85,89)
#334145
(51,65,69)
#232D31
(35,45,49)
#13191D
(19,25,29)
#000000
(0,0,0)

Tints of #B3E1E5

#B3E1E5
(179,225,229)
#B9E3E7
(185,227,231)
#BFE5E9
(191,229,233)
#C5E7EB
(197,231,235)
#CBE9ED
(203,233,237)
#D1EBEF
(209,235,239)
#D7EDF1
(215,237,241)
#DDEFF3
(221,239,243)
#E3F1F5
(227,241,245)
#E9F3F7
(233,243,247)
#EFF5F9
(239,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3E1E5; }

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

This text font color is #B3E1E5.

Background Color

.myBgColor { background-color: #B3E1E5; }

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

This div background color is #B3E1E5.

Border color

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

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

This div border color is #B3E1E5.

Opacity

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

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

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

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

This text has shadow with #B3E1E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3E1E5.

Preview

Color preview on black background

This text has color #B3E1E5 on black background.


Color preview on white background

This text has color #B3E1E5 on white background.


Black color preview on #B3E1E5 background

This text has black color on #B3E1E5 background.


White color preview on #B3E1E5 background

This text has white color on #B3E1E5 background.


Related colors

Complementary color

Complementary color for #hex is #4C1E1A.


I love getcolorcode.com

Triadic colors

1 #E5B3E1 and #E1E5B3 with #B3E1E5 are triadic colors.

2 #E5E1B3 and #E1B3E5 with #B3E1E5 are triadic colors.