COLOR #BEF3B6

HEX: #BEF3B6 RGB: (190,243,182)

Color info

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

RGB color model

#BEF3B6 color RGB value is (190,243,182).

RGB: (190,243,182) (75%, 95%, 71%)

RGB channels and saturation

R 190 of 255 = 75%
G 243 of 255 = 95%
B 182 of 255 = 71%

190
243
182

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

Portions of RGB colors in percentages

R + G + B = 190 + 243 + 182 = 615 (100%)
R 190 of 615 ~ 30.89%
G 243 of 615 ~ 39.51%
B 182 of 615 ~ 29.59'%

%30.89
%39.51
%29.59

CMYK color model

#BEF3B6 color CMYK value is (22,0,25,5).

  • cyan value is 21.81%
  • magenta value is 0.00%
  • yellow value is 25.10%
  • key color value is 4.71%

CMYK: (22,0,25,5)
C22M0Y25K5 (22%, 0%, 25%, 5%)
(0.22 / 0.00 / 0.25 / 0.05)

CMYK percentages

%21.81
%0
%25.1
%4.71

Codes

Color #BEF3B6 in popluar color models

BE F3 B6
RGB 190 243 182
HSL 112° 71.76% 83.33%
HSB/HSV 112° 25.10% 95.29%
CMYK 21.81% 0.00% 25.10%
4.71%

Color #BEF3B6 in popluar number systems.

HEX BE F3 B6
Decimal 190 243 182
Binary 10111110 11110011 10110110
Octal 276 363 266

Shades and tints

Shades of #BEF3B6

#BEF3B6
(190,243,182)
#ADDDA6
(173,221,166)
#9CC796
(156,199,150)
#8BB186
(139,177,134)
#7A9B76
(122,155,118)
#698566
(105,133,102)
#586F56
(88,111,86)
#475946
(71,89,70)
#364336
(54,67,54)
#252D26
(37,45,38)
#141716
(20,23,22)
#000000
(0,0,0)

Tints of #BEF3B6

#BEF3B6
(190,243,182)
#C3F4BC
(195,244,188)
#C8F5C2
(200,245,194)
#CDF6C8
(205,246,200)
#D2F7CE
(210,247,206)
#D7F8D4
(215,248,212)
#DCF9DA
(220,249,218)
#E1FAE0
(225,250,224)
#E6FBE6
(230,251,230)
#EBFCEC
(235,252,236)
#F0FDF2
(240,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEF3B6 color. Also use rgb(190,243,182) instead hex code.

Text Font Color

.myTextColor { color: #BEF3B6; }

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

This text font color is #BEF3B6.

Background Color

.myBgColor { background-color: #BEF3B6; }

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

This div background color is #BEF3B6.

Border color

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

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

This div border color is #BEF3B6.

Opacity

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

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

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

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

This text has shadow with #BEF3B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEF3B6.

Preview

Color preview on black background

This text has color #BEF3B6 on black background.


Color preview on white background

This text has color #BEF3B6 on white background.


Black color preview on #BEF3B6 background

This text has black color on #BEF3B6 background.


White color preview on #BEF3B6 background

This text has white color on #BEF3B6 background.


Related colors

Complementary color

Complementary color for #hex is #410C49.


I love getcolorcode.com

Triadic colors

1 #B6BEF3 and #F3B6BE with #BEF3B6 are triadic colors.

2 #B6F3BE and #F3BEB6 with #BEF3B6 are triadic colors.