COLOR #BEF0B9

HEX: #BEF0B9
RGB: (190,240,185)

Color info

#BEF0B9 contains red, green and blue colors in about the same proportion. Web safe color of #BEF0B9 is #CCFFCC (or #CFC).

RGB color model

#BEF0B9 color RGB value is (190,240,185).

  • red value is 190;
  • green value is 240;
  • blue value is 185.
RGB:
(190,240,185)
(75%,94%,73%)

RGB channels and saturation

R 190 of 255 = 75%
G 240 of 255 = 94%
B 185 of 255 = 73%

190
240
185

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

Portions of RGB colors in percentages

R + G + B =
190 + 240 + 185 = 615 (100%)
R 190 of 615 ~ 30.89%
G 240 of 615 ~ 39.02%
B 185 of 615 ~ 30.08%

%30.89
%39.02
%30.08

CMYK color model

#BEF0B9 color CMYK value is (21,0,23,6).

  • cyan value is 20.83%
  • magenta value is 0.00%
  • yellow value is 22.92%
  • key color value is 5.88%
CMYK:
(21,0,23,6)
C21M0Y23K6 
(21%,0%,23%,6%)
(0.21/0.00/0.23/0.06)	

CMYK percentages

%20.83
%0
%22.92
%5.88

Codes

Color #BEF0B9 in popluar color models

BEF0B9
RGB190240185
HSL115°64.71%83.33%
HSB/HSV115°22.92%94.12%
CMYK20.83%0.00%22.92%
5.88%

Color #BEF0B9 in popluar number systems.

HEXBEF0B9
Decimal190240185
Binary101111101111000010111001
Octal276360271

Shades and tints

Shades of #BEF0B9

#BEF0B9
(190,240,185)
#ADDBA9
(173,219,169)
#9CC699
(156,198,153)
#8BB189
(139,177,137)
#7A9C79
(122,156,121)
#698769
(105,135,105)
#587259
(88,114,89)
#475D49
(71,93,73)
#364839
(54,72,57)
#253329
(37,51,41)
#141E19
(20,30,25)
#000000
(0,0,0)

Tints of #BEF0B9

#BEF0B9
(190,240,185)
#C3F1BF
(195,241,191)
#C8F2C5
(200,242,197)
#CDF3CB
(205,243,203)
#D2F4D1
(210,244,209)
#D7F5D7
(215,245,215)
#DCF6DD
(220,246,221)
#E1F7E3
(225,247,227)
#E6F8E9
(230,248,233)
#EBF9EF
(235,249,239)
#F0FAF5
(240,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEF0B9 color. Also use rgb(190,240,185) instead hex code.

Text Font Color

.myTextColor { color: #BEF0B9; }

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

This text font color is #BEF0B9.


Background Color

.myBgColor { background-color: #BEF0B9; }

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

This div background color is #BEF0B9.


Border color

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

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

This div border color is #BEF0B9.


Opacity

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

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

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

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

This text has shadow with #BEF0B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEF0B9 on black background.


Color preview on white background

This text has color #BEF0B9 on white background.



Black color preview on #BEF0B9 background

This text has black color on #BEF0B9 background.


White color preview on #BEF0B9 background

This text has white color on #BEF0B9 background.