COLOR #BEE3EB

HEX: #BEE3EB
RGB: (190,227,235)

Renk bilgisi

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

RGB renk modeli

#BEE3EB color RGB value is (190,227,235).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 227 of 255 = 89%
B 235 of 255 = 92%

190
227
235

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 227 + 235 = 652 (100%)
R 190 of 652 ~ 29.14%
G 227 of 652 ~ 34.82%
B 235 of 652 ~ 36.04%

%29.14
%34.82
%36.04

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%19.15
%3.4
%0
%7.84

Codes

Color #BEE3EB in popluar color models

BEE3EB
RGB190227235
HSL191°52.94%83.33%
HSB/HSV191°19.15%92.16%
CMYK19.15%3.40%0.00%
7.84%

Color #BEE3EB in popluar number systems.

HEXBEE3EB
Decimal190227235
Binary101111101110001111101011
Octal276343353

Shades and tints

Shades of #BEE3EB

#BEE3EB
(190,227,235)
#ADCFD6
(173,207,214)
#9CBBC1
(156,187,193)
#8BA7AC
(139,167,172)
#7A9397
(122,147,151)
#697F82
(105,127,130)
#586B6D
(88,107,109)
#475758
(71,87,88)
#364343
(54,67,67)
#252F2E
(37,47,46)
#141B19
(20,27,25)
#000000
(0,0,0)

Tints of #BEE3EB

#BEE3EB
(190,227,235)
#C3E5EC
(195,229,236)
#C8E7ED
(200,231,237)
#CDE9EE
(205,233,238)
#D2EBEF
(210,235,239)
#D7EDF0
(215,237,240)
#DCEFF1
(220,239,241)
#E1F1F2
(225,241,242)
#E6F3F3
(230,243,243)
#EBF5F4
(235,245,244)
#F0F7F5
(240,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE3EB color. Also use rgb(190,227,235) instead hex code.

Text Font Color

.myTextColor { color: #BEE3EB; }

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

This text font color is #BEE3EB.


Background Color

.myBgColor { background-color: #BEE3EB; }

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

This div background color is #BEE3EB.


Border color

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

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

This div border color is #BEE3EB.


Opacity

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

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

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

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

This text has shadow with #BEE3EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE3EB on black background.


Color preview on white background

This text has color #BEE3EB on white background.



Black color preview on #BEE3EB background

This text has black color on #BEE3EB background.


White color preview on #BEE3EB background

This text has white color on #BEE3EB background.