COLOR #BEFBC3

HEX: #BEFBC3
RGB: (190,251,195)

Color info

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

RGB color model

#BEFBC3 color RGB value is (190,251,195).

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

RGB channels and saturation

R 190 of 255 = 75%
G 251 of 255 = 98%
B 195 of 255 = 76%

190
251
195

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

Portions of RGB colors in percentages

R + G + B =
190 + 251 + 195 = 636 (100%)
R 190 of 636 ~ 29.87%
G 251 of 636 ~ 39.47%
B 195 of 636 ~ 30.66%

%29.87
%39.47
%30.66

CMYK color model

#BEFBC3 color CMYK value is (24,0,22,2).

  • cyan value is 24.30%
  • magenta value is 0.00%
  • yellow value is 22.31%
  • key color value is 1.57%
CMYK:
(24,0,22,2)
C24M0Y22K2 
(24%,0%,22%,2%)
(0.24/0.00/0.22/0.02)	

CMYK percentages

%24.3
%0
%22.31
%1.57

Codes

Color #BEFBC3 in popluar color models

BEFBC3
RGB190251195
HSL125°88.41%86.47%
HSB/HSV125°24.30%98.43%
CMYK24.30%0.00%22.31%
1.57%

Color #BEFBC3 in popluar number systems.

HEXBEFBC3
Decimal190251195
Binary101111101111101111000011
Octal276373303

Shades and tints

Shades of #BEFBC3

#BEFBC3
(190,251,195)
#ADE5B2
(173,229,178)
#9CCFA1
(156,207,161)
#8BB990
(139,185,144)
#7AA37F
(122,163,127)
#698D6E
(105,141,110)
#58775D
(88,119,93)
#47614C
(71,97,76)
#364B3B
(54,75,59)
#25352A
(37,53,42)
#141F19
(20,31,25)
#000000
(0,0,0)

Tints of #BEFBC3

#BEFBC3
(190,251,195)
#C3FBC8
(195,251,200)
#C8FBCD
(200,251,205)
#CDFBD2
(205,251,210)
#D2FBD7
(210,251,215)
#D7FBDC
(215,251,220)
#DCFBE1
(220,251,225)
#E1FBE6
(225,251,230)
#E6FBEB
(230,251,235)
#EBFBF0
(235,251,240)
#F0FBF5
(240,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEFBC3; }

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

This text font color is #BEFBC3.


Background Color

.myBgColor { background-color: #BEFBC3; }

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

This div background color is #BEFBC3.


Border color

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

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

This div border color is #BEFBC3.


Opacity

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

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

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

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

This text has shadow with #BEFBC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEFBC3 on black background.


Color preview on white background

This text has color #BEFBC3 on white background.



Black color preview on #BEFBC3 background

This text has black color on #BEFBC3 background.


White color preview on #BEFBC3 background

This text has white color on #BEFBC3 background.