COLOR #BEF0C3

HEX: #BEF0C3
RGB: (190,240,195)

Renk bilgisi

#BEF0C3 contains red, green and blue colors in about the same proportion. #BEF0C3 ‘ nin web güvenlik rengi #CCFFCC (ya da #CFC) dir.

RGB renk modeli

#BEF0C3 color RGB value is (190,240,195).

  • kırmız ton 190;
  • yeşil ton 240;
  • mavi ton 195.
RGB:
(190,240,195)
(75%,94%,76%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 240 of 255 = 94%
B 195 of 255 = 76%

190
240
195

R + G + B ~ 82%. #BEF0C3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 240 + 195 = 625 (100%)
R 190 of 625 ~ 30.4%
G 240 of 625 ~ 38.4%
B 195 of 625 ~ 31.2%

%30.4
%38.4
%31.2

CMYK RENK MODELİ

#BEF0C3 rengi CMYK tonu (21,0,19,6).

  • camgöbeği tonu 20.83%
  • eflatun tonu 0.00%
  • sarı tonu 18.75%
  • ana renk tonu 5.88%
CMYK:
(21,0,19,6)
C21M0Y19K6 
(21%,0%,19%,6%)
(0.21/0.00/0.19/0.06)	

CMYK yüzdeleri

%20.83
%0
%18.75
%5.88

Codes

Color #BEF0C3 in popluar color models

BEF0C3
RGB190240195
HSL126°62.50%84.31%
HSB/HSV126°20.83%94.12%
CMYK20.83%0.00%18.75%
5.88%

Color #BEF0C3 in popluar number systems.

HEXBEF0C3
Decimal190240195
Binary101111101111000011000011
Octal276360303

Shades and tints

Shades of #BEF0C3

#BEF0C3
(190,240,195)
#ADDBB2
(173,219,178)
#9CC6A1
(156,198,161)
#8BB190
(139,177,144)
#7A9C7F
(122,156,127)
#69876E
(105,135,110)
#58725D
(88,114,93)
#475D4C
(71,93,76)
#36483B
(54,72,59)
#25332A
(37,51,42)
#141E19
(20,30,25)
#000000
(0,0,0)

Tints of #BEF0C3

#BEF0C3
(190,240,195)
#C3F1C8
(195,241,200)
#C8F2CD
(200,242,205)
#CDF3D2
(205,243,210)
#D2F4D7
(210,244,215)
#D7F5DC
(215,245,220)
#DCF6E1
(220,246,225)
#E1F7E6
(225,247,230)
#E6F8EB
(230,248,235)
#EBF9F0
(235,249,240)
#F0FAF5
(240,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEF0C3 color. Also use rgb(190,240,195) instead hex code.

Text Font Color

.myTextColor { color: #BEF0C3; }

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

This text font color is #BEF0C3.


Background Color

.myBgColor { background-color: #BEF0C3; }

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

This div background color is #BEF0C3.


Border color

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

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

This div border color is #BEF0C3.


Opacity

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

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

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

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

This text has shadow with #BEF0C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEF0C3 on black background.


Color preview on white background

This text has color #BEF0C3 on white background.



Black color preview on #BEF0C3 background

This text has black color on #BEF0C3 background.


White color preview on #BEF0C3 background

This text has white color on #BEF0C3 background.