COLOR #BEFAD7

HEX: #BEFAD7
RGB: (190,250,215)

Color info

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

RGB color model

#BEFAD7 color RGB value is (190,250,215).

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

RGB channels and saturation

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

190
250
215

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

Portions of RGB colors in percentages

R + G + B =
190 + 250 + 215 = 655 (100%)
R 190 of 655 ~ 29.01%
G 250 of 655 ~ 38.17%
B 215 of 655 ~ 32.82%

%29.01
%38.17
%32.82

CMYK color model

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

  • cyan value is 24.00%
  • magenta value is 0.00%
  • yellow value is 14.00%
  • 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
%1.96

Codes

Color #BEFAD7 in popluar color models

BEFAD7
RGB190250215
HSL145°85.71%86.27%
HSB/HSV145°24.00%98.04%
CMYK24.00%0.00%14.00%
1.96%

Color #BEFAD7 in popluar number systems.

HEXBEFAD7
Decimal190250215
Binary101111101111101011010111
Octal276372327

Shades and tints

Shades of #BEFAD7

#BEFAD7
(190,250,215)
#ADE4C4
(173,228,196)
#9CCEB1
(156,206,177)
#8BB89E
(139,184,158)
#7AA28B
(122,162,139)
#698C78
(105,140,120)
#587665
(88,118,101)
#476052
(71,96,82)
#364A3F
(54,74,63)
#25342C
(37,52,44)
#141E19
(20,30,25)
#000000
(0,0,0)

Tints of #BEFAD7

#BEFAD7
(190,250,215)
#C3FADA
(195,250,218)
#C8FADD
(200,250,221)
#CDFAE0
(205,250,224)
#D2FAE3
(210,250,227)
#D7FAE6
(215,250,230)
#DCFAE9
(220,250,233)
#E1FAEC
(225,250,236)
#E6FAEF
(230,250,239)
#EBFAF2
(235,250,242)
#F0FAF5
(240,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEFAD7; }

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

This text font color is #BEFAD7.


Background Color

.myBgColor { background-color: #BEFAD7; }

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

This div background color is #BEFAD7.


Border color

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

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

This div border color is #BEFAD7.


Opacity

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

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

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

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

This text has shadow with #BEFAD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEFAD7 on black background.


Color preview on white background

This text has color #BEFAD7 on white background.



Black color preview on #BEFAD7 background

This text has black color on #BEFAD7 background.


White color preview on #BEFAD7 background

This text has white color on #BEFAD7 background.