COLOR #BEF0B2

HEX: #BEF0B2
RGB: (190,240,178)

Color info

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

RGB color model

#BEF0B2 color RGB value is (190,240,178).

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

RGB channels and saturation

R 190 of 255 = 75%
G 240 of 255 = 94%
B 178 of 255 = 70%

190
240
178

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

Portions of RGB colors in percentages

R + G + B =
190 + 240 + 178 = 608 (100%)
R 190 of 608 ~ 31.25%
G 240 of 608 ~ 39.47%
B 178 of 608 ~ 29.28%

%31.25
%39.47
%29.28

CMYK color model

#BEF0B2 color CMYK value is (21,0,26,6).

  • cyan value is 20.83%
  • magenta value is 0.00%
  • yellow value is 25.83%
  • key color value is 5.88%
CMYK:
(21,0,26,6)
C21M0Y26K6 
(21%,0%,26%,6%)
(0.21/0.00/0.26/0.06)	

CMYK percentages

%20.83
%0
%25.83
%5.88

Codes

Color #BEF0B2 in popluar color models

BEF0B2
RGB190240178
HSL108°67.39%81.96%
HSB/HSV108°25.83%94.12%
CMYK20.83%0.00%25.83%
5.88%

Color #BEF0B2 in popluar number systems.

HEXBEF0B2
Decimal190240178
Binary101111101111000010110010
Octal276360262

Shades and tints

Shades of #BEF0B2

#BEF0B2
(190,240,178)
#ADDBA2
(173,219,162)
#9CC692
(156,198,146)
#8BB182
(139,177,130)
#7A9C72
(122,156,114)
#698762
(105,135,98)
#587252
(88,114,82)
#475D42
(71,93,66)
#364832
(54,72,50)
#253322
(37,51,34)
#141E12
(20,30,18)
#000000
(0,0,0)

Tints of #BEF0B2

#BEF0B2
(190,240,178)
#C3F1B9
(195,241,185)
#C8F2C0
(200,242,192)
#CDF3C7
(205,243,199)
#D2F4CE
(210,244,206)
#D7F5D5
(215,245,213)
#DCF6DC
(220,246,220)
#E1F7E3
(225,247,227)
#E6F8EA
(230,248,234)
#EBF9F1
(235,249,241)
#F0FAF8
(240,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEF0B2; }

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

This text font color is #BEF0B2.


Background Color

.myBgColor { background-color: #BEF0B2; }

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

This div background color is #BEF0B2.


Border color

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

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

This div border color is #BEF0B2.


Opacity

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

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

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

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

This text has shadow with #BEF0B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEF0B2 on black background.


Color preview on white background

This text has color #BEF0B2 on white background.



Black color preview on #BEF0B2 background

This text has black color on #BEF0B2 background.


White color preview on #BEF0B2 background

This text has white color on #BEF0B2 background.