COLOR #BEEAA5

HEX: #BEEAA5 RGB: (190,234,165)

Color info

#BEEAA5 contains mainly red and green colors. Web safe color of #BEEAA5 is #CCFF99 (or #CF9).

RGB color model

#BEEAA5 color RGB value is (190,234,165).

RGB: (190,234,165) (75%, 92%, 65%)

RGB channels and saturation

R 190 of 255 = 75%
G 234 of 255 = 92%
B 165 of 255 = 65%

190
234
165

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

Portions of RGB colors in percentages

R + G + B = 190 + 234 + 165 = 589 (100%)
R 190 of 589 ~ 32.26%
G 234 of 589 ~ 39.73%
B 165 of 589 ~ 28.01'%

%32.26
%39.73
%28.01

CMYK color model

#BEEAA5 color CMYK value is (19,0,29,8).

  • cyan value is 18.80%
  • magenta value is 0.00%
  • yellow value is 29.49%
  • key color value is 8.24%

CMYK: (19,0,29,8)
C19M0Y29K8 (19%, 0%, 29%, 8%)
(0.19 / 0.00 / 0.29 / 0.08)

CMYK percentages

%18.8
%0
%29.49
%8.24

Codes

Color #BEEAA5 in popluar color models

BE EA A5
RGB 190 234 165
HSL 98° 62.16% 78.24%
HSB/HSV 98° 29.49% 91.76%
CMYK 18.80% 0.00% 29.49%
8.24%

Color #BEEAA5 in popluar number systems.

HEX BE EA A5
Decimal 190 234 165
Binary 10111110 11101010 10100101
Octal 276 352 245

Shades and tints

Shades of #BEEAA5

#BEEAA5
(190,234,165)
#ADD596
(173,213,150)
#9CC087
(156,192,135)
#8BAB78
(139,171,120)
#7A9669
(122,150,105)
#69815A
(105,129,90)
#586C4B
(88,108,75)
#47573C
(71,87,60)
#36422D
(54,66,45)
#252D1E
(37,45,30)
#14180F
(20,24,15)
#000000
(0,0,0)

Tints of #BEEAA5

#BEEAA5
(190,234,165)
#C3EBAD
(195,235,173)
#C8ECB5
(200,236,181)
#CDEDBD
(205,237,189)
#D2EEC5
(210,238,197)
#D7EFCD
(215,239,205)
#DCF0D5
(220,240,213)
#E1F1DD
(225,241,221)
#E6F2E5
(230,242,229)
#EBF3ED
(235,243,237)
#F0F4F5
(240,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEEAA5 color. Also use rgb(190,234,165) instead hex code.

Text Font Color

.myTextColor { color: #BEEAA5; }

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

This text font color is #BEEAA5.

Background Color

.myBgColor { background-color: #BEEAA5; }

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

This div background color is #BEEAA5.

Border color

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

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

This div border color is #BEEAA5.

Opacity

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

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

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

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

This text has shadow with #BEEAA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEEAA5.

Preview

Color preview on black background

This text has color #BEEAA5 on black background.


Color preview on white background

This text has color #BEEAA5 on white background.


Black color preview on #BEEAA5 background

This text has black color on #BEEAA5 background.


White color preview on #BEEAA5 background

This text has white color on #BEEAA5 background.


Related colors

Complementary color

Complementary color for #hex is #41155A.


I love getcolorcode.com

Triadic colors

1 #A5BEEA and #EAA5BE with #BEEAA5 are triadic colors.

2 #A5EABE and #EABEA5 with #BEEAA5 are triadic colors.