COLOR #BEF9AA

HEX: #BEF9AA
RGB: (190,249,170)

Color info

#BEF9AA contains mainly red and green colors. Web safe color of #BEF9AA is #CCFF99 (or #CF9).

RGB color model

#BEF9AA color RGB value is (190,249,170).

  • red value is 190;
  • green value is 249;
  • blue value is 170.
RGB:
(190,249,170)
(75%,98%,67%)

RGB channels and saturation

R 190 of 255 = 75%
G 249 of 255 = 98%
B 170 of 255 = 67%

190
249
170

R + G + B ~ 80%. #BEF9AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 249 + 170 = 609 (100%)
R 190 of 609 ~ 31.2%
G 249 of 609 ~ 40.89%
B 170 of 609 ~ 27.91%

%31.2
%40.89
%27.91

CMYK color model

#BEF9AA color CMYK value is (24,0,32,2).

  • cyan value is 23.69%
  • magenta value is 0.00%
  • yellow value is 31.73%
  • key color value is 2.35%
CMYK:
(24,0,32,2)
C24M0Y32K2 
(24%,0%,32%,2%)
(0.24/0.00/0.32/0.02)	

CMYK percentages

%23.69
%0
%31.73
%2.35

Codes

Color #BEF9AA in popluar color models

BEF9AA
RGB190249170
HSL105°86.81%82.16%
HSB/HSV105°31.73%97.65%
CMYK23.69%0.00%31.73%
2.35%

Color #BEF9AA in popluar number systems.

HEXBEF9AA
Decimal190249170
Binary101111101111100110101010
Octal276371252

Shades and tints

Shades of #BEF9AA

#BEF9AA
(190,249,170)
#ADE39B
(173,227,155)
#9CCD8C
(156,205,140)
#8BB77D
(139,183,125)
#7AA16E
(122,161,110)
#698B5F
(105,139,95)
#587550
(88,117,80)
#475F41
(71,95,65)
#364932
(54,73,50)
#253323
(37,51,35)
#141D14
(20,29,20)
#000000
(0,0,0)

Tints of #BEF9AA

#BEF9AA
(190,249,170)
#C3F9B1
(195,249,177)
#C8F9B8
(200,249,184)
#CDF9BF
(205,249,191)
#D2F9C6
(210,249,198)
#D7F9CD
(215,249,205)
#DCF9D4
(220,249,212)
#E1F9DB
(225,249,219)
#E6F9E2
(230,249,226)
#EBF9E9
(235,249,233)
#F0F9F0
(240,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEF9AA color. Also use rgb(190,249,170) instead hex code.

Text Font Color

.myTextColor { color: #BEF9AA; }

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

This text font color is #BEF9AA.


Background Color

.myBgColor { background-color: #BEF9AA; }

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

This div background color is #BEF9AA.


Border color

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

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

This div border color is #BEF9AA.


Opacity

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

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

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

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

This text has shadow with #BEF9AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEF9AA on black background.


Color preview on white background

This text has color #BEF9AA on white background.



Black color preview on #BEF9AA background

This text has black color on #BEF9AA background.


White color preview on #BEF9AA background

This text has white color on #BEF9AA background.