COLOR #BEE38F

HEX: #BEE38F RGB: (190,227,143)

Color info

#BEE38F contains mainly red and green colors. Web safe color of #BEE38F is #CCCC99 (or #CC9).

RGB color model

#BEE38F color RGB value is (190,227,143).

RGB: (190,227,143) (75%, 89%, 56%)

RGB channels and saturation

R 190 of 255 = 75%
G 227 of 255 = 89%
B 143 of 255 = 56%

190
227
143

R + G + B ~ 73%. #BEE38F is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 227 + 143 = 560 (100%)
R 190 of 560 ~ 33.93%
G 227 of 560 ~ 40.54%
B 143 of 560 ~ 25.54'%

%33.93
%40.54
%25.54

CMYK color model

#BEE38F color CMYK value is (16,0,37,11).

  • cyan value is 16.30%
  • magenta value is 0.00%
  • yellow value is 37.00%
  • key color value is 10.98%

CMYK: (16,0,37,11)
C16M0Y37K11 (16%, 0%, 37%, 11%)
(0.16 / 0.00 / 0.37 / 0.11)

CMYK percentages

%16.3
%0
%37
%10.98

Codes

Color #BEE38F in popluar color models

BE E3 8F
RGB 190 227 143
HSL 86° 60.00% 72.55%
HSB/HSV 86° 37.00% 89.02%
CMYK 16.30% 0.00% 37.00%
10.98%

Color #BEE38F in popluar number systems.

HEX BE E3 8F
Decimal 190 227 143
Binary 10111110 11100011 10001111
Octal 276 343 217

Shades and tints

Shades of #BEE38F

#BEE38F
(190,227,143)
#ADCF82
(173,207,130)
#9CBB75
(156,187,117)
#8BA768
(139,167,104)
#7A935B
(122,147,91)
#697F4E
(105,127,78)
#586B41
(88,107,65)
#475734
(71,87,52)
#364327
(54,67,39)
#252F1A
(37,47,26)
#141B0D
(20,27,13)
#000000
(0,0,0)

Tints of #BEE38F

#BEE38F
(190,227,143)
#C3E599
(195,229,153)
#C8E7A3
(200,231,163)
#CDE9AD
(205,233,173)
#D2EBB7
(210,235,183)
#D7EDC1
(215,237,193)
#DCEFCB
(220,239,203)
#E1F1D5
(225,241,213)
#E6F3DF
(230,243,223)
#EBF5E9
(235,245,233)
#F0F7F3
(240,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE38F color. Also use rgb(190,227,143) instead hex code.

Text Font Color

.myTextColor { color: #BEE38F; }

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

This text font color is #BEE38F.

Background Color

.myBgColor { background-color: #BEE38F; }

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

This div background color is #BEE38F.

Border color

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

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

This div border color is #BEE38F.

Opacity

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

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

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

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

This text has shadow with #BEE38F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEE38F.

Preview

Color preview on black background

This text has color #BEE38F on black background.


Color preview on white background

This text has color #BEE38F on white background.


Black color preview on #BEE38F background

This text has black color on #BEE38F background.


White color preview on #BEE38F background

This text has white color on #BEE38F background.


Related colors

Complementary color

Complementary color for #hex is #411C70.


I love getcolorcode.com

Triadic colors

1 #8FBEE3 and #E38FBE with #BEE38F are triadic colors.

2 #8FE3BE and #E3BE8F with #BEE38F are triadic colors.