COLOR #B3D4AF

HEX: #B3D4AF RGB: (179,212,175)

Color info

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

RGB color model

#B3D4AF color RGB value is (179,212,175).

RGB: (179,212,175) (70%, 83%, 69%)

RGB channels and saturation

R 179 of 255 = 70%
G 212 of 255 = 83%
B 175 of 255 = 69%

179
212
175

R + G + B ~ 74%. #B3D4AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 212 + 175 = 566 (100%)
R 179 of 566 ~ 31.63%
G 212 of 566 ~ 37.46%
B 175 of 566 ~ 30.92'%

%31.63
%37.46
%30.92

CMYK color model

#B3D4AF color CMYK value is (16,0,17,17).

  • cyan value is 15.57%
  • magenta value is 0.00%
  • yellow value is 17.45%
  • key color value is 16.86%

CMYK: (16,0,17,17)
C16M0Y17K17 (16%, 0%, 17%, 17%)
(0.16 / 0.00 / 0.17 / 0.17)

CMYK percentages

%15.57
%0
%17.45
%16.86

Codes

Color #B3D4AF in popluar color models

B3 D4 AF
RGB 179 212 175
HSL 114° 30.08% 75.88%
HSB/HSV 114° 17.45% 83.14%
CMYK 15.57% 0.00% 17.45%
16.86%

Color #B3D4AF in popluar number systems.

HEX B3 D4 AF
Decimal 179 212 175
Binary 10110011 11010100 10101111
Octal 263 324 257

Shades and tints

Shades of #B3D4AF

#B3D4AF
(179,212,175)
#A3C1A0
(163,193,160)
#93AE91
(147,174,145)
#839B82
(131,155,130)
#738873
(115,136,115)
#637564
(99,117,100)
#536255
(83,98,85)
#434F46
(67,79,70)
#333C37
(51,60,55)
#232928
(35,41,40)
#131619
(19,22,25)
#000000
(0,0,0)

Tints of #B3D4AF

#B3D4AF
(179,212,175)
#B9D7B6
(185,215,182)
#BFDABD
(191,218,189)
#C5DDC4
(197,221,196)
#CBE0CB
(203,224,203)
#D1E3D2
(209,227,210)
#D7E6D9
(215,230,217)
#DDE9E0
(221,233,224)
#E3ECE7
(227,236,231)
#E9EFEE
(233,239,238)
#EFF2F5
(239,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3D4AF color. Also use rgb(179,212,175) instead hex code.

Text Font Color

.myTextColor { color: #B3D4AF; }

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

This text font color is #B3D4AF.

Background Color

.myBgColor { background-color: #B3D4AF; }

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

This div background color is #B3D4AF.

Border color

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

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

This div border color is #B3D4AF.

Opacity

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

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

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

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

This text has shadow with #B3D4AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3D4AF.

Preview

Color preview on black background

This text has color #B3D4AF on black background.


Color preview on white background

This text has color #B3D4AF on white background.


Black color preview on #B3D4AF background

This text has black color on #B3D4AF background.


White color preview on #B3D4AF background

This text has white color on #B3D4AF background.


Related colors

Complementary color

Complementary color for #hex is #4C2B50.


I love getcolorcode.com

Triadic colors

1 #AFB3D4 and #D4AFB3 with #B3D4AF are triadic colors.

2 #AFD4B3 and #D4B3AF with #B3D4AF are triadic colors.