COLOR #BEFCAB

HEX: #BEFCAB
RGB: (190,252,171)

Color info

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

RGB color model

#BEFCAB color RGB value is (190,252,171).

  • red value is 190;
  • green value is 252;
  • blue value is 171.
RGB:
(190,252,171)
(75%,99%,67%)

RGB channels and saturation

R 190 of 255 = 75%
G 252 of 255 = 99%
B 171 of 255 = 67%

190
252
171

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

Portions of RGB colors in percentages

R + G + B =
190 + 252 + 171 = 613 (100%)
R 190 of 613 ~ 31%
G 252 of 613 ~ 41.11%
B 171 of 613 ~ 27.9%

%31
%41.11
%27.9

CMYK color model

#BEFCAB color CMYK value is (25,0,32,1).

  • cyan value is 24.60%
  • magenta value is 0.00%
  • yellow value is 32.14%
  • key color value is 1.18%
CMYK:
(25,0,32,1)
C25M0Y32K1 
(25%,0%,32%,1%)
(0.25/0.00/0.32/0.01)	

CMYK percentages

%24.6
%0
%32.14
%1.18

Codes

Color #BEFCAB in popluar color models

BEFCAB
RGB190252171
HSL106°93.10%82.94%
HSB/HSV106°32.14%98.82%
CMYK24.60%0.00%32.14%
1.18%

Color #BEFCAB in popluar number systems.

HEXBEFCAB
Decimal190252171
Binary101111101111110010101011
Octal276374253

Shades and tints

Shades of #BEFCAB

#BEFCAB
(190,252,171)
#ADE69C
(173,230,156)
#9CD08D
(156,208,141)
#8BBA7E
(139,186,126)
#7AA46F
(122,164,111)
#698E60
(105,142,96)
#587851
(88,120,81)
#476242
(71,98,66)
#364C33
(54,76,51)
#253624
(37,54,36)
#142015
(20,32,21)
#000000
(0,0,0)

Tints of #BEFCAB

#BEFCAB
(190,252,171)
#C3FCB2
(195,252,178)
#C8FCB9
(200,252,185)
#CDFCC0
(205,252,192)
#D2FCC7
(210,252,199)
#D7FCCE
(215,252,206)
#DCFCD5
(220,252,213)
#E1FCDC
(225,252,220)
#E6FCE3
(230,252,227)
#EBFCEA
(235,252,234)
#F0FCF1
(240,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEFCAB color. Also use rgb(190,252,171) instead hex code.

Text Font Color

.myTextColor { color: #BEFCAB; }

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

This text font color is #BEFCAB.


Background Color

.myBgColor { background-color: #BEFCAB; }

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

This div background color is #BEFCAB.


Border color

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

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

This div border color is #BEFCAB.


Opacity

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

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

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

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

This text has shadow with #BEFCAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEFCAB on black background.


Color preview on white background

This text has color #BEFCAB on white background.



Black color preview on #BEFCAB background

This text has black color on #BEFCAB background.


White color preview on #BEFCAB background

This text has white color on #BEFCAB background.