COLOR #BEE6C7

HEX: #BEE6C7 RGB: (190,230,199)

Color info

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

RGB color model

#BEE6C7 color RGB value is (190,230,199).

RGB: (190,230,199) (75%, 90%, 78%)

RGB channels and saturation

R 190 of 255 = 75%
G 230 of 255 = 90%
B 199 of 255 = 78%

190
230
199

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

Portions of RGB colors in percentages

R + G + B = 190 + 230 + 199 = 619 (100%)
R 190 of 619 ~ 30.69%
G 230 of 619 ~ 37.16%
B 199 of 619 ~ 32.15'%

%30.69
%37.16
%32.15

CMYK color model

#BEE6C7 color CMYK value is (17,0,13,10).

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

CMYK: (17,0,13,10)
C17M0Y13K10 (17%, 0%, 13%, 10%)
(0.17 / 0.00 / 0.13 / 0.10)

CMYK percentages

%17.39
%0
%13.48
%9.8

Codes

Color #BEE6C7 in popluar color models

BE E6 C7
RGB 190 230 199
HSL 134° 44.44% 82.35%
HSB/HSV 134° 17.39% 90.20%
CMYK 17.39% 0.00% 13.48%
9.80%

Color #BEE6C7 in popluar number systems.

HEX BE E6 C7
Decimal 190 230 199
Binary 10111110 11100110 11000111
Octal 276 346 307

Shades and tints

Shades of #BEE6C7

#BEE6C7
(190,230,199)
#ADD2B5
(173,210,181)
#9CBEA3
(156,190,163)
#8BAA91
(139,170,145)
#7A967F
(122,150,127)
#69826D
(105,130,109)
#586E5B
(88,110,91)
#475A49
(71,90,73)
#364637
(54,70,55)
#253225
(37,50,37)
#141E13
(20,30,19)
#000000
(0,0,0)

Tints of #BEE6C7

#BEE6C7
(190,230,199)
#C3E8CC
(195,232,204)
#C8EAD1
(200,234,209)
#CDECD6
(205,236,214)
#D2EEDB
(210,238,219)
#D7F0E0
(215,240,224)
#DCF2E5
(220,242,229)
#E1F4EA
(225,244,234)
#E6F6EF
(230,246,239)
#EBF8F4
(235,248,244)
#F0FAF9
(240,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEE6C7; }

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

This text font color is #BEE6C7.

Background Color

.myBgColor { background-color: #BEE6C7; }

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

This div background color is #BEE6C7.

Border color

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

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

This div border color is #BEE6C7.

Opacity

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

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

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

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

This text has shadow with #BEE6C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEE6C7.

Preview

Color preview on black background

This text has color #BEE6C7 on black background.


Color preview on white background

This text has color #BEE6C7 on white background.


Black color preview on #BEE6C7 background

This text has black color on #BEE6C7 background.


White color preview on #BEE6C7 background

This text has white color on #BEE6C7 background.


Related colors

Complementary color

Complementary color for #hex is #411938.


I love getcolorcode.com

Triadic colors

1 #C7BEE6 and #E6C7BE with #BEE6C7 are triadic colors.

2 #C7E6BE and #E6BEC7 with #BEE6C7 are triadic colors.