COLOR #BEE5A1

HEX: #BEE5A1
RGB: (190,229,161)

Renk bilgisi

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

RGB renk modeli

#BEE5A1 color RGB value is (190,229,161).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 229 of 255 = 90%
B 161 of 255 = 63%

190
229
161

R + G + B ~ 76%. #BEE5A1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 229 + 161 = 580 (100%)
R 190 of 580 ~ 32.76%
G 229 of 580 ~ 39.48%
B 161 of 580 ~ 27.76%

%32.76
%39.48
%27.76

CMYK RENK MODELİ

#BEE5A1 rengi CMYK tonu (17,0,30,10).

  • camgöbeği tonu 17.03%
  • eflatun tonu 0.00%
  • sarı tonu 29.69%
  • ana renk tonu 10.20%
CMYK:
(17,0,30,10)
C17M0Y30K10 
(17%,0%,30%,10%)
(0.17/0.00/0.30/0.10)	

CMYK yüzdeleri

%17.03
%0
%29.69
%10.2

Codes

Color #BEE5A1 in popluar color models

BEE5A1
RGB190229161
HSL94°56.67%76.47%
HSB/HSV94°29.69%89.80%
CMYK17.03%0.00%29.69%
10.20%

Color #BEE5A1 in popluar number systems.

HEXBEE5A1
Decimal190229161
Binary101111101110010110100001
Octal276345241

Shades and tints

Shades of #BEE5A1

#BEE5A1
(190,229,161)
#ADD193
(173,209,147)
#9CBD85
(156,189,133)
#8BA977
(139,169,119)
#7A9569
(122,149,105)
#69815B
(105,129,91)
#586D4D
(88,109,77)
#47593F
(71,89,63)
#364531
(54,69,49)
#253123
(37,49,35)
#141D15
(20,29,21)
#000000
(0,0,0)

Tints of #BEE5A1

#BEE5A1
(190,229,161)
#C3E7A9
(195,231,169)
#C8E9B1
(200,233,177)
#CDEBB9
(205,235,185)
#D2EDC1
(210,237,193)
#D7EFC9
(215,239,201)
#DCF1D1
(220,241,209)
#E1F3D9
(225,243,217)
#E6F5E1
(230,245,225)
#EBF7E9
(235,247,233)
#F0F9F1
(240,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEE5A1; }

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

This text font color is #BEE5A1.


Background Color

.myBgColor { background-color: #BEE5A1; }

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

This div background color is #BEE5A1.


Border color

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

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

This div border color is #BEE5A1.


Opacity

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

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

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

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

This text has shadow with #BEE5A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE5A1 on black background.


Color preview on white background

This text has color #BEE5A1 on white background.



Black color preview on #BEE5A1 background

This text has black color on #BEE5A1 background.


White color preview on #BEE5A1 background

This text has white color on #BEE5A1 background.