COLOR #BEF8E6

HEX: #BEF8E6
RGB: (190,248,230)

Renk bilgisi

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

RGB renk modeli

#BEF8E6 color RGB value is (190,248,230).

  • kırmız ton 190;
  • yeşil ton 248;
  • mavi ton 230.
RGB:
(190,248,230)
(75%,97%,90%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 248 of 255 = 97%
B 230 of 255 = 90%

190
248
230

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 248 + 230 = 668 (100%)
R 190 of 668 ~ 28.44%
G 248 of 668 ~ 37.13%
B 230 of 668 ~ 34.43%

%28.44
%37.13
%34.43

CMYK RENK MODELİ

#BEF8E6 rengi CMYK tonu (23,0,7,3).

  • camgöbeği tonu 23.39%
  • eflatun tonu 0.00%
  • sarı tonu 7.26%
  • ana renk tonu 2.75%
CMYK:
(23,0,7,3)
C23M0Y7K3 
(23%,0%,7%,3%)
(0.23/0.00/0.07/0.03)	

CMYK yüzdeleri

%23.39
%0
%7.26
%2.75

Codes

Color #BEF8E6 in popluar color models

BEF8E6
RGB190248230
HSL161°80.56%85.88%
HSB/HSV161°23.39%97.25%
CMYK23.39%0.00%7.26%
2.75%

Color #BEF8E6 in popluar number systems.

HEXBEF8E6
Decimal190248230
Binary101111101111100011100110
Octal276370346

Shades and tints

Shades of #BEF8E6

#BEF8E6
(190,248,230)
#ADE2D2
(173,226,210)
#9CCCBE
(156,204,190)
#8BB6AA
(139,182,170)
#7AA096
(122,160,150)
#698A82
(105,138,130)
#58746E
(88,116,110)
#475E5A
(71,94,90)
#364846
(54,72,70)
#253232
(37,50,50)
#141C1E
(20,28,30)
#000000
(0,0,0)

Tints of #BEF8E6

#BEF8E6
(190,248,230)
#C3F8E8
(195,248,232)
#C8F8EA
(200,248,234)
#CDF8EC
(205,248,236)
#D2F8EE
(210,248,238)
#D7F8F0
(215,248,240)
#DCF8F2
(220,248,242)
#E1F8F4
(225,248,244)
#E6F8F6
(230,248,246)
#EBF8F8
(235,248,248)
#F0F8FA
(240,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEF8E6 color. Also use rgb(190,248,230) instead hex code.

Text Font Color

.myTextColor { color: #BEF8E6; }

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

This text font color is #BEF8E6.


Background Color

.myBgColor { background-color: #BEF8E6; }

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

This div background color is #BEF8E6.


Border color

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

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

This div border color is #BEF8E6.


Opacity

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

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

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

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

This text has shadow with #BEF8E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEF8E6 on black background.


Color preview on white background

This text has color #BEF8E6 on white background.



Black color preview on #BEF8E6 background

This text has black color on #BEF8E6 background.


White color preview on #BEF8E6 background

This text has white color on #BEF8E6 background.