COLOR #BEFBC8

HEX: #BEFBC8
RGB: (190,251,200)

Color info

#BEFBC8 contains mainly green and blue colors. Web safe color of #BEFBC8 is #CCFFCC (or #CFC).

RGB color model

#BEFBC8 color RGB value is (190,251,200).

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

RGB channels and saturation

R 190 of 255 = 75%
G 251 of 255 = 98%
B 200 of 255 = 78%

190
251
200

R + G + B ~ 84%. #BEFBC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 251 + 200 = 641 (100%)
R 190 of 641 ~ 29.64%
G 251 of 641 ~ 39.16%
B 200 of 641 ~ 31.2%

%29.64
%39.16
%31.2

CMYK color model

#BEFBC8 color CMYK value is (24,0,20,2).

  • cyan value is 24.30%
  • magenta value is 0.00%
  • yellow value is 20.32%
  • key color value is 1.57%
CMYK:
(24,0,20,2)
C24M0Y20K2 
(24%,0%,20%,2%)
(0.24/0.00/0.20/0.02)	

CMYK percentages

%24.3
%0
%20.32
%1.57

Codes

Color #BEFBC8 in popluar color models

BEFBC8
RGB190251200
HSL130°88.41%86.47%
HSB/HSV130°24.30%98.43%
CMYK24.30%0.00%20.32%
1.57%

Color #BEFBC8 in popluar number systems.

HEXBEFBC8
Decimal190251200
Binary101111101111101111001000
Octal276373310

Shades and tints

Shades of #BEFBC8

#BEFBC8
(190,251,200)
#ADE5B6
(173,229,182)
#9CCFA4
(156,207,164)
#8BB992
(139,185,146)
#7AA380
(122,163,128)
#698D6E
(105,141,110)
#58775C
(88,119,92)
#47614A
(71,97,74)
#364B38
(54,75,56)
#253526
(37,53,38)
#141F14
(20,31,20)
#000000
(0,0,0)

Tints of #BEFBC8

#BEFBC8
(190,251,200)
#C3FBCD
(195,251,205)
#C8FBD2
(200,251,210)
#CDFBD7
(205,251,215)
#D2FBDC
(210,251,220)
#D7FBE1
(215,251,225)
#DCFBE6
(220,251,230)
#E1FBEB
(225,251,235)
#E6FBF0
(230,251,240)
#EBFBF5
(235,251,245)
#F0FBFA
(240,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEFBC8; }

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

This text font color is #BEFBC8.


Background Color

.myBgColor { background-color: #BEFBC8; }

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

This div background color is #BEFBC8.


Border color

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

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

This div border color is #BEFBC8.


Opacity

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

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

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

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

This text has shadow with #BEFBC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEFBC8 on black background.


Color preview on white background

This text has color #BEFBC8 on white background.



Black color preview on #BEFBC8 background

This text has black color on #BEFBC8 background.


White color preview on #BEFBC8 background

This text has white color on #BEFBC8 background.