COLOR #BEE2C7

HEX: #BEE2C7 RGB: (190,226,199)

Color info

#BEE2C7 contains red, green and blue colors in about the same proportion. Web safe color of #BEE2C7 is #CCCCCC (or #CCC).

RGB color model

#BEE2C7 color RGB value is (190,226,199).

RGB: (190,226,199) (75%, 89%, 78%)

RGB channels and saturation

R 190 of 255 = 75%
G 226 of 255 = 89%
B 199 of 255 = 78%

190
226
199

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

Portions of RGB colors in percentages

R + G + B = 190 + 226 + 199 = 615 (100%)
R 190 of 615 ~ 30.89%
G 226 of 615 ~ 36.75%
B 199 of 615 ~ 32.36'%

%30.89
%36.75
%32.36

CMYK color model

#BEE2C7 color CMYK value is (16,0,12,11).

  • cyan value is 15.93%
  • magenta value is 0.00%
  • yellow value is 11.95%
  • key color value is 11.37%

CMYK: (16,0,12,11)
C16M0Y12K11 (16%, 0%, 12%, 11%)
(0.16 / 0.00 / 0.12 / 0.11)

CMYK percentages

%15.93
%0
%11.95
%11.37

Codes

Color #BEE2C7 in popluar color models

BE E2 C7
RGB 190 226 199
HSL 135° 38.30% 81.57%
HSB/HSV 135° 15.93% 88.63%
CMYK 15.93% 0.00% 11.95%
11.37%

Color #BEE2C7 in popluar number systems.

HEX BE E2 C7
Decimal 190 226 199
Binary 10111110 11100010 11000111
Octal 276 342 307

Shades and tints

Shades of #BEE2C7

#BEE2C7
(190,226,199)
#ADCEB5
(173,206,181)
#9CBAA3
(156,186,163)
#8BA691
(139,166,145)
#7A927F
(122,146,127)
#697E6D
(105,126,109)
#586A5B
(88,106,91)
#475649
(71,86,73)
#364237
(54,66,55)
#252E25
(37,46,37)
#141A13
(20,26,19)
#000000
(0,0,0)

Tints of #BEE2C7

#BEE2C7
(190,226,199)
#C3E4CC
(195,228,204)
#C8E6D1
(200,230,209)
#CDE8D6
(205,232,214)
#D2EADB
(210,234,219)
#D7ECE0
(215,236,224)
#DCEEE5
(220,238,229)
#E1F0EA
(225,240,234)
#E6F2EF
(230,242,239)
#EBF4F4
(235,244,244)
#F0F6F9
(240,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE2C7 color. Also use rgb(190,226,199) instead hex code.

Text Font Color

.myTextColor { color: #BEE2C7; }

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

This text font color is #BEE2C7.

Background Color

.myBgColor { background-color: #BEE2C7; }

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

This div background color is #BEE2C7.

Border color

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

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

This div border color is #BEE2C7.

Opacity

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

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

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

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

This text has shadow with #BEE2C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEE2C7.

Preview

Color preview on black background

This text has color #BEE2C7 on black background.


Color preview on white background

This text has color #BEE2C7 on white background.


Black color preview on #BEE2C7 background

This text has black color on #BEE2C7 background.


White color preview on #BEE2C7 background

This text has white color on #BEE2C7 background.


Related colors

Complementary color

Complementary color for #hex is #411D38.


I love getcolorcode.com

Triadic colors

1 #C7BEE2 and #E2C7BE with #BEE2C7 are triadic colors.

2 #C7E2BE and #E2BEC7 with #BEE2C7 are triadic colors.