COLOR #BEF9DA

HEX: #BEF9DA RGB: (190,249,218)

Color info

#BEF9DA contains red, green and blue colors in about the same proportion. Web safe color of #BEF9DA is #CCFFCC (or #CFC).

RGB color model

#BEF9DA color RGB value is (190,249,218).

RGB: (190,249,218) (75%, 98%, 85%)

RGB channels and saturation

R 190 of 255 = 75%
G 249 of 255 = 98%
B 218 of 255 = 85%

190
249
218

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

Portions of RGB colors in percentages

R + G + B = 190 + 249 + 218 = 657 (100%)
R 190 of 657 ~ 28.92%
G 249 of 657 ~ 37.9%
B 218 of 657 ~ 33.18'%

%28.92
%37.9
%33.18

CMYK color model

#BEF9DA color CMYK value is (24,0,12,2).

  • cyan value is 23.69%
  • magenta value is 0.00%
  • yellow value is 12.45%
  • key color value is 2.35%

CMYK: (24,0,12,2)
C24M0Y12K2 (24%, 0%, 12%, 2%)
(0.24 / 0.00 / 0.12 / 0.02)

CMYK percentages

%23.69
%0
%12.45
%2.35

Codes

Color #BEF9DA in popluar color models

BE F9 DA
RGB 190 249 218
HSL 148° 83.10% 86.08%
HSB/HSV 148° 23.69% 97.65%
CMYK 23.69% 0.00% 12.45%
2.35%

Color #BEF9DA in popluar number systems.

HEX BE F9 DA
Decimal 190 249 218
Binary 10111110 11111001 11011010
Octal 276 371 332

Shades and tints

Shades of #BEF9DA

#BEF9DA
(190,249,218)
#ADE3C7
(173,227,199)
#9CCDB4
(156,205,180)
#8BB7A1
(139,183,161)
#7AA18E
(122,161,142)
#698B7B
(105,139,123)
#587568
(88,117,104)
#475F55
(71,95,85)
#364942
(54,73,66)
#25332F
(37,51,47)
#141D1C
(20,29,28)
#000000
(0,0,0)

Tints of #BEF9DA

#BEF9DA
(190,249,218)
#C3F9DD
(195,249,221)
#C8F9E0
(200,249,224)
#CDF9E3
(205,249,227)
#D2F9E6
(210,249,230)
#D7F9E9
(215,249,233)
#DCF9EC
(220,249,236)
#E1F9EF
(225,249,239)
#E6F9F2
(230,249,242)
#EBF9F5
(235,249,245)
#F0F9F8
(240,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEF9DA color. Also use rgb(190,249,218) instead hex code.

Text Font Color

.myTextColor { color: #BEF9DA; }

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

This text font color is #BEF9DA.

Background Color

.myBgColor { background-color: #BEF9DA; }

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

This div background color is #BEF9DA.

Border color

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

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

This div border color is #BEF9DA.

Opacity

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

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

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

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

This text has shadow with #BEF9DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEF9DA.

Preview

Color preview on black background

This text has color #BEF9DA on black background.


Color preview on white background

This text has color #BEF9DA on white background.


Black color preview on #BEF9DA background

This text has black color on #BEF9DA background.


White color preview on #BEF9DA background

This text has white color on #BEF9DA background.


Related colors

Complementary color

Complementary color for #hex is #410625.


I love getcolorcode.com

Triadic colors

1 #DABEF9 and #F9DABE with #BEF9DA are triadic colors.

2 #DAF9BE and #F9BEDA with #BEF9DA are triadic colors.