COLOR #BEE4EA

HEX: #BEE4EA
RGB: (190,228,234)

Renk bilgisi

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

RGB renk modeli

#BEE4EA color RGB value is (190,228,234).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 228 of 255 = 89%
B 234 of 255 = 92%

190
228
234

R + G + B ~ 85%. #BEE4EA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 228 + 234 = 652 (100%)
R 190 of 652 ~ 29.14%
G 228 of 652 ~ 34.97%
B 234 of 652 ~ 35.89%

%29.14
%34.97
%35.89

CMYK RENK MODELİ

#BEE4EA rengi CMYK tonu (19,3,0,8).

  • camgöbeği tonu 18.80%
  • eflatun tonu 2.56%
  • sarı tonu 0.00%
  • ana renk tonu 8.24%
CMYK:
(19,3,0,8)
C19M3Y0K8 
(19%,3%,0%,8%)
(0.19/0.03/0.00/0.08)	

CMYK yüzdeleri

%18.8
%2.56
%0
%8.24

Codes

Color #BEE4EA in popluar color models

BEE4EA
RGB190228234
HSL188°51.16%83.14%
HSB/HSV188°18.80%91.76%
CMYK18.80%2.56%0.00%
8.24%

Color #BEE4EA in popluar number systems.

HEXBEE4EA
Decimal190228234
Binary101111101110010011101010
Octal276344352

Shades and tints

Shades of #BEE4EA

#BEE4EA
(190,228,234)
#ADD0D5
(173,208,213)
#9CBCC0
(156,188,192)
#8BA8AB
(139,168,171)
#7A9496
(122,148,150)
#698081
(105,128,129)
#586C6C
(88,108,108)
#475857
(71,88,87)
#364442
(54,68,66)
#25302D
(37,48,45)
#141C18
(20,28,24)
#000000
(0,0,0)

Tints of #BEE4EA

#BEE4EA
(190,228,234)
#C3E6EB
(195,230,235)
#C8E8EC
(200,232,236)
#CDEAED
(205,234,237)
#D2ECEE
(210,236,238)
#D7EEEF
(215,238,239)
#DCF0F0
(220,240,240)
#E1F2F1
(225,242,241)
#E6F4F2
(230,244,242)
#EBF6F3
(235,246,243)
#F0F8F4
(240,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEE4EA; }

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

This text font color is #BEE4EA.


Background Color

.myBgColor { background-color: #BEE4EA; }

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

This div background color is #BEE4EA.


Border color

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

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

This div border color is #BEE4EA.


Opacity

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

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

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

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

This text has shadow with #BEE4EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE4EA on black background.


Color preview on white background

This text has color #BEE4EA on white background.



Black color preview on #BEE4EA background

This text has black color on #BEE4EA background.


White color preview on #BEE4EA background

This text has white color on #BEE4EA background.