COLOR #BEF2CD

HEX: #BEF2CD RGB: (190,242,205)

Color info

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

RGB color model

#BEF2CD color RGB value is (190,242,205).

RGB: (190,242,205) (75%, 95%, 80%)

RGB channels and saturation

R 190 of 255 = 75%
G 242 of 255 = 95%
B 205 of 255 = 80%

190
242
205

R + G + B ~ 83%. #BEF2CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 242 + 205 = 637 (100%)
R 190 of 637 ~ 29.83%
G 242 of 637 ~ 37.99%
B 205 of 637 ~ 32.18'%

%29.83
%37.99
%32.18

CMYK color model

#BEF2CD color CMYK value is (21,0,15,5).

  • cyan value is 21.49%
  • magenta value is 0.00%
  • yellow value is 15.29%
  • key color value is 5.10%

CMYK: (21,0,15,5)
C21M0Y15K5 (21%, 0%, 15%, 5%)
(0.21 / 0.00 / 0.15 / 0.05)

CMYK percentages

%21.49
%0
%15.29
%5.1

Codes

Color #BEF2CD in popluar color models

BE F2 CD
RGB 190 242 205
HSL 137° 66.67% 84.71%
HSB/HSV 137° 21.49% 94.90%
CMYK 21.49% 0.00% 15.29%
5.10%

Color #BEF2CD in popluar number systems.

HEX BE F2 CD
Decimal 190 242 205
Binary 10111110 11110010 11001101
Octal 276 362 315

Shades and tints

Shades of #BEF2CD

#BEF2CD
(190,242,205)
#ADDCBB
(173,220,187)
#9CC6A9
(156,198,169)
#8BB097
(139,176,151)
#7A9A85
(122,154,133)
#698473
(105,132,115)
#586E61
(88,110,97)
#47584F
(71,88,79)
#36423D
(54,66,61)
#252C2B
(37,44,43)
#141619
(20,22,25)
#000000
(0,0,0)

Tints of #BEF2CD

#BEF2CD
(190,242,205)
#C3F3D1
(195,243,209)
#C8F4D5
(200,244,213)
#CDF5D9
(205,245,217)
#D2F6DD
(210,246,221)
#D7F7E1
(215,247,225)
#DCF8E5
(220,248,229)
#E1F9E9
(225,249,233)
#E6FAED
(230,250,237)
#EBFBF1
(235,251,241)
#F0FCF5
(240,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEF2CD color. Also use rgb(190,242,205) instead hex code.

Text Font Color

.myTextColor { color: #BEF2CD; }

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

This text font color is #BEF2CD.

Background Color

.myBgColor { background-color: #BEF2CD; }

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

This div background color is #BEF2CD.

Border color

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

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

This div border color is #BEF2CD.

Opacity

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

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

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

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

This text has shadow with #BEF2CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEF2CD.

Preview

Color preview on black background

This text has color #BEF2CD on black background.


Color preview on white background

This text has color #BEF2CD on white background.


Black color preview on #BEF2CD background

This text has black color on #BEF2CD background.


White color preview on #BEF2CD background

This text has white color on #BEF2CD background.


Related colors

Complementary color

Complementary color for #hex is #410D32.


I love getcolorcode.com

Triadic colors

1 #CDBEF2 and #F2CDBE with #BEF2CD are triadic colors.

2 #CDF2BE and #F2BECD with #BEF2CD are triadic colors.