COLOR #BEFAD6

HEX: #BEFAD6
RGB: (190,250,214)

Color info

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

RGB color model

#BEFAD6 color RGB value is (190,250,214).

  • red value is 190;
  • green value is 250;
  • blue value is 214.
RGB:
(190,250,214)
(75%,98%,84%)

RGB channels and saturation

R 190 of 255 = 75%
G 250 of 255 = 98%
B 214 of 255 = 84%

190
250
214

R + G + B ~ 86%. #BEFAD6 is light color.

Portions of RGB colors in percentages

R + G + B =
190 + 250 + 214 = 654 (100%)
R 190 of 654 ~ 29.05%
G 250 of 654 ~ 38.23%
B 214 of 654 ~ 32.72%

%29.05
%38.23
%32.72

CMYK color model

#BEFAD6 color CMYK value is (24,0,14,2).

  • cyan value is 24.00%
  • magenta value is 0.00%
  • yellow value is 14.40%
  • key color value is 1.96%
CMYK:
(24,0,14,2)
C24M0Y14K2 
(24%,0%,14%,2%)
(0.24/0.00/0.14/0.02)	

CMYK percentages

%24
%0
%14.4
%1.96

Codes

Color #BEFAD6 in popluar color models

BEFAD6
RGB190250214
HSL144°85.71%86.27%
HSB/HSV144°24.00%98.04%
CMYK24.00%0.00%14.40%
1.96%

Color #BEFAD6 in popluar number systems.

HEXBEFAD6
Decimal190250214
Binary101111101111101011010110
Octal276372326

Shades and tints

Shades of #BEFAD6

#BEFAD6
(190,250,214)
#ADE4C3
(173,228,195)
#9CCEB0
(156,206,176)
#8BB89D
(139,184,157)
#7AA28A
(122,162,138)
#698C77
(105,140,119)
#587664
(88,118,100)
#476051
(71,96,81)
#364A3E
(54,74,62)
#25342B
(37,52,43)
#141E18
(20,30,24)
#000000
(0,0,0)

Tints of #BEFAD6

#BEFAD6
(190,250,214)
#C3FAD9
(195,250,217)
#C8FADC
(200,250,220)
#CDFADF
(205,250,223)
#D2FAE2
(210,250,226)
#D7FAE5
(215,250,229)
#DCFAE8
(220,250,232)
#E1FAEB
(225,250,235)
#E6FAEE
(230,250,238)
#EBFAF1
(235,250,241)
#F0FAF4
(240,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEFAD6 color. Also use rgb(190,250,214) instead hex code.

Text Font Color

.myTextColor { color: #BEFAD6; }

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

This text font color is #BEFAD6.


Background Color

.myBgColor { background-color: #BEFAD6; }

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

This div background color is #BEFAD6.


Border color

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

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

This div border color is #BEFAD6.


Opacity

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

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

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

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

This text has shadow with #BEFAD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEFAD6 on black background.


Color preview on white background

This text has color #BEFAD6 on white background.



Black color preview on #BEFAD6 background

This text has black color on #BEFAD6 background.


White color preview on #BEFAD6 background

This text has white color on #BEFAD6 background.