COLOR #BEE2A7

HEX: #BEE2A7
RGB: (190,226,167)

Renk bilgisi

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

RGB renk modeli

#BEE2A7 color RGB value is (190,226,167).

  • kırmız ton 190;
  • yeşil ton 226;
  • mavi ton 167.
RGB:
(190,226,167)
(75%,89%,65%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 226 of 255 = 89%
B 167 of 255 = 65%

190
226
167

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 226 + 167 = 583 (100%)
R 190 of 583 ~ 32.59%
G 226 of 583 ~ 38.77%
B 167 of 583 ~ 28.64%

%32.59
%38.77
%28.64

CMYK RENK MODELİ

#BEE2A7 rengi CMYK tonu (16,0,26,11).

  • camgöbeği tonu 15.93%
  • eflatun tonu 0.00%
  • sarı tonu 26.11%
  • ana renk tonu 11.37%
CMYK:
(16,0,26,11)
C16M0Y26K11 
(16%,0%,26%,11%)
(0.16/0.00/0.26/0.11)	

CMYK yüzdeleri

%15.93
%0
%26.11
%11.37

Codes

Color #BEE2A7 in popluar color models

BEE2A7
RGB190226167
HSL97°50.43%77.06%
HSB/HSV97°26.11%88.63%
CMYK15.93%0.00%26.11%
11.37%

Color #BEE2A7 in popluar number systems.

HEXBEE2A7
Decimal190226167
Binary101111101110001010100111
Octal276342247

Shades and tints

Shades of #BEE2A7

#BEE2A7
(190,226,167)
#ADCE98
(173,206,152)
#9CBA89
(156,186,137)
#8BA67A
(139,166,122)
#7A926B
(122,146,107)
#697E5C
(105,126,92)
#586A4D
(88,106,77)
#47563E
(71,86,62)
#36422F
(54,66,47)
#252E20
(37,46,32)
#141A11
(20,26,17)
#000000
(0,0,0)

Tints of #BEE2A7

#BEE2A7
(190,226,167)
#C3E4AF
(195,228,175)
#C8E6B7
(200,230,183)
#CDE8BF
(205,232,191)
#D2EAC7
(210,234,199)
#D7ECCF
(215,236,207)
#DCEED7
(220,238,215)
#E1F0DF
(225,240,223)
#E6F2E7
(230,242,231)
#EBF4EF
(235,244,239)
#F0F6F7
(240,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE2A7 color. Also use rgb(190,226,167) instead hex code.

Text Font Color

.myTextColor { color: #BEE2A7; }

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

This text font color is #BEE2A7.


Background Color

.myBgColor { background-color: #BEE2A7; }

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

This div background color is #BEE2A7.


Border color

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

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

This div border color is #BEE2A7.


Opacity

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

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

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

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

This text has shadow with #BEE2A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE2A7 on black background.


Color preview on white background

This text has color #BEE2A7 on white background.



Black color preview on #BEE2A7 background

This text has black color on #BEE2A7 background.


White color preview on #BEE2A7 background

This text has white color on #BEE2A7 background.