COLOR #BEFCC5

HEX: #BEFCC5
RGB: (190,252,197)

Color info

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

RGB color model

#BEFCC5 color RGB value is (190,252,197).

  • red value is 190;
  • green value is 252;
  • blue value is 197.
RGB:
(190,252,197)
(75%,99%,77%)

RGB channels and saturation

R 190 of 255 = 75%
G 252 of 255 = 99%
B 197 of 255 = 77%

190
252
197

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

Portions of RGB colors in percentages

R + G + B =
190 + 252 + 197 = 639 (100%)
R 190 of 639 ~ 29.73%
G 252 of 639 ~ 39.44%
B 197 of 639 ~ 30.83%

%29.73
%39.44
%30.83

CMYK color model

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

  • cyan value is 24.60%
  • magenta value is 0.00%
  • yellow value is 21.83%
  • key color value is 1.18%
CMYK:
(25,0,22,1)
C25M0Y22K1 
(25%,0%,22%,1%)
(0.25/0.00/0.22/0.01)	

CMYK percentages

%24.6
%0
%21.83
%1.18

Codes

Color #BEFCC5 in popluar color models

BEFCC5
RGB190252197
HSL127°91.18%86.67%
HSB/HSV127°24.60%98.82%
CMYK24.60%0.00%21.83%
1.18%

Color #BEFCC5 in popluar number systems.

HEXBEFCC5
Decimal190252197
Binary101111101111110011000101
Octal276374305

Shades and tints

Shades of #BEFCC5

#BEFCC5
(190,252,197)
#ADE6B4
(173,230,180)
#9CD0A3
(156,208,163)
#8BBA92
(139,186,146)
#7AA481
(122,164,129)
#698E70
(105,142,112)
#58785F
(88,120,95)
#47624E
(71,98,78)
#364C3D
(54,76,61)
#25362C
(37,54,44)
#14201B
(20,32,27)
#000000
(0,0,0)

Tints of #BEFCC5

#BEFCC5
(190,252,197)
#C3FCCA
(195,252,202)
#C8FCCF
(200,252,207)
#CDFCD4
(205,252,212)
#D2FCD9
(210,252,217)
#D7FCDE
(215,252,222)
#DCFCE3
(220,252,227)
#E1FCE8
(225,252,232)
#E6FCED
(230,252,237)
#EBFCF2
(235,252,242)
#F0FCF7
(240,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEFCC5 color. Also use rgb(190,252,197) instead hex code.

Text Font Color

.myTextColor { color: #BEFCC5; }

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

This text font color is #BEFCC5.


Background Color

.myBgColor { background-color: #BEFCC5; }

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

This div background color is #BEFCC5.


Border color

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

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

This div border color is #BEFCC5.


Opacity

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

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

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

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

This text has shadow with #BEFCC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEFCC5 on black background.


Color preview on white background

This text has color #BEFCC5 on white background.



Black color preview on #BEFCC5 background

This text has black color on #BEFCC5 background.


White color preview on #BEFCC5 background

This text has white color on #BEFCC5 background.