COLOR #BEEFAF

HEX: #BEEFAF
RGB: (190,239,175)

Color info

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

RGB color model

#BEEFAF color RGB value is (190,239,175).

  • red value is 190;
  • green value is 239;
  • blue value is 175.
RGB:
(190,239,175)
(75%,94%,69%)

RGB channels and saturation

R 190 of 255 = 75%
G 239 of 255 = 94%
B 175 of 255 = 69%

190
239
175

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

Portions of RGB colors in percentages

R + G + B =
190 + 239 + 175 = 604 (100%)
R 190 of 604 ~ 31.46%
G 239 of 604 ~ 39.57%
B 175 of 604 ~ 28.97%

%31.46
%39.57
%28.97

CMYK color model

#BEEFAF color CMYK value is (21,0,27,6).

  • cyan value is 20.50%
  • magenta value is 0.00%
  • yellow value is 26.78%
  • key color value is 6.27%
CMYK:
(21,0,27,6)
C21M0Y27K6 
(21%,0%,27%,6%)
(0.21/0.00/0.27/0.06)	

CMYK percentages

%20.5
%0
%26.78
%6.27

Codes

Color #BEEFAF in popluar color models

BEEFAF
RGB190239175
HSL106°66.67%81.18%
HSB/HSV106°26.78%93.73%
CMYK20.50%0.00%26.78%
6.27%

Color #BEEFAF in popluar number systems.

HEXBEEFAF
Decimal190239175
Binary101111101110111110101111
Octal276357257

Shades and tints

Shades of #BEEFAF

#BEEFAF
(190,239,175)
#ADDAA0
(173,218,160)
#9CC591
(156,197,145)
#8BB082
(139,176,130)
#7A9B73
(122,155,115)
#698664
(105,134,100)
#587155
(88,113,85)
#475C46
(71,92,70)
#364737
(54,71,55)
#253228
(37,50,40)
#141D19
(20,29,25)
#000000
(0,0,0)

Tints of #BEEFAF

#BEEFAF
(190,239,175)
#C3F0B6
(195,240,182)
#C8F1BD
(200,241,189)
#CDF2C4
(205,242,196)
#D2F3CB
(210,243,203)
#D7F4D2
(215,244,210)
#DCF5D9
(220,245,217)
#E1F6E0
(225,246,224)
#E6F7E7
(230,247,231)
#EBF8EE
(235,248,238)
#F0F9F5
(240,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEEFAF color. Also use rgb(190,239,175) instead hex code.

Text Font Color

.myTextColor { color: #BEEFAF; }

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

This text font color is #BEEFAF.


Background Color

.myBgColor { background-color: #BEEFAF; }

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

This div background color is #BEEFAF.


Border color

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

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

This div border color is #BEEFAF.


Opacity

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

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

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

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

This text has shadow with #BEEFAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEEFAF on black background.


Color preview on white background

This text has color #BEEFAF on white background.



Black color preview on #BEEFAF background

This text has black color on #BEEFAF background.


White color preview on #BEEFAF background

This text has white color on #BEEFAF background.