COLOR #BEFFD9

HEX: #BEFFD9 RGB: (190,255,217)

Color info

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

RGB color model

#BEFFD9 color RGB value is (190,255,217).

RGB: (190,255,217) (75%, 100%, 85%)

RGB channels and saturation

R 190 of 255 = 75%
G 255 of 255 = 100%
B 217 of 255 = 85%

190
255
217

R + G + B ~ 87%. #BEFFD9 is light color.

Portions of RGB colors in percentages

R + G + B = 190 + 255 + 217 = 662 (100%)
R 190 of 662 ~ 28.7%
G 255 of 662 ~ 38.52%
B 217 of 662 ~ 32.78'%

%28.7
%38.52
%32.78

CMYK color model

#BEFFD9 color CMYK value is (25,0,15,0).

  • cyan value is 25.49%
  • magenta value is 0.00%
  • yellow value is 14.90%
  • key color value is 0.00%
CMYK: (25,0,15,0) C25M0Y15K0 (25%,0%,15%,0%) (0.25/0.00/0.15/0.00) 

CMYK percentages

%25.49
%0
%14.9
%0

Codes

Color #BEFFD9 in popluar color models

BE FF D9
RGB 190 255 217
HSL 145° 100.00% 87.25%
HSB/HSV 145° 25.49% 100.00%
CMYK 25.49% 0.00% 14.90%
0.00%

Color #BEFFD9 in popluar number systems.

HEX BE FF D9
Decimal 190 255 217
Binary 10111110 11111111 11011001
Octal 276 377 331

Shades and tints

Shades of #BEFFD9

#BEFFD9
(190,255,217)
#ADE8C6
(173,232,198)
#9CD1B3
(156,209,179)
#8BBAA0
(139,186,160)
#7AA38D
(122,163,141)
#698C7A
(105,140,122)
#587567
(88,117,103)
#475E54
(71,94,84)
#364741
(54,71,65)
#25302E
(37,48,46)
#14191B
(20,25,27)
#000000
(0,0,0)

Tints of #BEFFD9

#BEFFD9
(190,255,217)
#C3FFDC
(195,255,220)
#C8FFDF
(200,255,223)
#CDFFE2
(205,255,226)
#D2FFE5
(210,255,229)
#D7FFE8
(215,255,232)
#DCFFEB
(220,255,235)
#E1FFEE
(225,255,238)
#E6FFF1
(230,255,241)
#EBFFF4
(235,255,244)
#F0FFF7
(240,255,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEFFD9 color. Also use rgb(190,255,217) instead hex code.

Text Font Color

.myTextColor { color: #BEFFD9; }

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

This text font color is #BEFFD9.

Background Color

.myBgColor { background-color: #BEFFD9; }

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

This div background color is #BEFFD9.

Border color

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

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

This div border color is #BEFFD9.

Opacity

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

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

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

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

This text has shadow with #BEFFD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEFFD9.

Preview

Color preview on black background

This text has color #BEFFD9 on black background.


Color preview on white background

This text has color #BEFFD9 on white background.


Black color preview on #BEFFD9 background

This text has black color on #BEFFD9 background.


White color preview on #BEFFD9 background

This text has white color on #BEFFD9 background.


Related colors

Complementary color

Complementary color for #hex is #410026.


I love getcolorcode.com

Triadic colors

1 #D9BEFF and #FFD9BE with #BEFFD9 are triadic colors.

2 #D9FFBE and #FFBED9 with #BEFFD9 are triadic colors.