COLOR #BEFAA2

HEX: #BEFAA2
RGB: (190,250,162)

Color info

#BEFAA2 contains mainly green color. Web safe color of #BEFAA2 is #CCFF99 (or #CF9).

RGB color model

#BEFAA2 color RGB value is (190,250,162).

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

RGB channels and saturation

R 190 of 255 = 75%
G 250 of 255 = 98%
B 162 of 255 = 64%

190
250
162

R + G + B ~ 79%. #BEFAA2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 250 + 162 = 602 (100%)
R 190 of 602 ~ 31.56%
G 250 of 602 ~ 41.53%
B 162 of 602 ~ 26.91%

%31.56
%41.53
%26.91

CMYK color model

#BEFAA2 color CMYK value is (24,0,35,2).

  • cyan value is 24.00%
  • magenta value is 0.00%
  • yellow value is 35.20%
  • key color value is 1.96%
CMYK:
(24,0,35,2)
C24M0Y35K2 
(24%,0%,35%,2%)
(0.24/0.00/0.35/0.02)	

CMYK percentages

%24
%0
%35.2
%1.96

Codes

Color #BEFAA2 in popluar color models

BEFAA2
RGB190250162
HSL101°89.80%80.78%
HSB/HSV101°35.20%98.04%
CMYK24.00%0.00%35.20%
1.96%

Color #BEFAA2 in popluar number systems.

HEXBEFAA2
Decimal190250162
Binary101111101111101010100010
Octal276372242

Shades and tints

Shades of #BEFAA2

#BEFAA2
(190,250,162)
#ADE494
(173,228,148)
#9CCE86
(156,206,134)
#8BB878
(139,184,120)
#7AA26A
(122,162,106)
#698C5C
(105,140,92)
#58764E
(88,118,78)
#476040
(71,96,64)
#364A32
(54,74,50)
#253424
(37,52,36)
#141E16
(20,30,22)
#000000
(0,0,0)

Tints of #BEFAA2

#BEFAA2
(190,250,162)
#C3FAAA
(195,250,170)
#C8FAB2
(200,250,178)
#CDFABA
(205,250,186)
#D2FAC2
(210,250,194)
#D7FACA
(215,250,202)
#DCFAD2
(220,250,210)
#E1FADA
(225,250,218)
#E6FAE2
(230,250,226)
#EBFAEA
(235,250,234)
#F0FAF2
(240,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEFAA2; }

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

This text font color is #BEFAA2.


Background Color

.myBgColor { background-color: #BEFAA2; }

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

This div background color is #BEFAA2.


Border color

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

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

This div border color is #BEFAA2.


Opacity

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

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

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

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

This text has shadow with #BEFAA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEFAA2 on black background.


Color preview on white background

This text has color #BEFAA2 on white background.



Black color preview on #BEFAA2 background

This text has black color on #BEFAA2 background.


White color preview on #BEFAA2 background

This text has white color on #BEFAA2 background.