COLOR #BEFEC7

HEX: #BEFEC7 RGB: (190,254,199)

Color info

#BEFEC7 contains mainly green and blue colors. Web safe color of #BEFEC7 is #CCFFCC (or #CFC).

RGB color model

#BEFEC7 color RGB value is (190,254,199).

RGB: (190,254,199) (75%, 100%, 78%)

RGB channels and saturation

R 190 of 255 = 75%
G 254 of 255 = 100%
B 199 of 255 = 78%

190
254
199

R + G + B ~ 84%. #BEFEC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 254 + 199 = 643 (100%)
R 190 of 643 ~ 29.55%
G 254 of 643 ~ 39.5%
B 199 of 643 ~ 30.95'%

%29.55
%39.5
%30.95

CMYK color model

#BEFEC7 color CMYK value is (25,0,22,0).

  • cyan value is 25.20%
  • magenta value is 0.00%
  • yellow value is 21.65%
  • key color value is 0.39%

CMYK: (25,0,22,0)
C25M0Y22K0 (25%, 0%, 22%, 0%)
(0.25 / 0.00 / 0.22 / 0.00)

CMYK percentages

%25.2
%0
%21.65
%0.39

Codes

Color #BEFEC7 in popluar color models

BE FE C7
RGB 190 254 199
HSL 128° 96.97% 87.06%
HSB/HSV 128° 25.20% 99.61%
CMYK 25.20% 0.00% 21.65%
0.39%

Color #BEFEC7 in popluar number systems.

HEX BE FE C7
Decimal 190 254 199
Binary 10111110 11111110 11000111
Octal 276 376 307

Shades and tints

Shades of #BEFEC7

#BEFEC7
(190,254,199)
#ADE7B5
(173,231,181)
#9CD0A3
(156,208,163)
#8BB991
(139,185,145)
#7AA27F
(122,162,127)
#698B6D
(105,139,109)
#58745B
(88,116,91)
#475D49
(71,93,73)
#364637
(54,70,55)
#252F25
(37,47,37)
#141813
(20,24,19)
#000000
(0,0,0)

Tints of #BEFEC7

#BEFEC7
(190,254,199)
#C3FECC
(195,254,204)
#C8FED1
(200,254,209)
#CDFED6
(205,254,214)
#D2FEDB
(210,254,219)
#D7FEE0
(215,254,224)
#DCFEE5
(220,254,229)
#E1FEEA
(225,254,234)
#E6FEEF
(230,254,239)
#EBFEF4
(235,254,244)
#F0FEF9
(240,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEFEC7; }

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

This text font color is #BEFEC7.

Background Color

.myBgColor { background-color: #BEFEC7; }

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

This div background color is #BEFEC7.

Border color

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

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

This div border color is #BEFEC7.

Opacity

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

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

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

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

This text has shadow with #BEFEC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEFEC7.

Preview

Color preview on black background

This text has color #BEFEC7 on black background.


Color preview on white background

This text has color #BEFEC7 on white background.


Black color preview on #BEFEC7 background

This text has black color on #BEFEC7 background.


White color preview on #BEFEC7 background

This text has white color on #BEFEC7 background.


Related colors

Complementary color

Complementary color for #hex is #410138.


I love getcolorcode.com

Triadic colors

1 #C7BEFE and #FEC7BE with #BEFEC7 are triadic colors.

2 #C7FEBE and #FEBEC7 with #BEFEC7 are triadic colors.