COLOR #BEECF0

HEX: #BEECF0
RGB: (190,236,240)

Renk bilgisi

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

RGB renk modeli

#BEECF0 color RGB value is (190,236,240).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 236 of 255 = 93%
B 240 of 255 = 94%

190
236
240

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 236 + 240 = 666 (100%)
R 190 of 666 ~ 28.53%
G 236 of 666 ~ 35.44%
B 240 of 666 ~ 36.04%

%28.53
%35.44
%36.04

CMYK RENK MODELİ

#BEECF0 rengi CMYK tonu (21,2,0,6).

  • camgöbeği tonu 20.83%
  • eflatun tonu 1.67%
  • sarı tonu 0.00%
  • ana renk tonu 5.88%
CMYK:
(21,2,0,6)
C21M2Y0K6 
(21%,2%,0%,6%)
(0.21/0.02/0.00/0.06)	

CMYK yüzdeleri

%20.83
%1.67
%0
%5.88

Codes

Color #BEECF0 in popluar color models

BEECF0
RGB190236240
HSL185°62.50%84.31%
HSB/HSV185°20.83%94.12%
CMYK20.83%1.67%0.00%
5.88%

Color #BEECF0 in popluar number systems.

HEXBEECF0
Decimal190236240
Binary101111101110110011110000
Octal276354360

Shades and tints

Shades of #BEECF0

#BEECF0
(190,236,240)
#ADD7DB
(173,215,219)
#9CC2C6
(156,194,198)
#8BADB1
(139,173,177)
#7A989C
(122,152,156)
#698387
(105,131,135)
#586E72
(88,110,114)
#47595D
(71,89,93)
#364448
(54,68,72)
#252F33
(37,47,51)
#141A1E
(20,26,30)
#000000
(0,0,0)

Tints of #BEECF0

#BEECF0
(190,236,240)
#C3EDF1
(195,237,241)
#C8EEF2
(200,238,242)
#CDEFF3
(205,239,243)
#D2F0F4
(210,240,244)
#D7F1F5
(215,241,245)
#DCF2F6
(220,242,246)
#E1F3F7
(225,243,247)
#E6F4F8
(230,244,248)
#EBF5F9
(235,245,249)
#F0F6FA
(240,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEECF0; }

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

This text font color is #BEECF0.


Background Color

.myBgColor { background-color: #BEECF0; }

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

This div background color is #BEECF0.


Border color

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

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

This div border color is #BEECF0.


Opacity

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

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

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

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

This text has shadow with #BEECF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEECF0 on black background.


Color preview on white background

This text has color #BEECF0 on white background.



Black color preview on #BEECF0 background

This text has black color on #BEECF0 background.


White color preview on #BEECF0 background

This text has white color on #BEECF0 background.