COLOR #BEE7C1

HEX: #BEE7C1 RGB: (190,231,193)

Color info

#BEE7C1 contains red, green and blue colors in about the same proportion. Web safe color of #BEE7C1 is #CCFFCC (or #CFC).

RGB color model

#BEE7C1 color RGB value is (190,231,193).

RGB: (190,231,193) (75%, 91%, 76%)

RGB channels and saturation

R 190 of 255 = 75%
G 231 of 255 = 91%
B 193 of 255 = 76%

190
231
193

R + G + B ~ 81%. #BEE7C1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 231 + 193 = 614 (100%)
R 190 of 614 ~ 30.94%
G 231 of 614 ~ 37.62%
B 193 of 614 ~ 31.43'%

%30.94
%37.62
%31.43

CMYK color model

#BEE7C1 color CMYK value is (18,0,16,9).

  • cyan value is 17.75%
  • magenta value is 0.00%
  • yellow value is 16.45%
  • key color value is 9.41%

CMYK: (18,0,16,9)
C18M0Y16K9 (18%, 0%, 16%, 9%)
(0.18 / 0.00 / 0.16 / 0.09)

CMYK percentages

%17.75
%0
%16.45
%9.41

Codes

Color #BEE7C1 in popluar color models

BE E7 C1
RGB 190 231 193
HSL 124° 46.07% 82.55%
HSB/HSV 124° 17.75% 90.59%
CMYK 17.75% 0.00% 16.45%
9.41%

Color #BEE7C1 in popluar number systems.

HEX BE E7 C1
Decimal 190 231 193
Binary 10111110 11100111 11000001
Octal 276 347 301

Shades and tints

Shades of #BEE7C1

#BEE7C1
(190,231,193)
#ADD2B0
(173,210,176)
#9CBD9F
(156,189,159)
#8BA88E
(139,168,142)
#7A937D
(122,147,125)
#697E6C
(105,126,108)
#58695B
(88,105,91)
#47544A
(71,84,74)
#363F39
(54,63,57)
#252A28
(37,42,40)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #BEE7C1

#BEE7C1
(190,231,193)
#C3E9C6
(195,233,198)
#C8EBCB
(200,235,203)
#CDEDD0
(205,237,208)
#D2EFD5
(210,239,213)
#D7F1DA
(215,241,218)
#DCF3DF
(220,243,223)
#E1F5E4
(225,245,228)
#E6F7E9
(230,247,233)
#EBF9EE
(235,249,238)
#F0FBF3
(240,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE7C1 color. Also use rgb(190,231,193) instead hex code.

Text Font Color

.myTextColor { color: #BEE7C1; }

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

This text font color is #BEE7C1.

Background Color

.myBgColor { background-color: #BEE7C1; }

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

This div background color is #BEE7C1.

Border color

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

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

This div border color is #BEE7C1.

Opacity

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

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

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

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

This text has shadow with #BEE7C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEE7C1.

Preview

Color preview on black background

This text has color #BEE7C1 on black background.


Color preview on white background

This text has color #BEE7C1 on white background.


Black color preview on #BEE7C1 background

This text has black color on #BEE7C1 background.


White color preview on #BEE7C1 background

This text has white color on #BEE7C1 background.


Related colors

Complementary color

Complementary color for #hex is #41183E.


I love getcolorcode.com

Triadic colors

1 #C1BEE7 and #E7C1BE with #BEE7C1 are triadic colors.

2 #C1E7BE and #E7BEC1 with #BEE7C1 are triadic colors.