COLOR #BEEF9E

HEX: #BEEF9E
RGB: (190,239,158)

Renk bilgisi

#BEEF9E contains mainly red and green colors. #BEEF9E ‘ nin web güvenlik rengi #CCFF99 (ya da #CF9) dir.

RGB renk modeli

#BEEF9E color RGB value is (190,239,158).

  • kırmız ton 190;
  • yeşil ton 239;
  • mavi ton 158.
RGB:
(190,239,158)
(75%,94%,62%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 239 of 255 = 94%
B 158 of 255 = 62%

190
239
158

R + G + B ~ 77%. #BEEF9E is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 239 + 158 = 587 (100%)
R 190 of 587 ~ 32.37%
G 239 of 587 ~ 40.72%
B 158 of 587 ~ 26.92%

%32.37
%40.72
%26.92

CMYK RENK MODELİ

#BEEF9E rengi CMYK tonu (21,0,34,6).

  • camgöbeği tonu 20.50%
  • eflatun tonu 0.00%
  • sarı tonu 33.89%
  • ana renk tonu 6.27%
CMYK:
(21,0,34,6)
C21M0Y34K6 
(21%,0%,34%,6%)
(0.21/0.00/0.34/0.06)	

CMYK yüzdeleri

%20.5
%0
%33.89
%6.27

Codes

Color #BEEF9E in popluar color models

BEEF9E
RGB190239158
HSL96°71.68%77.84%
HSB/HSV96°33.89%93.73%
CMYK20.50%0.00%33.89%
6.27%

Color #BEEF9E in popluar number systems.

HEXBEEF9E
Decimal190239158
Binary101111101110111110011110
Octal276357236

Shades and tints

Shades of #BEEF9E

#BEEF9E
(190,239,158)
#ADDA90
(173,218,144)
#9CC582
(156,197,130)
#8BB074
(139,176,116)
#7A9B66
(122,155,102)
#698658
(105,134,88)
#58714A
(88,113,74)
#475C3C
(71,92,60)
#36472E
(54,71,46)
#253220
(37,50,32)
#141D12
(20,29,18)
#000000
(0,0,0)

Tints of #BEEF9E

#BEEF9E
(190,239,158)
#C3F0A6
(195,240,166)
#C8F1AE
(200,241,174)
#CDF2B6
(205,242,182)
#D2F3BE
(210,243,190)
#D7F4C6
(215,244,198)
#DCF5CE
(220,245,206)
#E1F6D6
(225,246,214)
#E6F7DE
(230,247,222)
#EBF8E6
(235,248,230)
#F0F9EE
(240,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEEF9E; }

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

This text font color is #BEEF9E.


Background Color

.myBgColor { background-color: #BEEF9E; }

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

This div background color is #BEEF9E.


Border color

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

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

This div border color is #BEEF9E.


Opacity

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

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

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

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

This text has shadow with #BEEF9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEEF9E on black background.


Color preview on white background

This text has color #BEEF9E on white background.



Black color preview on #BEEF9E background

This text has black color on #BEEF9E background.


White color preview on #BEEF9E background

This text has white color on #BEEF9E background.