COLOR #8CC199

HEX: #8CC199
RGB: (140,193,153)

Renk bilgisi

#8CC199 contains red, green and blue colors in about the same proportion. #8CC199 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#8CC199 color RGB value is (140,193,153).

  • kırmız ton 140;
  • yeşil ton 193;
  • mavi ton 153.
RGB:
(140,193,153)
(55%,76%,60%)

RGB bağlantıları ve doygunluk

R 140 of 255 = 55%
G 193 of 255 = 76%
B 153 of 255 = 60%

140
193
153

R + G + B ~ 64%. #8CC199 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
140 + 193 + 153 = 486 (100%)
R 140 of 486 ~ 28.81%
G 193 of 486 ~ 39.71%
B 153 of 486 ~ 31.48%

%28.81
%39.71
%31.48

CMYK RENK MODELİ

#8CC199 rengi CMYK tonu (27,0,21,24).

  • camgöbeği tonu 27.46%
  • eflatun tonu 0.00%
  • sarı tonu 20.73%
  • ana renk tonu 24.31%
CMYK:
(27,0,21,24)
C27M0Y21K24 
(27%,0%,21%,24%)
(0.27/0.00/0.21/0.24)	

CMYK yüzdeleri

%27.46
%0
%20.73
%24.31

Codes

Color #8CC199 in popluar color models

8CC199
RGB140193153
HSL135°29.94%65.29%
HSB/HSV135°27.46%75.69%
CMYK27.46%0.00%20.73%
24.31%

Color #8CC199 in popluar number systems.

HEX8CC199
Decimal140193153
Binary100011001100000110011001
Octal214301231

Shades and tints

Shades of #8CC199

#8CC199
(140,193,153)
#80B08C
(128,176,140)
#749F7F
(116,159,127)
#688E72
(104,142,114)
#5C7D65
(92,125,101)
#506C58
(80,108,88)
#445B4B
(68,91,75)
#384A3E
(56,74,62)
#2C3931
(44,57,49)
#202824
(32,40,36)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #8CC199

#8CC199
(140,193,153)
#96C6A2
(150,198,162)
#A0CBAB
(160,203,171)
#AAD0B4
(170,208,180)
#B4D5BD
(180,213,189)
#BEDAC6
(190,218,198)
#C8DFCF
(200,223,207)
#D2E4D8
(210,228,216)
#DCE9E1
(220,233,225)
#E6EEEA
(230,238,234)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CC199 color. Also use rgb(140,193,153) instead hex code.

Text Font Color

.myTextColor { color: #8CC199; }

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

This text font color is #8CC199.


Background Color

.myBgColor { background-color: #8CC199; }

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

This div background color is #8CC199.


Border color

.myBorderColor { border: 1px solid #8CC199; }

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

This div border color is #8CC199.


Opacity

.myOpacity80 { color: #8CC199; opacity: 0.8; }

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

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

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

This text has shadow with #8CC199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CC199 on black background.


Color preview on white background

This text has color #8CC199 on white background.



Black color preview on #8CC199 background

This text has black color on #8CC199 background.


White color preview on #8CC199 background

This text has white color on #8CC199 background.