COLOR #BEE7C3

HEX: #BEE7C3
RGB: (190,231,195)

Renk bilgisi

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

RGB renk modeli

#BEE7C3 color RGB value is (190,231,195).

  • kırmız ton 190;
  • yeşil ton 231;
  • mavi ton 195.
RGB:
(190,231,195)
(75%,91%,76%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 231 of 255 = 91%
B 195 of 255 = 76%

190
231
195

R + G + B ~ 81%. #BEE7C3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 231 + 195 = 616 (100%)
R 190 of 616 ~ 30.84%
G 231 of 616 ~ 37.5%
B 195 of 616 ~ 31.66%

%30.84
%37.5
%31.66

CMYK RENK MODELİ

#BEE7C3 rengi CMYK tonu (18,0,16,9).

  • camgöbeği tonu 17.75%
  • eflatun tonu 0.00%
  • sarı tonu 15.58%
  • ana renk tonu 9.41%
CMYK:
(18,0,16,9)
C18M0Y16K9 
(18%,0%,16%,9%)
(0.18/0.00/0.16/0.09)	

CMYK yüzdeleri

%17.75
%0
%15.58
%9.41

Codes

Color #BEE7C3 in popluar color models

BEE7C3
RGB190231195
HSL127°46.07%82.55%
HSB/HSV127°17.75%90.59%
CMYK17.75%0.00%15.58%
9.41%

Color #BEE7C3 in popluar number systems.

HEXBEE7C3
Decimal190231195
Binary101111101110011111000011
Octal276347303

Shades and tints

Shades of #BEE7C3

#BEE7C3
(190,231,195)
#ADD2B2
(173,210,178)
#9CBDA1
(156,189,161)
#8BA890
(139,168,144)
#7A937F
(122,147,127)
#697E6E
(105,126,110)
#58695D
(88,105,93)
#47544C
(71,84,76)
#363F3B
(54,63,59)
#252A2A
(37,42,42)
#141519
(20,21,25)
#000000
(0,0,0)

Tints of #BEE7C3

#BEE7C3
(190,231,195)
#C3E9C8
(195,233,200)
#C8EBCD
(200,235,205)
#CDEDD2
(205,237,210)
#D2EFD7
(210,239,215)
#D7F1DC
(215,241,220)
#DCF3E1
(220,243,225)
#E1F5E6
(225,245,230)
#E6F7EB
(230,247,235)
#EBF9F0
(235,249,240)
#F0FBF5
(240,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE7C3 color. Also use rgb(190,231,195) instead hex code.

Text Font Color

.myTextColor { color: #BEE7C3; }

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

This text font color is #BEE7C3.


Background Color

.myBgColor { background-color: #BEE7C3; }

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

This div background color is #BEE7C3.


Border color

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

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

This div border color is #BEE7C3.


Opacity

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

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

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

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

This text has shadow with #BEE7C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE7C3 on black background.


Color preview on white background

This text has color #BEE7C3 on white background.



Black color preview on #BEE7C3 background

This text has black color on #BEE7C3 background.


White color preview on #BEE7C3 background

This text has white color on #BEE7C3 background.