COLOR #BEFDC6

HEX: #BEFDC6
RGB: (190,253,198)

Color info

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

RGB color model

#BEFDC6 color RGB value is (190,253,198).

  • red value is 190;
  • green value is 253;
  • blue value is 198.
RGB:
(190,253,198)
(75%,99%,78%)

RGB channels and saturation

R 190 of 255 = 75%
G 253 of 255 = 99%
B 198 of 255 = 78%

190
253
198

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

Portions of RGB colors in percentages

R + G + B =
190 + 253 + 198 = 641 (100%)
R 190 of 641 ~ 29.64%
G 253 of 641 ~ 39.47%
B 198 of 641 ~ 30.89%

%29.64
%39.47
%30.89

CMYK color model

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

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

CMYK percentages

%24.9
%0
%21.74
%0.78

Codes

Color #BEFDC6 in popluar color models

BEFDC6
RGB190253198
HSL128°94.03%86.86%
HSB/HSV128°24.90%99.22%
CMYK24.90%0.00%21.74%
0.78%

Color #BEFDC6 in popluar number systems.

HEXBEFDC6
Decimal190253198
Binary101111101111110111000110
Octal276375306

Shades and tints

Shades of #BEFDC6

#BEFDC6
(190,253,198)
#ADE6B4
(173,230,180)
#9CCFA2
(156,207,162)
#8BB890
(139,184,144)
#7AA17E
(122,161,126)
#698A6C
(105,138,108)
#58735A
(88,115,90)
#475C48
(71,92,72)
#364536
(54,69,54)
#252E24
(37,46,36)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #BEFDC6

#BEFDC6
(190,253,198)
#C3FDCB
(195,253,203)
#C8FDD0
(200,253,208)
#CDFDD5
(205,253,213)
#D2FDDA
(210,253,218)
#D7FDDF
(215,253,223)
#DCFDE4
(220,253,228)
#E1FDE9
(225,253,233)
#E6FDEE
(230,253,238)
#EBFDF3
(235,253,243)
#F0FDF8
(240,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEFDC6 color. Also use rgb(190,253,198) instead hex code.

Text Font Color

.myTextColor { color: #BEFDC6; }

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

This text font color is #BEFDC6.


Background Color

.myBgColor { background-color: #BEFDC6; }

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

This div background color is #BEFDC6.


Border color

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

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

This div border color is #BEFDC6.


Opacity

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

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

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

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

This text has shadow with #BEFDC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEFDC6 on black background.


Color preview on white background

This text has color #BEFDC6 on white background.



Black color preview on #BEFDC6 background

This text has black color on #BEFDC6 background.


White color preview on #BEFDC6 background

This text has white color on #BEFDC6 background.