COLOR #BEF3B7

HEX: #BEF3B7
RGB: (190,243,183)

Color info

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

RGB color model

#BEF3B7 color RGB value is (190,243,183).

  • red value is 190;
  • green value is 243;
  • blue value is 183.
RGB: (190,243,183) (75%,95%,72%)

RGB channels and saturation

R 190 of 255 = 75%
G 243 of 255 = 95%
B 183 of 255 = 72%

190
243
183

R + G + B ~ 81%. #BEF3B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 243 + 183 = 616 (100%)
R 190 of 616 ~ 30.84%
G 243 of 616 ~ 39.45%
B 183 of 616 ~ 29.71%

%30.84
%39.45
%29.71

CMYK color model

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

  • cyan value is 21.81%
  • magenta value is 0.00%
  • yellow value is 24.69%
  • 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
%24.69
%4.71

Codes

Color #BEF3B7 in popluar color models

BEF3B7
RGB190243183
HSL113°71.43%83.53%
HSB/HSV113°24.69%95.29%
CMYK21.81%0.00%24.69%
4.71%

Color #BEF3B7 in popluar number systems.

HEXBEF3B7
Decimal190243183
Binary101111101111001110110111
Octal276363267

Shades and tints

Shades of #BEF3B7

#BEF3B7
(190,243,183)
#ADDDA7
(173,221,167)
#9CC797
(156,199,151)
#8BB187
(139,177,135)
#7A9B77
(122,155,119)
#698567
(105,133,103)
#586F57
(88,111,87)
#475947
(71,89,71)
#364337
(54,67,55)
#252D27
(37,45,39)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #BEF3B7

#BEF3B7
(190,243,183)
#C3F4BD
(195,244,189)
#C8F5C3
(200,245,195)
#CDF6C9
(205,246,201)
#D2F7CF
(210,247,207)
#D7F8D5
(215,248,213)
#DCF9DB
(220,249,219)
#E1FAE1
(225,250,225)
#E6FBE7
(230,251,231)
#EBFCED
(235,252,237)
#F0FDF3
(240,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEF3B7; }

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

This text font color is #BEF3B7.


Background Color

.myBgColor { background-color: #BEF3B7; }

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

This div background color is #BEF3B7.


Border color

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

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

This div border color is #BEF3B7.


Opacity

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

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

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

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

This text has shadow with #BEF3B7 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BEF3B7 on black background.


Color preview on white background

This text has color #BEF3B7 on white background.



Black color preview on #BEF3B7 background

This text has black color on #BEF3B7 background.


White color preview on #BEF3B7 background

This text has white color on #BEF3B7 background.