COLOR #BEE4E1

HEX: #BEE4E1
RGB: (190,228,225)

Renk bilgisi

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

RGB renk modeli

#BEE4E1 color RGB value is (190,228,225).

  • kırmız ton 190;
  • yeşil ton 228;
  • mavi ton 225.
RGB:
(190,228,225)
(75%,89%,88%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 228 of 255 = 89%
B 225 of 255 = 88%

190
228
225

R + G + B ~ 84%. #BEE4E1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 228 + 225 = 643 (100%)
R 190 of 643 ~ 29.55%
G 228 of 643 ~ 35.46%
B 225 of 643 ~ 34.99%

%29.55
%35.46
%34.99

CMYK RENK MODELİ

#BEE4E1 rengi CMYK tonu (17,0,1,11).

  • camgöbeği tonu 16.67%
  • eflatun tonu 0.00%
  • sarı tonu 1.32%
  • ana renk tonu 10.59%
CMYK:
(17,0,1,11)
C17M0Y1K11 
(17%,0%,1%,11%)
(0.17/0.00/0.01/0.11)	

CMYK yüzdeleri

%16.67
%0
%1.32
%10.59

Codes

Color #BEE4E1 in popluar color models

BEE4E1
RGB190228225
HSL175°41.30%81.96%
HSB/HSV175°16.67%89.41%
CMYK16.67%0.00%1.32%
10.59%

Color #BEE4E1 in popluar number systems.

HEXBEE4E1
Decimal190228225
Binary101111101110010011100001
Octal276344341

Shades and tints

Shades of #BEE4E1

#BEE4E1
(190,228,225)
#ADD0CD
(173,208,205)
#9CBCB9
(156,188,185)
#8BA8A5
(139,168,165)
#7A9491
(122,148,145)
#69807D
(105,128,125)
#586C69
(88,108,105)
#475855
(71,88,85)
#364441
(54,68,65)
#25302D
(37,48,45)
#141C19
(20,28,25)
#000000
(0,0,0)

Tints of #BEE4E1

#BEE4E1
(190,228,225)
#C3E6E3
(195,230,227)
#C8E8E5
(200,232,229)
#CDEAE7
(205,234,231)
#D2ECE9
(210,236,233)
#D7EEEB
(215,238,235)
#DCF0ED
(220,240,237)
#E1F2EF
(225,242,239)
#E6F4F1
(230,244,241)
#EBF6F3
(235,246,243)
#F0F8F5
(240,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE4E1 color. Also use rgb(190,228,225) instead hex code.

Text Font Color

.myTextColor { color: #BEE4E1; }

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

This text font color is #BEE4E1.


Background Color

.myBgColor { background-color: #BEE4E1; }

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

This div background color is #BEE4E1.


Border color

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

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

This div border color is #BEE4E1.


Opacity

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

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

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

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

This text has shadow with #BEE4E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE4E1 on black background.


Color preview on white background

This text has color #BEE4E1 on white background.



Black color preview on #BEE4E1 background

This text has black color on #BEE4E1 background.


White color preview on #BEE4E1 background

This text has white color on #BEE4E1 background.