COLOR #B5F7AE

HEX: #B5F7AE RGB: (181,247,174)

Color info

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

RGB color model

#B5F7AE color RGB value is (181,247,174).

RGB: (181,247,174) (71%, 97%, 68%)

RGB channels and saturation

R 181 of 255 = 71%
G 247 of 255 = 97%
B 174 of 255 = 68%

181
247
174

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

Portions of RGB colors in percentages

R + G + B = 181 + 247 + 174 = 602 (100%)
R 181 of 602 ~ 30.07%
G 247 of 602 ~ 41.03%
B 174 of 602 ~ 28.9'%

%30.07
%41.03
%28.9

CMYK color model

#B5F7AE color CMYK value is (27,0,30,3).

  • cyan value is 26.72%
  • magenta value is 0.00%
  • yellow value is 29.55%
  • key color value is 3.14%

CMYK: (27,0,30,3)
C27M0Y30K3 (27%, 0%, 30%, 3%)
(0.27 / 0.00 / 0.30 / 0.03)

CMYK percentages

%26.72
%0
%29.55
%3.14

Codes

Color #B5F7AE in popluar color models

B5 F7 AE
RGB 181 247 174
HSL 114° 82.02% 82.55%
HSB/HSV 114° 29.55% 96.86%
CMYK 26.72% 0.00% 29.55%
3.14%

Color #B5F7AE in popluar number systems.

HEX B5 F7 AE
Decimal 181 247 174
Binary 10110101 11110111 10101110
Octal 265 367 256

Shades and tints

Shades of #B5F7AE

#B5F7AE
(181,247,174)
#A5E19F
(165,225,159)
#95CB90
(149,203,144)
#85B581
(133,181,129)
#759F72
(117,159,114)
#658963
(101,137,99)
#557354
(85,115,84)
#455D45
(69,93,69)
#354736
(53,71,54)
#253127
(37,49,39)
#151B18
(21,27,24)
#000000
(0,0,0)

Tints of #B5F7AE

#B5F7AE
(181,247,174)
#BBF7B5
(187,247,181)
#C1F7BC
(193,247,188)
#C7F7C3
(199,247,195)
#CDF7CA
(205,247,202)
#D3F7D1
(211,247,209)
#D9F7D8
(217,247,216)
#DFF7DF
(223,247,223)
#E5F7E6
(229,247,230)
#EBF7ED
(235,247,237)
#F1F7F4
(241,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5F7AE color. Also use rgb(181,247,174) instead hex code.

Text Font Color

.myTextColor { color: #B5F7AE; }

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

This text font color is #B5F7AE.

Background Color

.myBgColor { background-color: #B5F7AE; }

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

This div background color is #B5F7AE.

Border color

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

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

This div border color is #B5F7AE.

Opacity

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

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

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

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

This text has shadow with #B5F7AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5F7AE.

Preview

Color preview on black background

This text has color #B5F7AE on black background.


Color preview on white background

This text has color #B5F7AE on white background.


Black color preview on #B5F7AE background

This text has black color on #B5F7AE background.


White color preview on #B5F7AE background

This text has white color on #B5F7AE background.


Related colors

Complementary color

Complementary color for #hex is #4A0851.


I love getcolorcode.com

Triadic colors

1 #AEB5F7 and #F7AEB5 with #B5F7AE are triadic colors.

2 #AEF7B5 and #F7B5AE with #B5F7AE are triadic colors.