COLOR #BEF8AC

HEX: #BEF8AC RGB: (190,248,172)

Color info

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

RGB color model

#BEF8AC color RGB value is (190,248,172).

RGB: (190,248,172) (75%, 97%, 67%)

RGB channels and saturation

R 190 of 255 = 75%
G 248 of 255 = 97%
B 172 of 255 = 67%

190
248
172

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

Portions of RGB colors in percentages

R + G + B = 190 + 248 + 172 = 610 (100%)
R 190 of 610 ~ 31.15%
G 248 of 610 ~ 40.66%
B 172 of 610 ~ 28.2'%

%31.15
%40.66
%28.2

CMYK color model

#BEF8AC color CMYK value is (23,0,31,3).

  • cyan value is 23.39%
  • magenta value is 0.00%
  • yellow value is 30.65%
  • key color value is 2.75%
CMYK: (23,0,31,3) C23M0Y31K3 (23%,0%,31%,3%) (0.23/0.00/0.31/0.03) 

CMYK percentages

%23.39
%0
%30.65
%2.75

Codes

Color #BEF8AC in popluar color models

BE F8 AC
RGB 190 248 172
HSL 106° 84.44% 82.35%
HSB/HSV 106° 30.65% 97.25%
CMYK 23.39% 0.00% 30.65%
2.75%

Color #BEF8AC in popluar number systems.

HEX BE F8 AC
Decimal 190 248 172
Binary 10111110 11111000 10101100
Octal 276 370 254

Shades and tints

Shades of #BEF8AC

#BEF8AC
(190,248,172)
#ADE29D
(173,226,157)
#9CCC8E
(156,204,142)
#8BB67F
(139,182,127)
#7AA070
(122,160,112)
#698A61
(105,138,97)
#587452
(88,116,82)
#475E43
(71,94,67)
#364834
(54,72,52)
#253225
(37,50,37)
#141C16
(20,28,22)
#000000
(0,0,0)

Tints of #BEF8AC

#BEF8AC
(190,248,172)
#C3F8B3
(195,248,179)
#C8F8BA
(200,248,186)
#CDF8C1
(205,248,193)
#D2F8C8
(210,248,200)
#D7F8CF
(215,248,207)
#DCF8D6
(220,248,214)
#E1F8DD
(225,248,221)
#E6F8E4
(230,248,228)
#EBF8EB
(235,248,235)
#F0F8F2
(240,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEF8AC color. Also use rgb(190,248,172) instead hex code.

Text Font Color

.myTextColor { color: #BEF8AC; }

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

This text font color is #BEF8AC.

Background Color

.myBgColor { background-color: #BEF8AC; }

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

This div background color is #BEF8AC.

Border color

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

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

This div border color is #BEF8AC.

Opacity

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

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

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

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

This text has shadow with #BEF8AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEF8AC.

Preview

Color preview on black background

This text has color #BEF8AC on black background.


Color preview on white background

This text has color #BEF8AC on white background.


Black color preview on #BEF8AC background

This text has black color on #BEF8AC background.


White color preview on #BEF8AC background

This text has white color on #BEF8AC background.


Related colors

Complementary color

Complementary color for #hex is #410753.


I love getcolorcode.com

Triadic colors

1 #ACBEF8 and #F8ACBE with #BEF8AC are triadic colors.

2 #ACF8BE and #F8BEAC with #BEF8AC are triadic colors.