COLOR #BEF7E2

HEX: #BEF7E2
RGB: (190,247,226)

Color info

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

RGB color model

#BEF7E2 color RGB value is (190,247,226).

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

RGB channels and saturation

R 190 of 255 = 75%
G 247 of 255 = 97%
B 226 of 255 = 89%

190
247
226

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

Portions of RGB colors in percentages

R + G + B =
190 + 247 + 226 = 663 (100%)
R 190 of 663 ~ 28.66%
G 247 of 663 ~ 37.25%
B 226 of 663 ~ 34.09%

%28.66
%37.25
%34.09

CMYK color model

#BEF7E2 color CMYK value is (23,0,9,3).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 8.50%
  • key color value is 3.14%
CMYK:
(23,0,9,3)
C23M0Y9K3 
(23%,0%,9%,3%)
(0.23/0.00/0.09/0.03)	

CMYK percentages

%23.08
%0
%8.5
%3.14

Codes

Color #BEF7E2 in popluar color models

BEF7E2
RGB190247226
HSL158°78.08%85.69%
HSB/HSV158°23.08%96.86%
CMYK23.08%0.00%8.50%
3.14%

Color #BEF7E2 in popluar number systems.

HEXBEF7E2
Decimal190247226
Binary101111101111011111100010
Octal276367342

Shades and tints

Shades of #BEF7E2

#BEF7E2
(190,247,226)
#ADE1CE
(173,225,206)
#9CCBBA
(156,203,186)
#8BB5A6
(139,181,166)
#7A9F92
(122,159,146)
#69897E
(105,137,126)
#58736A
(88,115,106)
#475D56
(71,93,86)
#364742
(54,71,66)
#25312E
(37,49,46)
#141B1A
(20,27,26)
#000000
(0,0,0)

Tints of #BEF7E2

#BEF7E2
(190,247,226)
#C3F7E4
(195,247,228)
#C8F7E6
(200,247,230)
#CDF7E8
(205,247,232)
#D2F7EA
(210,247,234)
#D7F7EC
(215,247,236)
#DCF7EE
(220,247,238)
#E1F7F0
(225,247,240)
#E6F7F2
(230,247,242)
#EBF7F4
(235,247,244)
#F0F7F6
(240,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEF7E2; }

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

This text font color is #BEF7E2.


Background Color

.myBgColor { background-color: #BEF7E2; }

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

This div background color is #BEF7E2.


Border color

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

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

This div border color is #BEF7E2.


Opacity

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

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

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

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

This text has shadow with #BEF7E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEF7E2 on black background.


Color preview on white background

This text has color #BEF7E2 on white background.



Black color preview on #BEF7E2 background

This text has black color on #BEF7E2 background.


White color preview on #BEF7E2 background

This text has white color on #BEF7E2 background.