COLOR #BEFFC1

HEX: #BEFFC1
RGB: (190,255,193)

Color info

#BEFFC1 contains mainly green color. Web safe color of #BEFFC1 is #CCFFCC (or #CFC).

RGB color model

#BEFFC1 color RGB value is (190,255,193).

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

RGB channels and saturation

R 190 of 255 = 75%
G 255 of 255 = 100%
B 193 of 255 = 76%

190
255
193

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

Portions of RGB colors in percentages

R + G + B =
190 + 255 + 193 = 638 (100%)
R 190 of 638 ~ 29.78%
G 255 of 638 ~ 39.97%
B 193 of 638 ~ 30.25%

%29.78
%39.97
%30.25

CMYK color model

#BEFFC1 color CMYK value is (25,0,24,0).

  • cyan value is 25.49%
  • magenta value is 0.00%
  • yellow value is 24.31%
  • key color value is 0.00%
CMYK:
(25,0,24,0)
C25M0Y24K0 
(25%,0%,24%,0%)
(0.25/0.00/0.24/0.00)	

CMYK percentages

%25.49
%0
%24.31
%0

Codes

Color #BEFFC1 in popluar color models

BEFFC1
RGB190255193
HSL123°100.00%87.25%
HSB/HSV123°25.49%100.00%
CMYK25.49%0.00%24.31%
0.00%

Color #BEFFC1 in popluar number systems.

HEXBEFFC1
Decimal190255193
Binary101111101111111111000001
Octal276377301

Shades and tints

Shades of #BEFFC1

#BEFFC1
(190,255,193)
#ADE8B0
(173,232,176)
#9CD19F
(156,209,159)
#8BBA8E
(139,186,142)
#7AA37D
(122,163,125)
#698C6C
(105,140,108)
#58755B
(88,117,91)
#475E4A
(71,94,74)
#364739
(54,71,57)
#253028
(37,48,40)
#141917
(20,25,23)
#000000
(0,0,0)

Tints of #BEFFC1

#BEFFC1
(190,255,193)
#C3FFC6
(195,255,198)
#C8FFCB
(200,255,203)
#CDFFD0
(205,255,208)
#D2FFD5
(210,255,213)
#D7FFDA
(215,255,218)
#DCFFDF
(220,255,223)
#E1FFE4
(225,255,228)
#E6FFE9
(230,255,233)
#EBFFEE
(235,255,238)
#F0FFF3
(240,255,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEFFC1; }

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

This text font color is #BEFFC1.


Background Color

.myBgColor { background-color: #BEFFC1; }

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

This div background color is #BEFFC1.


Border color

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

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

This div border color is #BEFFC1.


Opacity

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

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

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

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

This text has shadow with #BEFFC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEFFC1 on black background.


Color preview on white background

This text has color #BEFFC1 on white background.



Black color preview on #BEFFC1 background

This text has black color on #BEFFC1 background.


White color preview on #BEFFC1 background

This text has white color on #BEFFC1 background.