COLOR #BEF0E6

HEX: #BEF0E6
RGB: (190,240,230)

Renk bilgisi

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

RGB renk modeli

#BEF0E6 color RGB value is (190,240,230).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 240 of 255 = 94%
B 230 of 255 = 90%

190
240
230

R + G + B ~ 86%. #BEF0E6 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 240 + 230 = 660 (100%)
R 190 of 660 ~ 28.79%
G 240 of 660 ~ 36.36%
B 230 of 660 ~ 34.85%

%28.79
%36.36
%34.85

CMYK RENK MODELİ

#BEF0E6 rengi CMYK tonu (21,0,4,6).

  • camgöbeği tonu 20.83%
  • eflatun tonu 0.00%
  • sarı tonu 4.17%
  • ana renk tonu 5.88%
CMYK:
(21,0,4,6)
C21M0Y4K6 
(21%,0%,4%,6%)
(0.21/0.00/0.04/0.06)	

CMYK yüzdeleri

%20.83
%0
%4.17
%5.88

Codes

Color #BEF0E6 in popluar color models

BEF0E6
RGB190240230
HSL168°62.50%84.31%
HSB/HSV168°20.83%94.12%
CMYK20.83%0.00%4.17%
5.88%

Color #BEF0E6 in popluar number systems.

HEXBEF0E6
Decimal190240230
Binary101111101111000011100110
Octal276360346

Shades and tints

Shades of #BEF0E6

#BEF0E6
(190,240,230)
#ADDBD2
(173,219,210)
#9CC6BE
(156,198,190)
#8BB1AA
(139,177,170)
#7A9C96
(122,156,150)
#698782
(105,135,130)
#58726E
(88,114,110)
#475D5A
(71,93,90)
#364846
(54,72,70)
#253332
(37,51,50)
#141E1E
(20,30,30)
#000000
(0,0,0)

Tints of #BEF0E6

#BEF0E6
(190,240,230)
#C3F1E8
(195,241,232)
#C8F2EA
(200,242,234)
#CDF3EC
(205,243,236)
#D2F4EE
(210,244,238)
#D7F5F0
(215,245,240)
#DCF6F2
(220,246,242)
#E1F7F4
(225,247,244)
#E6F8F6
(230,248,246)
#EBF9F8
(235,249,248)
#F0FAFA
(240,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEF0E6; }

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

This text font color is #BEF0E6.


Background Color

.myBgColor { background-color: #BEF0E6; }

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

This div background color is #BEF0E6.


Border color

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

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

This div border color is #BEF0E6.


Opacity

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

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

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

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

This text has shadow with #BEF0E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEF0E6 on black background.


Color preview on white background

This text has color #BEF0E6 on white background.



Black color preview on #BEF0E6 background

This text has black color on #BEF0E6 background.


White color preview on #BEF0E6 background

This text has white color on #BEF0E6 background.