COLOR #BEFAC9

HEX: #BEFAC9
RGB: (190,250,201)

Color info

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

RGB color model

#BEFAC9 color RGB value is (190,250,201).

  • red value is 190;
  • green value is 250;
  • blue value is 201.
RGB:
(190,250,201)
(75%,98%,79%)

RGB channels and saturation

R 190 of 255 = 75%
G 250 of 255 = 98%
B 201 of 255 = 79%

190
250
201

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

Portions of RGB colors in percentages

R + G + B =
190 + 250 + 201 = 641 (100%)
R 190 of 641 ~ 29.64%
G 250 of 641 ~ 39%
B 201 of 641 ~ 31.36%

%29.64
%39
%31.36

CMYK color model

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

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

CMYK percentages

%24
%0
%19.6
%1.96

Codes

Color #BEFAC9 in popluar color models

BEFAC9
RGB190250201
HSL131°85.71%86.27%
HSB/HSV131°24.00%98.04%
CMYK24.00%0.00%19.60%
1.96%

Color #BEFAC9 in popluar number systems.

HEXBEFAC9
Decimal190250201
Binary101111101111101011001001
Octal276372311

Shades and tints

Shades of #BEFAC9

#BEFAC9
(190,250,201)
#ADE4B7
(173,228,183)
#9CCEA5
(156,206,165)
#8BB893
(139,184,147)
#7AA281
(122,162,129)
#698C6F
(105,140,111)
#58765D
(88,118,93)
#47604B
(71,96,75)
#364A39
(54,74,57)
#253427
(37,52,39)
#141E15
(20,30,21)
#000000
(0,0,0)

Tints of #BEFAC9

#BEFAC9
(190,250,201)
#C3FACD
(195,250,205)
#C8FAD1
(200,250,209)
#CDFAD5
(205,250,213)
#D2FAD9
(210,250,217)
#D7FADD
(215,250,221)
#DCFAE1
(220,250,225)
#E1FAE5
(225,250,229)
#E6FAE9
(230,250,233)
#EBFAED
(235,250,237)
#F0FAF1
(240,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEFAC9 color. Also use rgb(190,250,201) instead hex code.

Text Font Color

.myTextColor { color: #BEFAC9; }

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

This text font color is #BEFAC9.


Background Color

.myBgColor { background-color: #BEFAC9; }

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

This div background color is #BEFAC9.


Border color

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

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

This div border color is #BEFAC9.


Opacity

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

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

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

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

This text has shadow with #BEFAC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEFAC9 on black background.


Color preview on white background

This text has color #BEFAC9 on white background.



Black color preview on #BEFAC9 background

This text has black color on #BEFAC9 background.


White color preview on #BEFAC9 background

This text has white color on #BEFAC9 background.