COLOR #BEE8AB

HEX: #BEE8AB
RGB: (190,232,171)

Renk bilgisi

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

RGB renk modeli

#BEE8AB color RGB value is (190,232,171).

  • kırmız ton 190;
  • yeşil ton 232;
  • mavi ton 171.
RGB:
(190,232,171)
(75%,91%,67%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 232 of 255 = 91%
B 171 of 255 = 67%

190
232
171

R + G + B ~ 78%. #BEE8AB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 232 + 171 = 593 (100%)
R 190 of 593 ~ 32.04%
G 232 of 593 ~ 39.12%
B 171 of 593 ~ 28.84%

%32.04
%39.12
%28.84

CMYK RENK MODELİ

#BEE8AB rengi CMYK tonu (18,0,26,9).

  • camgöbeği tonu 18.10%
  • eflatun tonu 0.00%
  • sarı tonu 26.29%
  • ana renk tonu 9.02%
CMYK:
(18,0,26,9)
C18M0Y26K9 
(18%,0%,26%,9%)
(0.18/0.00/0.26/0.09)	

CMYK yüzdeleri

%18.1
%0
%26.29
%9.02

Codes

Color #BEE8AB in popluar color models

BEE8AB
RGB190232171
HSL101°57.01%79.02%
HSB/HSV101°26.29%90.98%
CMYK18.10%0.00%26.29%
9.02%

Color #BEE8AB in popluar number systems.

HEXBEE8AB
Decimal190232171
Binary101111101110100010101011
Octal276350253

Shades and tints

Shades of #BEE8AB

#BEE8AB
(190,232,171)
#ADD39C
(173,211,156)
#9CBE8D
(156,190,141)
#8BA97E
(139,169,126)
#7A946F
(122,148,111)
#697F60
(105,127,96)
#586A51
(88,106,81)
#475542
(71,85,66)
#364033
(54,64,51)
#252B24
(37,43,36)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #BEE8AB

#BEE8AB
(190,232,171)
#C3EAB2
(195,234,178)
#C8ECB9
(200,236,185)
#CDEEC0
(205,238,192)
#D2F0C7
(210,240,199)
#D7F2CE
(215,242,206)
#DCF4D5
(220,244,213)
#E1F6DC
(225,246,220)
#E6F8E3
(230,248,227)
#EBFAEA
(235,250,234)
#F0FCF1
(240,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE8AB color. Also use rgb(190,232,171) instead hex code.

Text Font Color

.myTextColor { color: #BEE8AB; }

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

This text font color is #BEE8AB.


Background Color

.myBgColor { background-color: #BEE8AB; }

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

This div background color is #BEE8AB.


Border color

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

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

This div border color is #BEE8AB.


Opacity

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

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

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

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

This text has shadow with #BEE8AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE8AB on black background.


Color preview on white background

This text has color #BEE8AB on white background.



Black color preview on #BEE8AB background

This text has black color on #BEE8AB background.


White color preview on #BEE8AB background

This text has white color on #BEE8AB background.