COLOR #BEF9E2

HEX: #BEF9E2
RGB: (190,249,226)

Color info

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

RGB color model

#BEF9E2 color RGB value is (190,249,226).

  • red value is 190;
  • green value is 249;
  • blue value is 226.
RGB:
(190,249,226)
(75%,98%,89%)

RGB channels and saturation

R 190 of 255 = 75%
G 249 of 255 = 98%
B 226 of 255 = 89%

190
249
226

R + G + B ~ 87%. #BEF9E2 is light color.

Portions of RGB colors in percentages

R + G + B =
190 + 249 + 226 = 665 (100%)
R 190 of 665 ~ 28.57%
G 249 of 665 ~ 37.44%
B 226 of 665 ~ 33.98%

%28.57
%37.44
%33.98

CMYK color model

#BEF9E2 color CMYK value is (24,0,9,2).

  • cyan value is 23.69%
  • magenta value is 0.00%
  • yellow value is 9.24%
  • key color value is 2.35%
CMYK:
(24,0,9,2)
C24M0Y9K2 
(24%,0%,9%,2%)
(0.24/0.00/0.09/0.02)	

CMYK percentages

%23.69
%0
%9.24
%2.35

Codes

Color #BEF9E2 in popluar color models

BEF9E2
RGB190249226
HSL157°83.10%86.08%
HSB/HSV157°23.69%97.65%
CMYK23.69%0.00%9.24%
2.35%

Color #BEF9E2 in popluar number systems.

HEXBEF9E2
Decimal190249226
Binary101111101111100111100010
Octal276371342

Shades and tints

Shades of #BEF9E2

#BEF9E2
(190,249,226)
#ADE3CE
(173,227,206)
#9CCDBA
(156,205,186)
#8BB7A6
(139,183,166)
#7AA192
(122,161,146)
#698B7E
(105,139,126)
#58756A
(88,117,106)
#475F56
(71,95,86)
#364942
(54,73,66)
#25332E
(37,51,46)
#141D1A
(20,29,26)
#000000
(0,0,0)

Tints of #BEF9E2

#BEF9E2
(190,249,226)
#C3F9E4
(195,249,228)
#C8F9E6
(200,249,230)
#CDF9E8
(205,249,232)
#D2F9EA
(210,249,234)
#D7F9EC
(215,249,236)
#DCF9EE
(220,249,238)
#E1F9F0
(225,249,240)
#E6F9F2
(230,249,242)
#EBF9F4
(235,249,244)
#F0F9F6
(240,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEF9E2 color. Also use rgb(190,249,226) instead hex code.

Text Font Color

.myTextColor { color: #BEF9E2; }

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

This text font color is #BEF9E2.


Background Color

.myBgColor { background-color: #BEF9E2; }

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

This div background color is #BEF9E2.


Border color

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

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

This div border color is #BEF9E2.


Opacity

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

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

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

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

This text has shadow with #BEF9E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEF9E2 on black background.


Color preview on white background

This text has color #BEF9E2 on white background.



Black color preview on #BEF9E2 background

This text has black color on #BEF9E2 background.


White color preview on #BEF9E2 background

This text has white color on #BEF9E2 background.