COLOR #B4F7AF

HEX: #B4F7AF RGB: (180,247,175)

Color info

#B4F7AF contains mainly green color. Web safe color of #B4F7AF is #CCFF99 (or #CF9).

RGB color model

#B4F7AF color RGB value is (180,247,175).

RGB: (180,247,175) (71%, 97%, 69%)

RGB channels and saturation

R 180 of 255 = 71%
G 247 of 255 = 97%
B 175 of 255 = 69%

180
247
175

R + G + B ~ 79%. #B4F7AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 247 + 175 = 602 (100%)
R 180 of 602 ~ 29.9%
G 247 of 602 ~ 41.03%
B 175 of 602 ~ 29.07'%

%29.9
%41.03
%29.07

CMYK color model

#B4F7AF color CMYK value is (27,0,29,3).

  • cyan value is 27.13%
  • magenta value is 0.00%
  • yellow value is 29.15%
  • key color value is 3.14%

CMYK: (27,0,29,3)
C27M0Y29K3 (27%, 0%, 29%, 3%)
(0.27 / 0.00 / 0.29 / 0.03)

CMYK percentages

%27.13
%0
%29.15
%3.14

Codes

Color #B4F7AF in popluar color models

B4 F7 AF
RGB 180 247 175
HSL 116° 81.82% 82.75%
HSB/HSV 116° 29.15% 96.86%
CMYK 27.13% 0.00% 29.15%
3.14%

Color #B4F7AF in popluar number systems.

HEX B4 F7 AF
Decimal 180 247 175
Binary 10110100 11110111 10101111
Octal 264 367 257

Shades and tints

Shades of #B4F7AF

#B4F7AF
(180,247,175)
#A4E1A0
(164,225,160)
#94CB91
(148,203,145)
#84B582
(132,181,130)
#749F73
(116,159,115)
#648964
(100,137,100)
#547355
(84,115,85)
#445D46
(68,93,70)
#344737
(52,71,55)
#243128
(36,49,40)
#141B19
(20,27,25)
#000000
(0,0,0)

Tints of #B4F7AF

#B4F7AF
(180,247,175)
#BAF7B6
(186,247,182)
#C0F7BD
(192,247,189)
#C6F7C4
(198,247,196)
#CCF7CB
(204,247,203)
#D2F7D2
(210,247,210)
#D8F7D9
(216,247,217)
#DEF7E0
(222,247,224)
#E4F7E7
(228,247,231)
#EAF7EE
(234,247,238)
#F0F7F5
(240,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4F7AF color. Also use rgb(180,247,175) instead hex code.

Text Font Color

.myTextColor { color: #B4F7AF; }

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

This text font color is #B4F7AF.

Background Color

.myBgColor { background-color: #B4F7AF; }

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

This div background color is #B4F7AF.

Border color

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

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

This div border color is #B4F7AF.

Opacity

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

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

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

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

This text has shadow with #B4F7AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4F7AF.

Preview

Color preview on black background

This text has color #B4F7AF on black background.


Color preview on white background

This text has color #B4F7AF on white background.


Black color preview on #B4F7AF background

This text has black color on #B4F7AF background.


White color preview on #B4F7AF background

This text has white color on #B4F7AF background.


Related colors

Complementary color

Complementary color for #hex is #4B0850.


I love getcolorcode.com

Triadic colors

1 #AFB4F7 and #F7AFB4 with #B4F7AF are triadic colors.

2 #AFF7B4 and #F7B4AF with #B4F7AF are triadic colors.