COLOR #C6EA93

HEX: #C6EA93
RGB: (198,234,147)

Renk bilgisi

#C6EA93 contains mainly red and green colors. #C6EA93 ‘ nin web güvenlik rengi #CCFF99 (ya da #CF9) dir.

RGB renk modeli

#C6EA93 color RGB value is (198,234,147).

  • kırmız ton 198;
  • yeşil ton 234;
  • mavi ton 147.
RGB:
(198,234,147)
(78%,92%,58%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 234 of 255 = 92%
B 147 of 255 = 58%

198
234
147

R + G + B ~ 76%. #C6EA93 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 234 + 147 = 579 (100%)
R 198 of 579 ~ 34.2%
G 234 of 579 ~ 40.41%
B 147 of 579 ~ 25.39%

%34.2
%40.41
%25.39

CMYK RENK MODELİ

#C6EA93 rengi CMYK tonu (15,0,37,8).

  • camgöbeği tonu 15.38%
  • eflatun tonu 0.00%
  • sarı tonu 37.18%
  • ana renk tonu 8.24%
CMYK:
(15,0,37,8)
C15M0Y37K8 
(15%,0%,37%,8%)
(0.15/0.00/0.37/0.08)	

CMYK yüzdeleri

%15.38
%0
%37.18
%8.24

Codes

Color #C6EA93 in popluar color models

C6EA93
RGB198234147
HSL85°67.44%74.71%
HSB/HSV85°37.18%91.76%
CMYK15.38%0.00%37.18%
8.24%

Color #C6EA93 in popluar number systems.

HEXC6EA93
Decimal198234147
Binary110001101110101010010011
Octal306352223

Shades and tints

Shades of #C6EA93

#C6EA93
(198,234,147)
#B4D586
(180,213,134)
#A2C079
(162,192,121)
#90AB6C
(144,171,108)
#7E965F
(126,150,95)
#6C8152
(108,129,82)
#5A6C45
(90,108,69)
#485738
(72,87,56)
#36422B
(54,66,43)
#242D1E
(36,45,30)
#121811
(18,24,17)
#000000
(0,0,0)

Tints of #C6EA93

#C6EA93
(198,234,147)
#CBEB9C
(203,235,156)
#D0ECA5
(208,236,165)
#D5EDAE
(213,237,174)
#DAEEB7
(218,238,183)
#DFEFC0
(223,239,192)
#E4F0C9
(228,240,201)
#E9F1D2
(233,241,210)
#EEF2DB
(238,242,219)
#F3F3E4
(243,243,228)
#F8F4ED
(248,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6EA93 color. Also use rgb(198,234,147) instead hex code.

Text Font Color

.myTextColor { color: #C6EA93; }

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

This text font color is #C6EA93.


Background Color

.myBgColor { background-color: #C6EA93; }

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

This div background color is #C6EA93.


Border color

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

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

This div border color is #C6EA93.


Opacity

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

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

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

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

This text has shadow with #C6EA93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6EA93 on black background.


Color preview on white background

This text has color #C6EA93 on white background.



Black color preview on #C6EA93 background

This text has black color on #C6EA93 background.


White color preview on #C6EA93 background

This text has white color on #C6EA93 background.