COLOR #BEEEC9

HEX: #BEEEC9
RGB: (190,238,201)

Renk bilgisi

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

RGB renk modeli

#BEEEC9 color RGB value is (190,238,201).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 238 of 255 = 93%
B 201 of 255 = 79%

190
238
201

R + G + B ~ 82%. #BEEEC9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 238 + 201 = 629 (100%)
R 190 of 629 ~ 30.21%
G 238 of 629 ~ 37.84%
B 201 of 629 ~ 31.96%

%30.21
%37.84
%31.96

CMYK RENK MODELİ

#BEEEC9 rengi CMYK tonu (20,0,16,7).

  • camgöbeği tonu 20.17%
  • eflatun tonu 0.00%
  • sarı tonu 15.55%
  • ana renk tonu 6.67%
CMYK:
(20,0,16,7)
C20M0Y16K7 
(20%,0%,16%,7%)
(0.20/0.00/0.16/0.07)	

CMYK yüzdeleri

%20.17
%0
%15.55
%6.67

Codes

Color #BEEEC9 in popluar color models

BEEEC9
RGB190238201
HSL134°58.54%83.92%
HSB/HSV134°20.17%93.33%
CMYK20.17%0.00%15.55%
6.67%

Color #BEEEC9 in popluar number systems.

HEXBEEEC9
Decimal190238201
Binary101111101110111011001001
Octal276356311

Shades and tints

Shades of #BEEEC9

#BEEEC9
(190,238,201)
#ADD9B7
(173,217,183)
#9CC4A5
(156,196,165)
#8BAF93
(139,175,147)
#7A9A81
(122,154,129)
#69856F
(105,133,111)
#58705D
(88,112,93)
#475B4B
(71,91,75)
#364639
(54,70,57)
#253127
(37,49,39)
#141C15
(20,28,21)
#000000
(0,0,0)

Tints of #BEEEC9

#BEEEC9
(190,238,201)
#C3EFCD
(195,239,205)
#C8F0D1
(200,240,209)
#CDF1D5
(205,241,213)
#D2F2D9
(210,242,217)
#D7F3DD
(215,243,221)
#DCF4E1
(220,244,225)
#E1F5E5
(225,245,229)
#E6F6E9
(230,246,233)
#EBF7ED
(235,247,237)
#F0F8F1
(240,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEEEC9; }

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

This text font color is #BEEEC9.


Background Color

.myBgColor { background-color: #BEEEC9; }

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

This div background color is #BEEEC9.


Border color

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

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

This div border color is #BEEEC9.


Opacity

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

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

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

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

This text has shadow with #BEEEC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEEEC9 on black background.


Color preview on white background

This text has color #BEEEC9 on white background.



Black color preview on #BEEEC9 background

This text has black color on #BEEEC9 background.


White color preview on #BEEEC9 background

This text has white color on #BEEEC9 background.