COLOR #BEE7C2

HEX: #BEE7C2 RGB: (190,231,194)

Color info

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

RGB color model

#BEE7C2 color RGB value is (190,231,194).

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

RGB channels and saturation

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

190
231
194

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

Portions of RGB colors in percentages

R + G + B = 190 + 231 + 194 = 615 (100%)
R 190 of 615 ~ 30.89%
G 231 of 615 ~ 37.56%
B 194 of 615 ~ 31.54'%

%30.89
%37.56
%31.54

CMYK color model

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

  • cyan value is 17.75%
  • magenta value is 0.00%
  • yellow value is 16.02%
  • 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.02
%9.41

Codes

Color #BEE7C2 in popluar color models

BE E7 C2
RGB 190 231 194
HSL 126° 46.07% 82.55%
HSB/HSV 126° 17.75% 90.59%
CMYK 17.75% 0.00% 16.02%
9.41%

Color #BEE7C2 in popluar number systems.

HEX BE E7 C2
Decimal 190 231 194
Binary 10111110 11100111 11000010
Octal 276 347 302

Shades and tints

Shades of #BEE7C2

#BEE7C2
(190,231,194)
#ADD2B1
(173,210,177)
#9CBDA0
(156,189,160)
#8BA88F
(139,168,143)
#7A937E
(122,147,126)
#697E6D
(105,126,109)
#58695C
(88,105,92)
#47544B
(71,84,75)
#363F3A
(54,63,58)
#252A29
(37,42,41)
#141518
(20,21,24)
#000000
(0,0,0)

Tints of #BEE7C2

#BEE7C2
(190,231,194)
#C3E9C7
(195,233,199)
#C8EBCC
(200,235,204)
#CDEDD1
(205,237,209)
#D2EFD6
(210,239,214)
#D7F1DB
(215,241,219)
#DCF3E0
(220,243,224)
#E1F5E5
(225,245,229)
#E6F7EA
(230,247,234)
#EBF9EF
(235,249,239)
#F0FBF4
(240,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEE7C2; }

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

This text font color is #BEE7C2.

Background Color

.myBgColor { background-color: #BEE7C2; }

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

This div background color is #BEE7C2.

Border color

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

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

This div border color is #BEE7C2.

Opacity

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

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

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

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

This text has shadow with #BEE7C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEE7C2.

Preview

Color preview on black background

This text has color #BEE7C2 on black background.


Color preview on white background

This text has color #BEE7C2 on white background.


Black color preview on #BEE7C2 background

This text has black color on #BEE7C2 background.


White color preview on #BEE7C2 background

This text has white color on #BEE7C2 background.


Related colors

Complementary color

Complementary color for #hex is #41183D.


I love getcolorcode.com

Triadic colors

1 #C2BEE7 and #E7C2BE with #BEE7C2 are triadic colors.

2 #C2E7BE and #E7BEC2 with #BEE7C2 are triadic colors.