COLOR #BEE5A8

HEX: #BEE5A8
RGB: (190,229,168)

Renk bilgisi

#BEE5A8 contains mainly red and green colors. #BEE5A8 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#BEE5A8 color RGB value is (190,229,168).

  • kırmız ton 190;
  • yeşil ton 229;
  • mavi ton 168.
RGB:
(190,229,168)
(75%,90%,66%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 229 of 255 = 90%
B 168 of 255 = 66%

190
229
168

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 229 + 168 = 587 (100%)
R 190 of 587 ~ 32.37%
G 229 of 587 ~ 39.01%
B 168 of 587 ~ 28.62%

%32.37
%39.01
%28.62

CMYK RENK MODELİ

#BEE5A8 rengi CMYK tonu (17,0,27,10).

  • camgöbeği tonu 17.03%
  • eflatun tonu 0.00%
  • sarı tonu 26.64%
  • ana renk tonu 10.20%
CMYK:
(17,0,27,10)
C17M0Y27K10 
(17%,0%,27%,10%)
(0.17/0.00/0.27/0.10)	

CMYK yüzdeleri

%17.03
%0
%26.64
%10.2

Codes

Color #BEE5A8 in popluar color models

BEE5A8
RGB190229168
HSL98°53.98%77.84%
HSB/HSV98°26.64%89.80%
CMYK17.03%0.00%26.64%
10.20%

Color #BEE5A8 in popluar number systems.

HEXBEE5A8
Decimal190229168
Binary101111101110010110101000
Octal276345250

Shades and tints

Shades of #BEE5A8

#BEE5A8
(190,229,168)
#ADD199
(173,209,153)
#9CBD8A
(156,189,138)
#8BA97B
(139,169,123)
#7A956C
(122,149,108)
#69815D
(105,129,93)
#586D4E
(88,109,78)
#47593F
(71,89,63)
#364530
(54,69,48)
#253121
(37,49,33)
#141D12
(20,29,18)
#000000
(0,0,0)

Tints of #BEE5A8

#BEE5A8
(190,229,168)
#C3E7AF
(195,231,175)
#C8E9B6
(200,233,182)
#CDEBBD
(205,235,189)
#D2EDC4
(210,237,196)
#D7EFCB
(215,239,203)
#DCF1D2
(220,241,210)
#E1F3D9
(225,243,217)
#E6F5E0
(230,245,224)
#EBF7E7
(235,247,231)
#F0F9EE
(240,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE5A8 color. Also use rgb(190,229,168) instead hex code.

Text Font Color

.myTextColor { color: #BEE5A8; }

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

This text font color is #BEE5A8.


Background Color

.myBgColor { background-color: #BEE5A8; }

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

This div background color is #BEE5A8.


Border color

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

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

This div border color is #BEE5A8.


Opacity

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

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

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

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

This text has shadow with #BEE5A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE5A8 on black background.


Color preview on white background

This text has color #BEE5A8 on white background.



Black color preview on #BEE5A8 background

This text has black color on #BEE5A8 background.


White color preview on #BEE5A8 background

This text has white color on #BEE5A8 background.