COLOR #B3EEDA

HEX: #B3EEDA RGB: (179,238,218)

Color info

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

RGB color model

#B3EEDA color RGB value is (179,238,218).

RGB: (179,238,218) (70%, 93%, 85%)

RGB channels and saturation

R 179 of 255 = 70%
G 238 of 255 = 93%
B 218 of 255 = 85%

179
238
218

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

Portions of RGB colors in percentages

R + G + B = 179 + 238 + 218 = 635 (100%)
R 179 of 635 ~ 28.19%
G 238 of 635 ~ 37.48%
B 218 of 635 ~ 34.33'%

%28.19
%37.48
%34.33

CMYK color model

#B3EEDA color CMYK value is (25,0,8,7).

  • cyan value is 24.79%
  • magenta value is 0.00%
  • yellow value is 8.40%
  • key color value is 6.67%

CMYK: (25,0,8,7)
C25M0Y8K7 (25%, 0%, 8%, 7%)
(0.25 / 0.00 / 0.08 / 0.07)

CMYK percentages

%24.79
%0
%8.4
%6.67

Codes

Color #B3EEDA in popluar color models

B3 EE DA
RGB 179 238 218
HSL 160° 63.44% 81.76%
HSB/HSV 160° 24.79% 93.33%
CMYK 24.79% 0.00% 8.40%
6.67%

Color #B3EEDA in popluar number systems.

HEX B3 EE DA
Decimal 179 238 218
Binary 10110011 11101110 11011010
Octal 263 356 332

Shades and tints

Shades of #B3EEDA

#B3EEDA
(179,238,218)
#A3D9C7
(163,217,199)
#93C4B4
(147,196,180)
#83AFA1
(131,175,161)
#739A8E
(115,154,142)
#63857B
(99,133,123)
#537068
(83,112,104)
#435B55
(67,91,85)
#334642
(51,70,66)
#23312F
(35,49,47)
#131C1C
(19,28,28)
#000000
(0,0,0)

Tints of #B3EEDA

#B3EEDA
(179,238,218)
#B9EFDD
(185,239,221)
#BFF0E0
(191,240,224)
#C5F1E3
(197,241,227)
#CBF2E6
(203,242,230)
#D1F3E9
(209,243,233)
#D7F4EC
(215,244,236)
#DDF5EF
(221,245,239)
#E3F6F2
(227,246,242)
#E9F7F5
(233,247,245)
#EFF8F8
(239,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3EEDA color. Also use rgb(179,238,218) instead hex code.

Text Font Color

.myTextColor { color: #B3EEDA; }

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

This text font color is #B3EEDA.

Background Color

.myBgColor { background-color: #B3EEDA; }

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

This div background color is #B3EEDA.

Border color

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

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

This div border color is #B3EEDA.

Opacity

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

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

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

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

This text has shadow with #B3EEDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3EEDA.

Preview

Color preview on black background

This text has color #B3EEDA on black background.


Color preview on white background

This text has color #B3EEDA on white background.


Black color preview on #B3EEDA background

This text has black color on #B3EEDA background.


White color preview on #B3EEDA background

This text has white color on #B3EEDA background.


Related colors

Complementary color

Complementary color for #hex is #4C1125.


I love getcolorcode.com

Triadic colors

1 #DAB3EE and #EEDAB3 with #B3EEDA are triadic colors.

2 #DAEEB3 and #EEB3DA with #B3EEDA are triadic colors.