COLOR #BEEFC8

HEX: #BEEFC8 RGB: (190,239,200)

Color info

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

RGB color model

#BEEFC8 color RGB value is (190,239,200).

RGB: (190,239,200) (75%, 94%, 78%)

RGB channels and saturation

R 190 of 255 = 75%
G 239 of 255 = 94%
B 200 of 255 = 78%

190
239
200

R + G + B ~ 82%. #BEEFC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 239 + 200 = 629 (100%)
R 190 of 629 ~ 30.21%
G 239 of 629 ~ 38%
B 200 of 629 ~ 31.8'%

%30.21
%38
%31.8

CMYK color model

#BEEFC8 color CMYK value is (21,0,16,6).

  • cyan value is 20.50%
  • magenta value is 0.00%
  • yellow value is 16.32%
  • key color value is 6.27%
CMYK: (21,0,16,6) C21M0Y16K6 (21%,0%,16%,6%) (0.21/0.00/0.16/0.06) 

CMYK percentages

%20.5
%0
%16.32
%6.27

Codes

Color #BEEFC8 in popluar color models

BE EF C8
RGB 190 239 200
HSL 132° 60.49% 84.12%
HSB/HSV 132° 20.50% 93.73%
CMYK 20.50% 0.00% 16.32%
6.27%

Color #BEEFC8 in popluar number systems.

HEX BE EF C8
Decimal 190 239 200
Binary 10111110 11101111 11001000
Octal 276 357 310

Shades and tints

Shades of #BEEFC8

#BEEFC8
(190,239,200)
#ADDAB6
(173,218,182)
#9CC5A4
(156,197,164)
#8BB092
(139,176,146)
#7A9B80
(122,155,128)
#69866E
(105,134,110)
#58715C
(88,113,92)
#475C4A
(71,92,74)
#364738
(54,71,56)
#253226
(37,50,38)
#141D14
(20,29,20)
#000000
(0,0,0)

Tints of #BEEFC8

#BEEFC8
(190,239,200)
#C3F0CD
(195,240,205)
#C8F1D2
(200,241,210)
#CDF2D7
(205,242,215)
#D2F3DC
(210,243,220)
#D7F4E1
(215,244,225)
#DCF5E6
(220,245,230)
#E1F6EB
(225,246,235)
#E6F7F0
(230,247,240)
#EBF8F5
(235,248,245)
#F0F9FA
(240,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEEFC8 color. Also use rgb(190,239,200) instead hex code.

Text Font Color

.myTextColor { color: #BEEFC8; }

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

This text font color is #BEEFC8.

Background Color

.myBgColor { background-color: #BEEFC8; }

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

This div background color is #BEEFC8.

Border color

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

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

This div border color is #BEEFC8.

Opacity

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

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

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

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

This text has shadow with #BEEFC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEEFC8.

Preview

Color preview on black background

This text has color #BEEFC8 on black background.


Color preview on white background

This text has color #BEEFC8 on white background.


Black color preview on #BEEFC8 background

This text has black color on #BEEFC8 background.


White color preview on #BEEFC8 background

This text has white color on #BEEFC8 background.


Related colors

Complementary color

Complementary color for #hex is #411037.


I love getcolorcode.com

Triadic colors

1 #C8BEEF and #EFC8BE with #BEEFC8 are triadic colors.

2 #C8EFBE and #EFBEC8 with #BEEFC8 are triadic colors.