COLOR #BEF1A6

HEX: #BEF1A6 RGB: (190,241,166)

Color info

#BEF1A6 contains mainly red and green colors. Web safe color of #BEF1A6 is #CCFF99 (or #CF9).

RGB color model

#BEF1A6 color RGB value is (190,241,166).

RGB: (190,241,166) (75%, 95%, 65%)

RGB channels and saturation

R 190 of 255 = 75%
G 241 of 255 = 95%
B 166 of 255 = 65%

190
241
166

R + G + B ~ 78%. #BEF1A6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 241 + 166 = 597 (100%)
R 190 of 597 ~ 31.83%
G 241 of 597 ~ 40.37%
B 166 of 597 ~ 27.81'%

%31.83
%40.37
%27.81

CMYK color model

#BEF1A6 color CMYK value is (21,0,31,5).

  • cyan value is 21.16%
  • magenta value is 0.00%
  • yellow value is 31.12%
  • key color value is 5.49%

CMYK: (21,0,31,5)
C21M0Y31K5 (21%, 0%, 31%, 5%)
(0.21 / 0.00 / 0.31 / 0.05)

CMYK percentages

%21.16
%0
%31.12
%5.49

Codes

Color #BEF1A6 in popluar color models

BE F1 A6
RGB 190 241 166
HSL 101° 72.82% 79.80%
HSB/HSV 101° 31.12% 94.51%
CMYK 21.16% 0.00% 31.12%
5.49%

Color #BEF1A6 in popluar number systems.

HEX BE F1 A6
Decimal 190 241 166
Binary 10111110 11110001 10100110
Octal 276 361 246

Shades and tints

Shades of #BEF1A6

#BEF1A6
(190,241,166)
#ADDC97
(173,220,151)
#9CC788
(156,199,136)
#8BB279
(139,178,121)
#7A9D6A
(122,157,106)
#69885B
(105,136,91)
#58734C
(88,115,76)
#475E3D
(71,94,61)
#36492E
(54,73,46)
#25341F
(37,52,31)
#141F10
(20,31,16)
#000000
(0,0,0)

Tints of #BEF1A6

#BEF1A6
(190,241,166)
#C3F2AE
(195,242,174)
#C8F3B6
(200,243,182)
#CDF4BE
(205,244,190)
#D2F5C6
(210,245,198)
#D7F6CE
(215,246,206)
#DCF7D6
(220,247,214)
#E1F8DE
(225,248,222)
#E6F9E6
(230,249,230)
#EBFAEE
(235,250,238)
#F0FBF6
(240,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEF1A6 color. Also use rgb(190,241,166) instead hex code.

Text Font Color

.myTextColor { color: #BEF1A6; }

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

This text font color is #BEF1A6.

Background Color

.myBgColor { background-color: #BEF1A6; }

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

This div background color is #BEF1A6.

Border color

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

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

This div border color is #BEF1A6.

Opacity

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

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

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

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

This text has shadow with #BEF1A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEF1A6.

Preview

Color preview on black background

This text has color #BEF1A6 on black background.


Color preview on white background

This text has color #BEF1A6 on white background.


Black color preview on #BEF1A6 background

This text has black color on #BEF1A6 background.


White color preview on #BEF1A6 background

This text has white color on #BEF1A6 background.


Related colors

Complementary color

Complementary color for #hex is #410E59.


I love getcolorcode.com

Triadic colors

1 #A6BEF1 and #F1A6BE with #BEF1A6 are triadic colors.

2 #A6F1BE and #F1BEA6 with #BEF1A6 are triadic colors.