COLOR #C6E382

HEX: #C6E382
RGB: (198,227,130)

Renk bilgisi

#C6E382 contains mainly red and green colors. #C6E382 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#C6E382 color RGB value is (198,227,130).

  • kırmız ton 198;
  • yeşil ton 227;
  • mavi ton 130.
RGB:
(198,227,130)
(78%,89%,51%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 227 of 255 = 89%
B 130 of 255 = 51%

198
227
130

R + G + B ~ 73%. #C6E382 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 227 + 130 = 555 (100%)
R 198 of 555 ~ 35.68%
G 227 of 555 ~ 40.9%
B 130 of 555 ~ 23.42%

%35.68
%40.9
%23.42

CMYK RENK MODELİ

#C6E382 rengi CMYK tonu (13,0,43,11).

  • camgöbeği tonu 12.78%
  • eflatun tonu 0.00%
  • sarı tonu 42.73%
  • ana renk tonu 10.98%
CMYK:
(13,0,43,11)
C13M0Y43K11 
(13%,0%,43%,11%)
(0.13/0.00/0.43/0.11)	

CMYK yüzdeleri

%12.78
%0
%42.73
%10.98

Codes

Color #C6E382 in popluar color models

C6E382
RGB198227130
HSL78°63.40%70.00%
HSB/HSV78°42.73%89.02%
CMYK12.78%0.00%42.73%
10.98%

Color #C6E382 in popluar number systems.

HEXC6E382
Decimal198227130
Binary110001101110001110000010
Octal306343202

Shades and tints

Shades of #C6E382

#C6E382
(198,227,130)
#B4CF77
(180,207,119)
#A2BB6C
(162,187,108)
#90A761
(144,167,97)
#7E9356
(126,147,86)
#6C7F4B
(108,127,75)
#5A6B40
(90,107,64)
#485735
(72,87,53)
#36432A
(54,67,42)
#242F1F
(36,47,31)
#121B14
(18,27,20)
#000000
(0,0,0)

Tints of #C6E382

#C6E382
(198,227,130)
#CBE58D
(203,229,141)
#D0E798
(208,231,152)
#D5E9A3
(213,233,163)
#DAEBAE
(218,235,174)
#DFEDB9
(223,237,185)
#E4EFC4
(228,239,196)
#E9F1CF
(233,241,207)
#EEF3DA
(238,243,218)
#F3F5E5
(243,245,229)
#F8F7F0
(248,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6E382 color. Also use rgb(198,227,130) instead hex code.

Text Font Color

.myTextColor { color: #C6E382; }

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

This text font color is #C6E382.


Background Color

.myBgColor { background-color: #C6E382; }

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

This div background color is #C6E382.


Border color

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

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

This div border color is #C6E382.


Opacity

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

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

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

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

This text has shadow with #C6E382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E382 on black background.


Color preview on white background

This text has color #C6E382 on white background.



Black color preview on #C6E382 background

This text has black color on #C6E382 background.


White color preview on #C6E382 background

This text has white color on #C6E382 background.