COLOR #BEF2E5

HEX: #BEF2E5
RGB: (190,242,229)

Renk bilgisi

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

RGB renk modeli

#BEF2E5 color RGB value is (190,242,229).

  • kırmız ton 190;
  • yeşil ton 242;
  • mavi ton 229.
RGB:
(190,242,229)
(75%,95%,90%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 242 of 255 = 95%
B 229 of 255 = 90%

190
242
229

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 242 + 229 = 661 (100%)
R 190 of 661 ~ 28.74%
G 242 of 661 ~ 36.61%
B 229 of 661 ~ 34.64%

%28.74
%36.61
%34.64

CMYK RENK MODELİ

#BEF2E5 rengi CMYK tonu (21,0,5,5).

  • camgöbeği tonu 21.49%
  • eflatun tonu 0.00%
  • sarı tonu 5.37%
  • ana renk tonu 5.10%
CMYK:
(21,0,5,5)
C21M0Y5K5 
(21%,0%,5%,5%)
(0.21/0.00/0.05/0.05)	

CMYK yüzdeleri

%21.49
%0
%5.37
%5.1

Codes

Color #BEF2E5 in popluar color models

BEF2E5
RGB190242229
HSL165°66.67%84.71%
HSB/HSV165°21.49%94.90%
CMYK21.49%0.00%5.37%
5.10%

Color #BEF2E5 in popluar number systems.

HEXBEF2E5
Decimal190242229
Binary101111101111001011100101
Octal276362345

Shades and tints

Shades of #BEF2E5

#BEF2E5
(190,242,229)
#ADDCD1
(173,220,209)
#9CC6BD
(156,198,189)
#8BB0A9
(139,176,169)
#7A9A95
(122,154,149)
#698481
(105,132,129)
#586E6D
(88,110,109)
#475859
(71,88,89)
#364245
(54,66,69)
#252C31
(37,44,49)
#14161D
(20,22,29)
#000000
(0,0,0)

Tints of #BEF2E5

#BEF2E5
(190,242,229)
#C3F3E7
(195,243,231)
#C8F4E9
(200,244,233)
#CDF5EB
(205,245,235)
#D2F6ED
(210,246,237)
#D7F7EF
(215,247,239)
#DCF8F1
(220,248,241)
#E1F9F3
(225,249,243)
#E6FAF5
(230,250,245)
#EBFBF7
(235,251,247)
#F0FCF9
(240,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEF2E5; }

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

This text font color is #BEF2E5.


Background Color

.myBgColor { background-color: #BEF2E5; }

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

This div background color is #BEF2E5.


Border color

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

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

This div border color is #BEF2E5.


Opacity

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

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

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

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

This text has shadow with #BEF2E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEF2E5 on black background.


Color preview on white background

This text has color #BEF2E5 on white background.



Black color preview on #BEF2E5 background

This text has black color on #BEF2E5 background.


White color preview on #BEF2E5 background

This text has white color on #BEF2E5 background.