COLOR #B5FDC4

HEX: #B5FDC4 RGB: (181,253,196)

Color info

#B5FDC4 contains mainly green and blue colors. Web safe color of #B5FDC4 is #CCFFCC (or #CFC).

RGB color model

#B5FDC4 color RGB value is (181,253,196).

RGB: (181,253,196) (71%, 99%, 77%)

RGB channels and saturation

R 181 of 255 = 71%
G 253 of 255 = 99%
B 196 of 255 = 77%

181
253
196

R + G + B ~ 82%. #B5FDC4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 253 + 196 = 630 (100%)
R 181 of 630 ~ 28.73%
G 253 of 630 ~ 40.16%
B 196 of 630 ~ 31.11'%

%28.73
%40.16
%31.11

CMYK color model

#B5FDC4 color CMYK value is (28,0,23,1).

  • cyan value is 28.46%
  • magenta value is 0.00%
  • yellow value is 22.53%
  • key color value is 0.78%

CMYK: (28,0,23,1)
C28M0Y23K1 (28%, 0%, 23%, 1%)
(0.28 / 0.00 / 0.23 / 0.01)

CMYK percentages

%28.46
%0
%22.53
%0.78

Codes

Color #B5FDC4 in popluar color models

B5 FD C4
RGB 181 253 196
HSL 133° 94.74% 85.10%
HSB/HSV 133° 28.46% 99.22%
CMYK 28.46% 0.00% 22.53%
0.78%

Color #B5FDC4 in popluar number systems.

HEX B5 FD C4
Decimal 181 253 196
Binary 10110101 11111101 11000100
Octal 265 375 304

Shades and tints

Shades of #B5FDC4

#B5FDC4
(181,253,196)
#A5E6B3
(165,230,179)
#95CFA2
(149,207,162)
#85B891
(133,184,145)
#75A180
(117,161,128)
#658A6F
(101,138,111)
#55735E
(85,115,94)
#455C4D
(69,92,77)
#35453C
(53,69,60)
#252E2B
(37,46,43)
#15171A
(21,23,26)
#000000
(0,0,0)

Tints of #B5FDC4

#B5FDC4
(181,253,196)
#BBFDC9
(187,253,201)
#C1FDCE
(193,253,206)
#C7FDD3
(199,253,211)
#CDFDD8
(205,253,216)
#D3FDDD
(211,253,221)
#D9FDE2
(217,253,226)
#DFFDE7
(223,253,231)
#E5FDEC
(229,253,236)
#EBFDF1
(235,253,241)
#F1FDF6
(241,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5FDC4 color. Also use rgb(181,253,196) instead hex code.

Text Font Color

.myTextColor { color: #B5FDC4; }

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

This text font color is #B5FDC4.

Background Color

.myBgColor { background-color: #B5FDC4; }

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

This div background color is #B5FDC4.

Border color

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

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

This div border color is #B5FDC4.

Opacity

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

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

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

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

This text has shadow with #B5FDC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5FDC4.

Preview

Color preview on black background

This text has color #B5FDC4 on black background.


Color preview on white background

This text has color #B5FDC4 on white background.


Black color preview on #B5FDC4 background

This text has black color on #B5FDC4 background.


White color preview on #B5FDC4 background

This text has white color on #B5FDC4 background.


Related colors

Complementary color

Complementary color for #hex is #4A023B.


I love getcolorcode.com

Triadic colors

1 #C4B5FD and #FDC4B5 with #B5FDC4 are triadic colors.

2 #C4FDB5 and #FDB5C4 with #B5FDC4 are triadic colors.