COLOR #BEFAD3

HEX: #BEFAD3
RGB: (190,250,211)

Color info

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

RGB color model

#BEFAD3 color RGB value is (190,250,211).

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

RGB channels and saturation

R 190 of 255 = 75%
G 250 of 255 = 98%
B 211 of 255 = 83%

190
250
211

R + G + B ~ 85%. #BEFAD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 250 + 211 = 651 (100%)
R 190 of 651 ~ 29.19%
G 250 of 651 ~ 38.4%
B 211 of 651 ~ 32.41%

%29.19
%38.4
%32.41

CMYK color model

#BEFAD3 color CMYK value is (24,0,16,2).

  • cyan value is 24.00%
  • magenta value is 0.00%
  • yellow value is 15.60%
  • key color value is 1.96%
CMYK:
(24,0,16,2)
C24M0Y16K2 
(24%,0%,16%,2%)
(0.24/0.00/0.16/0.02)	

CMYK percentages

%24
%0
%15.6
%1.96

Codes

Color #BEFAD3 in popluar color models

BEFAD3
RGB190250211
HSL141°85.71%86.27%
HSB/HSV141°24.00%98.04%
CMYK24.00%0.00%15.60%
1.96%

Color #BEFAD3 in popluar number systems.

HEXBEFAD3
Decimal190250211
Binary101111101111101011010011
Octal276372323

Shades and tints

Shades of #BEFAD3

#BEFAD3
(190,250,211)
#ADE4C0
(173,228,192)
#9CCEAD
(156,206,173)
#8BB89A
(139,184,154)
#7AA287
(122,162,135)
#698C74
(105,140,116)
#587661
(88,118,97)
#47604E
(71,96,78)
#364A3B
(54,74,59)
#253428
(37,52,40)
#141E15
(20,30,21)
#000000
(0,0,0)

Tints of #BEFAD3

#BEFAD3
(190,250,211)
#C3FAD7
(195,250,215)
#C8FADB
(200,250,219)
#CDFADF
(205,250,223)
#D2FAE3
(210,250,227)
#D7FAE7
(215,250,231)
#DCFAEB
(220,250,235)
#E1FAEF
(225,250,239)
#E6FAF3
(230,250,243)
#EBFAF7
(235,250,247)
#F0FAFB
(240,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEFAD3; }

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

This text font color is #BEFAD3.


Background Color

.myBgColor { background-color: #BEFAD3; }

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

This div background color is #BEFAD3.


Border color

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

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

This div border color is #BEFAD3.


Opacity

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

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

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

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

This text has shadow with #BEFAD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEFAD3 on black background.


Color preview on white background

This text has color #BEFAD3 on white background.



Black color preview on #BEFAD3 background

This text has black color on #BEFAD3 background.


White color preview on #BEFAD3 background

This text has white color on #BEFAD3 background.