COLOR #BEF8C3

HEX: #BEF8C3
RGB: (190,248,195)

Color info

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

RGB color model

#BEF8C3 color RGB value is (190,248,195).

  • red value is 190;
  • green value is 248;
  • blue value is 195.
RGB:
(190,248,195)
(75%,97%,76%)

RGB channels and saturation

R 190 of 255 = 75%
G 248 of 255 = 97%
B 195 of 255 = 76%

190
248
195

R + G + B ~ 83%. #BEF8C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 248 + 195 = 633 (100%)
R 190 of 633 ~ 30.02%
G 248 of 633 ~ 39.18%
B 195 of 633 ~ 30.81%

%30.02
%39.18
%30.81

CMYK color model

#BEF8C3 color CMYK value is (23,0,21,3).

  • cyan value is 23.39%
  • magenta value is 0.00%
  • yellow value is 21.37%
  • key color value is 2.75%
CMYK:
(23,0,21,3)
C23M0Y21K3 
(23%,0%,21%,3%)
(0.23/0.00/0.21/0.03)	

CMYK percentages

%23.39
%0
%21.37
%2.75

Codes

Color #BEF8C3 in popluar color models

BEF8C3
RGB190248195
HSL125°80.56%85.88%
HSB/HSV125°23.39%97.25%
CMYK23.39%0.00%21.37%
2.75%

Color #BEF8C3 in popluar number systems.

HEXBEF8C3
Decimal190248195
Binary101111101111100011000011
Octal276370303

Shades and tints

Shades of #BEF8C3

#BEF8C3
(190,248,195)
#ADE2B2
(173,226,178)
#9CCCA1
(156,204,161)
#8BB690
(139,182,144)
#7AA07F
(122,160,127)
#698A6E
(105,138,110)
#58745D
(88,116,93)
#475E4C
(71,94,76)
#36483B
(54,72,59)
#25322A
(37,50,42)
#141C19
(20,28,25)
#000000
(0,0,0)

Tints of #BEF8C3

#BEF8C3
(190,248,195)
#C3F8C8
(195,248,200)
#C8F8CD
(200,248,205)
#CDF8D2
(205,248,210)
#D2F8D7
(210,248,215)
#D7F8DC
(215,248,220)
#DCF8E1
(220,248,225)
#E1F8E6
(225,248,230)
#E6F8EB
(230,248,235)
#EBF8F0
(235,248,240)
#F0F8F5
(240,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEF8C3 color. Also use rgb(190,248,195) instead hex code.

Text Font Color

.myTextColor { color: #BEF8C3; }

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

This text font color is #BEF8C3.


Background Color

.myBgColor { background-color: #BEF8C3; }

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

This div background color is #BEF8C3.


Border color

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

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

This div border color is #BEF8C3.


Opacity

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

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

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

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

This text has shadow with #BEF8C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEF8C3 on black background.


Color preview on white background

This text has color #BEF8C3 on white background.



Black color preview on #BEF8C3 background

This text has black color on #BEF8C3 background.


White color preview on #BEF8C3 background

This text has white color on #BEF8C3 background.