COLOR #BEF1C8

HEX: #BEF1C8
RGB: (190,241,200)

Color info

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

RGB color model

#BEF1C8 color RGB value is (190,241,200).

  • red value is 190;
  • green value is 241;
  • blue value is 200.
RGB:
(190,241,200)
(75%,95%,78%)

RGB channels and saturation

R 190 of 255 = 75%
G 241 of 255 = 95%
B 200 of 255 = 78%

190
241
200

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

Portions of RGB colors in percentages

R + G + B =
190 + 241 + 200 = 631 (100%)
R 190 of 631 ~ 30.11%
G 241 of 631 ~ 38.19%
B 200 of 631 ~ 31.7%

%30.11
%38.19
%31.7

CMYK color model

#BEF1C8 color CMYK value is (21,0,17,5).

  • cyan value is 21.16%
  • magenta value is 0.00%
  • yellow value is 17.01%
  • key color value is 5.49%
CMYK:
(21,0,17,5)
C21M0Y17K5 
(21%,0%,17%,5%)
(0.21/0.00/0.17/0.05)	

CMYK percentages

%21.16
%0
%17.01
%5.49

Codes

Color #BEF1C8 in popluar color models

BEF1C8
RGB190241200
HSL132°64.56%84.51%
HSB/HSV132°21.16%94.51%
CMYK21.16%0.00%17.01%
5.49%

Color #BEF1C8 in popluar number systems.

HEXBEF1C8
Decimal190241200
Binary101111101111000111001000
Octal276361310

Shades and tints

Shades of #BEF1C8

#BEF1C8
(190,241,200)
#ADDCB6
(173,220,182)
#9CC7A4
(156,199,164)
#8BB292
(139,178,146)
#7A9D80
(122,157,128)
#69886E
(105,136,110)
#58735C
(88,115,92)
#475E4A
(71,94,74)
#364938
(54,73,56)
#253426
(37,52,38)
#141F14
(20,31,20)
#000000
(0,0,0)

Tints of #BEF1C8

#BEF1C8
(190,241,200)
#C3F2CD
(195,242,205)
#C8F3D2
(200,243,210)
#CDF4D7
(205,244,215)
#D2F5DC
(210,245,220)
#D7F6E1
(215,246,225)
#DCF7E6
(220,247,230)
#E1F8EB
(225,248,235)
#E6F9F0
(230,249,240)
#EBFAF5
(235,250,245)
#F0FBFA
(240,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEF1C8 color. Also use rgb(190,241,200) instead hex code.

Text Font Color

.myTextColor { color: #BEF1C8; }

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

This text font color is #BEF1C8.


Background Color

.myBgColor { background-color: #BEF1C8; }

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

This div background color is #BEF1C8.


Border color

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

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

This div border color is #BEF1C8.


Opacity

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

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

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

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

This text has shadow with #BEF1C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEF1C8 on black background.


Color preview on white background

This text has color #BEF1C8 on white background.



Black color preview on #BEF1C8 background

This text has black color on #BEF1C8 background.


White color preview on #BEF1C8 background

This text has white color on #BEF1C8 background.