COLOR #BEFFC5

HEX: #BEFFC5
RGB: (190,255,197)

Color info

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

RGB color model

#BEFFC5 color RGB value is (190,255,197).

  • red value is 190;
  • green value is 255;
  • blue value is 197.
RGB:
(190,255,197)
(75%,100%,77%)

RGB channels and saturation

R 190 of 255 = 75%
G 255 of 255 = 100%
B 197 of 255 = 77%

190
255
197

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

Portions of RGB colors in percentages

R + G + B =
190 + 255 + 197 = 642 (100%)
R 190 of 642 ~ 29.6%
G 255 of 642 ~ 39.72%
B 197 of 642 ~ 30.69%

%29.6
%39.72
%30.69

CMYK color model

#BEFFC5 color CMYK value is (25,0,23,0).

  • cyan value is 25.49%
  • magenta value is 0.00%
  • yellow value is 22.75%
  • key color value is 0.00%
CMYK:
(25,0,23,0)
C25M0Y23K0 
(25%,0%,23%,0%)
(0.25/0.00/0.23/0.00)	

CMYK percentages

%25.49
%0
%22.75
%0

Codes

Color #BEFFC5 in popluar color models

BEFFC5
RGB190255197
HSL126°100.00%87.25%
HSB/HSV126°25.49%100.00%
CMYK25.49%0.00%22.75%
0.00%

Color #BEFFC5 in popluar number systems.

HEXBEFFC5
Decimal190255197
Binary101111101111111111000101
Octal276377305

Shades and tints

Shades of #BEFFC5

#BEFFC5
(190,255,197)
#ADE8B4
(173,232,180)
#9CD1A3
(156,209,163)
#8BBA92
(139,186,146)
#7AA381
(122,163,129)
#698C70
(105,140,112)
#58755F
(88,117,95)
#475E4E
(71,94,78)
#36473D
(54,71,61)
#25302C
(37,48,44)
#14191B
(20,25,27)
#000000
(0,0,0)

Tints of #BEFFC5

#BEFFC5
(190,255,197)
#C3FFCA
(195,255,202)
#C8FFCF
(200,255,207)
#CDFFD4
(205,255,212)
#D2FFD9
(210,255,217)
#D7FFDE
(215,255,222)
#DCFFE3
(220,255,227)
#E1FFE8
(225,255,232)
#E6FFED
(230,255,237)
#EBFFF2
(235,255,242)
#F0FFF7
(240,255,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEFFC5 color. Also use rgb(190,255,197) instead hex code.

Text Font Color

.myTextColor { color: #BEFFC5; }

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

This text font color is #BEFFC5.


Background Color

.myBgColor { background-color: #BEFFC5; }

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

This div background color is #BEFFC5.


Border color

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

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

This div border color is #BEFFC5.


Opacity

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

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

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

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

This text has shadow with #BEFFC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEFFC5 on black background.


Color preview on white background

This text has color #BEFFC5 on white background.



Black color preview on #BEFFC5 background

This text has black color on #BEFFC5 background.


White color preview on #BEFFC5 background

This text has white color on #BEFFC5 background.