COLOR #B3EAC7

HEX: #B3EAC7 RGB: (179,234,199)

Color info

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

RGB color model

#B3EAC7 color RGB value is (179,234,199).

RGB: (179,234,199) (70%, 92%, 78%)

RGB channels and saturation

R 179 of 255 = 70%
G 234 of 255 = 92%
B 199 of 255 = 78%

179
234
199

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

Portions of RGB colors in percentages

R + G + B = 179 + 234 + 199 = 612 (100%)
R 179 of 612 ~ 29.25%
G 234 of 612 ~ 38.24%
B 199 of 612 ~ 32.52'%

%29.25
%38.24
%32.52

CMYK color model

#B3EAC7 color CMYK value is (24,0,15,8).

  • cyan value is 23.50%
  • magenta value is 0.00%
  • yellow value is 14.96%
  • key color value is 8.24%

CMYK: (24,0,15,8)
C24M0Y15K8 (24%, 0%, 15%, 8%)
(0.24 / 0.00 / 0.15 / 0.08)

CMYK percentages

%23.5
%0
%14.96
%8.24

Codes

Color #B3EAC7 in popluar color models

B3 EA C7
RGB 179 234 199
HSL 142° 56.70% 80.98%
HSB/HSV 142° 23.50% 91.76%
CMYK 23.50% 0.00% 14.96%
8.24%

Color #B3EAC7 in popluar number systems.

HEX B3 EA C7
Decimal 179 234 199
Binary 10110011 11101010 11000111
Octal 263 352 307

Shades and tints

Shades of #B3EAC7

#B3EAC7
(179,234,199)
#A3D5B5
(163,213,181)
#93C0A3
(147,192,163)
#83AB91
(131,171,145)
#73967F
(115,150,127)
#63816D
(99,129,109)
#536C5B
(83,108,91)
#435749
(67,87,73)
#334237
(51,66,55)
#232D25
(35,45,37)
#131813
(19,24,19)
#000000
(0,0,0)

Tints of #B3EAC7

#B3EAC7
(179,234,199)
#B9EBCC
(185,235,204)
#BFECD1
(191,236,209)
#C5EDD6
(197,237,214)
#CBEEDB
(203,238,219)
#D1EFE0
(209,239,224)
#D7F0E5
(215,240,229)
#DDF1EA
(221,241,234)
#E3F2EF
(227,242,239)
#E9F3F4
(233,243,244)
#EFF4F9
(239,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3EAC7 color. Also use rgb(179,234,199) instead hex code.

Text Font Color

.myTextColor { color: #B3EAC7; }

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

This text font color is #B3EAC7.

Background Color

.myBgColor { background-color: #B3EAC7; }

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

This div background color is #B3EAC7.

Border color

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

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

This div border color is #B3EAC7.

Opacity

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

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

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

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

This text has shadow with #B3EAC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3EAC7.

Preview

Color preview on black background

This text has color #B3EAC7 on black background.


Color preview on white background

This text has color #B3EAC7 on white background.


Black color preview on #B3EAC7 background

This text has black color on #B3EAC7 background.


White color preview on #B3EAC7 background

This text has white color on #B3EAC7 background.


Related colors

Complementary color

Complementary color for #hex is #4C1538.


I love getcolorcode.com

Triadic colors

1 #C7B3EA and #EAC7B3 with #B3EAC7 are triadic colors.

2 #C7EAB3 and #EAB3C7 with #B3EAC7 are triadic colors.