COLOR #BEEBD4

HEX: #BEEBD4
RGB: (190,235,212)

Renk bilgisi

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

RGB renk modeli

#BEEBD4 color RGB value is (190,235,212).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 235 of 255 = 92%
B 212 of 255 = 83%

190
235
212

R + G + B ~ 83%. #BEEBD4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 235 + 212 = 637 (100%)
R 190 of 637 ~ 29.83%
G 235 of 637 ~ 36.89%
B 212 of 637 ~ 33.28%

%29.83
%36.89
%33.28

CMYK RENK MODELİ

#BEEBD4 rengi CMYK tonu (19,0,10,8).

  • camgöbeği tonu 19.15%
  • eflatun tonu 0.00%
  • sarı tonu 9.79%
  • ana renk tonu 7.84%
CMYK:
(19,0,10,8)
C19M0Y10K8 
(19%,0%,10%,8%)
(0.19/0.00/0.10/0.08)	

CMYK yüzdeleri

%19.15
%0
%9.79
%7.84

Codes

Color #BEEBD4 in popluar color models

BEEBD4
RGB190235212
HSL149°52.94%83.33%
HSB/HSV149°19.15%92.16%
CMYK19.15%0.00%9.79%
7.84%

Color #BEEBD4 in popluar number systems.

HEXBEEBD4
Decimal190235212
Binary101111101110101111010100
Octal276353324

Shades and tints

Shades of #BEEBD4

#BEEBD4
(190,235,212)
#ADD6C1
(173,214,193)
#9CC1AE
(156,193,174)
#8BAC9B
(139,172,155)
#7A9788
(122,151,136)
#698275
(105,130,117)
#586D62
(88,109,98)
#47584F
(71,88,79)
#36433C
(54,67,60)
#252E29
(37,46,41)
#141916
(20,25,22)
#000000
(0,0,0)

Tints of #BEEBD4

#BEEBD4
(190,235,212)
#C3ECD7
(195,236,215)
#C8EDDA
(200,237,218)
#CDEEDD
(205,238,221)
#D2EFE0
(210,239,224)
#D7F0E3
(215,240,227)
#DCF1E6
(220,241,230)
#E1F2E9
(225,242,233)
#E6F3EC
(230,243,236)
#EBF4EF
(235,244,239)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEEBD4; }

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

This text font color is #BEEBD4.


Background Color

.myBgColor { background-color: #BEEBD4; }

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

This div background color is #BEEBD4.


Border color

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

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

This div border color is #BEEBD4.


Opacity

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

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

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

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

This text has shadow with #BEEBD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEEBD4 on black background.


Color preview on white background

This text has color #BEEBD4 on white background.



Black color preview on #BEEBD4 background

This text has black color on #BEEBD4 background.


White color preview on #BEEBD4 background

This text has white color on #BEEBD4 background.