COLOR #BEF1C7

HEX: #BEF1C7
RGB: (190,241,199)

Renk bilgisi

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

RGB renk modeli

#BEF1C7 color RGB value is (190,241,199).

  • kırmız ton 190;
  • yeşil ton 241;
  • mavi ton 199.
RGB:
(190,241,199)
(75%,95%,78%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 241 of 255 = 95%
B 199 of 255 = 78%

190
241
199

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 241 + 199 = 630 (100%)
R 190 of 630 ~ 30.16%
G 241 of 630 ~ 38.25%
B 199 of 630 ~ 31.59%

%30.16
%38.25
%31.59

CMYK RENK MODELİ

#BEF1C7 rengi CMYK tonu (21,0,17,5).

  • camgöbeği tonu 21.16%
  • eflatun tonu 0.00%
  • sarı tonu 17.43%
  • ana renk tonu 5.49%
CMYK:
(21,0,17,5)
C21M0Y17K5 
(21%,0%,17%,5%)
(0.21/0.00/0.17/0.05)	

CMYK yüzdeleri

%21.16
%0
%17.43
%5.49

Codes

Color #BEF1C7 in popluar color models

BEF1C7
RGB190241199
HSL131°64.56%84.51%
HSB/HSV131°21.16%94.51%
CMYK21.16%0.00%17.43%
5.49%

Color #BEF1C7 in popluar number systems.

HEXBEF1C7
Decimal190241199
Binary101111101111000111000111
Octal276361307

Shades and tints

Shades of #BEF1C7

#BEF1C7
(190,241,199)
#ADDCB5
(173,220,181)
#9CC7A3
(156,199,163)
#8BB291
(139,178,145)
#7A9D7F
(122,157,127)
#69886D
(105,136,109)
#58735B
(88,115,91)
#475E49
(71,94,73)
#364937
(54,73,55)
#253425
(37,52,37)
#141F13
(20,31,19)
#000000
(0,0,0)

Tints of #BEF1C7

#BEF1C7
(190,241,199)
#C3F2CC
(195,242,204)
#C8F3D1
(200,243,209)
#CDF4D6
(205,244,214)
#D2F5DB
(210,245,219)
#D7F6E0
(215,246,224)
#DCF7E5
(220,247,229)
#E1F8EA
(225,248,234)
#E6F9EF
(230,249,239)
#EBFAF4
(235,250,244)
#F0FBF9
(240,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEF1C7 color. Also use rgb(190,241,199) instead hex code.

Text Font Color

.myTextColor { color: #BEF1C7; }

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

This text font color is #BEF1C7.


Background Color

.myBgColor { background-color: #BEF1C7; }

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

This div background color is #BEF1C7.


Border color

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

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

This div border color is #BEF1C7.


Opacity

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

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

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

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

This text has shadow with #BEF1C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEF1C7 on black background.


Color preview on white background

This text has color #BEF1C7 on white background.



Black color preview on #BEF1C7 background

This text has black color on #BEF1C7 background.


White color preview on #BEF1C7 background

This text has white color on #BEF1C7 background.