COLOR #BEEFB9

HEX: #BEEFB9
RGB: (190,239,185)

Renk bilgisi

#BEEFB9 contains red, green and blue colors in about the same proportion. #BEEFB9 ‘ nin web güvenlik rengi #CCFFCC (ya da #CFC) dir.

RGB renk modeli

#BEEFB9 color RGB value is (190,239,185).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 239 of 255 = 94%
B 185 of 255 = 73%

190
239
185

R + G + B ~ 81%. #BEEFB9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 239 + 185 = 614 (100%)
R 190 of 614 ~ 30.94%
G 239 of 614 ~ 38.93%
B 185 of 614 ~ 30.13%

%30.94
%38.93
%30.13

CMYK RENK MODELİ

#BEEFB9 rengi CMYK tonu (21,0,23,6).

  • camgöbeği tonu 20.50%
  • eflatun tonu 0.00%
  • sarı tonu 22.59%
  • ana renk tonu 6.27%
CMYK:
(21,0,23,6)
C21M0Y23K6 
(21%,0%,23%,6%)
(0.21/0.00/0.23/0.06)	

CMYK yüzdeleri

%20.5
%0
%22.59
%6.27

Codes

Color #BEEFB9 in popluar color models

BEEFB9
RGB190239185
HSL114°62.79%83.14%
HSB/HSV114°22.59%93.73%
CMYK20.50%0.00%22.59%
6.27%

Color #BEEFB9 in popluar number systems.

HEXBEEFB9
Decimal190239185
Binary101111101110111110111001
Octal276357271

Shades and tints

Shades of #BEEFB9

#BEEFB9
(190,239,185)
#ADDAA9
(173,218,169)
#9CC599
(156,197,153)
#8BB089
(139,176,137)
#7A9B79
(122,155,121)
#698669
(105,134,105)
#587159
(88,113,89)
#475C49
(71,92,73)
#364739
(54,71,57)
#253229
(37,50,41)
#141D19
(20,29,25)
#000000
(0,0,0)

Tints of #BEEFB9

#BEEFB9
(190,239,185)
#C3F0BF
(195,240,191)
#C8F1C5
(200,241,197)
#CDF2CB
(205,242,203)
#D2F3D1
(210,243,209)
#D7F4D7
(215,244,215)
#DCF5DD
(220,245,221)
#E1F6E3
(225,246,227)
#E6F7E9
(230,247,233)
#EBF8EF
(235,248,239)
#F0F9F5
(240,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEEFB9; }

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

This text font color is #BEEFB9.


Background Color

.myBgColor { background-color: #BEEFB9; }

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

This div background color is #BEEFB9.


Border color

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

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

This div border color is #BEEFB9.


Opacity

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

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

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

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

This text has shadow with #BEEFB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEEFB9 on black background.


Color preview on white background

This text has color #BEEFB9 on white background.



Black color preview on #BEEFB9 background

This text has black color on #BEEFB9 background.


White color preview on #BEEFB9 background

This text has white color on #BEEFB9 background.