COLOR #BEEED6

HEX: #BEEED6
RGB: (190,238,214)

Renk bilgisi

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

RGB renk modeli

#BEEED6 color RGB value is (190,238,214).

  • kırmız ton 190;
  • yeşil ton 238;
  • mavi ton 214.
RGB:
(190,238,214)
(75%,93%,84%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 238 of 255 = 93%
B 214 of 255 = 84%

190
238
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 238 + 214 = 642 (100%)
R 190 of 642 ~ 29.6%
G 238 of 642 ~ 37.07%
B 214 of 642 ~ 33.33%

%29.6
%37.07
%33.33

CMYK RENK MODELİ

#BEEED6 rengi CMYK tonu (20,0,10,7).

  • camgöbeği tonu 20.17%
  • eflatun tonu 0.00%
  • sarı tonu 10.08%
  • ana renk tonu 6.67%
CMYK:
(20,0,10,7)
C20M0Y10K7 
(20%,0%,10%,7%)
(0.20/0.00/0.10/0.07)	

CMYK yüzdeleri

%20.17
%0
%10.08
%6.67

Codes

Color #BEEED6 in popluar color models

BEEED6
RGB190238214
HSL150°58.54%83.92%
HSB/HSV150°20.17%93.33%
CMYK20.17%0.00%10.08%
6.67%

Color #BEEED6 in popluar number systems.

HEXBEEED6
Decimal190238214
Binary101111101110111011010110
Octal276356326

Shades and tints

Shades of #BEEED6

#BEEED6
(190,238,214)
#ADD9C3
(173,217,195)
#9CC4B0
(156,196,176)
#8BAF9D
(139,175,157)
#7A9A8A
(122,154,138)
#698577
(105,133,119)
#587064
(88,112,100)
#475B51
(71,91,81)
#36463E
(54,70,62)
#25312B
(37,49,43)
#141C18
(20,28,24)
#000000
(0,0,0)

Tints of #BEEED6

#BEEED6
(190,238,214)
#C3EFD9
(195,239,217)
#C8F0DC
(200,240,220)
#CDF1DF
(205,241,223)
#D2F2E2
(210,242,226)
#D7F3E5
(215,243,229)
#DCF4E8
(220,244,232)
#E1F5EB
(225,245,235)
#E6F6EE
(230,246,238)
#EBF7F1
(235,247,241)
#F0F8F4
(240,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEEED6 color. Also use rgb(190,238,214) instead hex code.

Text Font Color

.myTextColor { color: #BEEED6; }

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

This text font color is #BEEED6.


Background Color

.myBgColor { background-color: #BEEED6; }

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

This div background color is #BEEED6.


Border color

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

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

This div border color is #BEEED6.


Opacity

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

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

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

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

This text has shadow with #BEEED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEEED6 on black background.


Color preview on white background

This text has color #BEEED6 on white background.



Black color preview on #BEEED6 background

This text has black color on #BEEED6 background.


White color preview on #BEEED6 background

This text has white color on #BEEED6 background.