COLOR #BEE675

HEX: #BEE675 RGB: (190,230,117)

Color info

#BEE675 contains mainly red and green colors. Web safe color of #BEE675 is #CCCC66 (or #CC6).

RGB color model

#BEE675 color RGB value is (190,230,117).

RGB: (190,230,117) (75%, 90%, 46%)

RGB channels and saturation

R 190 of 255 = 75%
G 230 of 255 = 90%
B 117 of 255 = 46%

190
230
117

R + G + B ~ 70%. #BEE675 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 230 + 117 = 537 (100%)
R 190 of 537 ~ 35.38%
G 230 of 537 ~ 42.83%
B 117 of 537 ~ 21.79'%

%35.38
%42.83
%21.79

CMYK color model

#BEE675 color CMYK value is (17,0,49,10).

  • cyan value is 17.39%
  • magenta value is 0.00%
  • yellow value is 49.13%
  • key color value is 9.80%

CMYK: (17,0,49,10)
C17M0Y49K10 (17%, 0%, 49%, 10%)
(0.17 / 0.00 / 0.49 / 0.10)

CMYK percentages

%17.39
%0
%49.13
%9.8

Codes

Color #BEE675 in popluar color models

BE E6 75
RGB 190 230 117
HSL 81° 69.33% 68.04%
HSB/HSV 81° 49.13% 90.20%
CMYK 17.39% 0.00% 49.13%
9.80%

Color #BEE675 in popluar number systems.

HEX BE E6 75
Decimal 190 230 117
Binary 10111110 11100110 1110101
Octal 276 346 165

Shades and tints

Shades of #BEE675

#BEE675
(190,230,117)
#ADD26B
(173,210,107)
#9CBE61
(156,190,97)
#8BAA57
(139,170,87)
#7A964D
(122,150,77)
#698243
(105,130,67)
#586E39
(88,110,57)
#475A2F
(71,90,47)
#364625
(54,70,37)
#25321B
(37,50,27)
#141E11
(20,30,17)
#000000
(0,0,0)

Tints of #BEE675

#BEE675
(190,230,117)
#C3E881
(195,232,129)
#C8EA8D
(200,234,141)
#CDEC99
(205,236,153)
#D2EEA5
(210,238,165)
#D7F0B1
(215,240,177)
#DCF2BD
(220,242,189)
#E1F4C9
(225,244,201)
#E6F6D5
(230,246,213)
#EBF8E1
(235,248,225)
#F0FAED
(240,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE675 color. Also use rgb(190,230,117) instead hex code.

Text Font Color

.myTextColor { color: #BEE675; }

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

This text font color is #BEE675.

Background Color

.myBgColor { background-color: #BEE675; }

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

This div background color is #BEE675.

Border color

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

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

This div border color is #BEE675.

Opacity

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

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

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

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

This text has shadow with #BEE675 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEE675.

Preview

Color preview on black background

This text has color #BEE675 on black background.


Color preview on white background

This text has color #BEE675 on white background.


Black color preview on #BEE675 background

This text has black color on #BEE675 background.


White color preview on #BEE675 background

This text has white color on #BEE675 background.


Related colors

Complementary color

Complementary color for #hex is #41198A.


I love getcolorcode.com

Triadic colors

1 #75BEE6 and #E675BE with #BEE675 are triadic colors.

2 #75E6BE and #E6BE75 with #BEE675 are triadic colors.