COLOR #C6E388

HEX: #C6E388
RGB: (198,227,136)

Renk bilgisi

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

RGB renk modeli

#C6E388 color RGB value is (198,227,136).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 227 of 255 = 89%
B 136 of 255 = 53%

198
227
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 227 + 136 = 561 (100%)
R 198 of 561 ~ 35.29%
G 227 of 561 ~ 40.46%
B 136 of 561 ~ 24.24%

%35.29
%40.46
%24.24

CMYK RENK MODELİ

#C6E388 rengi CMYK tonu (13,0,40,11).

  • camgöbeği tonu 12.78%
  • eflatun tonu 0.00%
  • sarı tonu 40.09%
  • ana renk tonu 10.98%
CMYK:
(13,0,40,11)
C13M0Y40K11 
(13%,0%,40%,11%)
(0.13/0.00/0.40/0.11)	

CMYK yüzdeleri

%12.78
%0
%40.09
%10.98

Codes

Color #C6E388 in popluar color models

C6E388
RGB198227136
HSL79°61.90%71.18%
HSB/HSV79°40.09%89.02%
CMYK12.78%0.00%40.09%
10.98%

Color #C6E388 in popluar number systems.

HEXC6E388
Decimal198227136
Binary110001101110001110001000
Octal306343210

Shades and tints

Shades of #C6E388

#C6E388
(198,227,136)
#B4CF7C
(180,207,124)
#A2BB70
(162,187,112)
#90A764
(144,167,100)
#7E9358
(126,147,88)
#6C7F4C
(108,127,76)
#5A6B40
(90,107,64)
#485734
(72,87,52)
#364328
(54,67,40)
#242F1C
(36,47,28)
#121B10
(18,27,16)
#000000
(0,0,0)

Tints of #C6E388

#C6E388
(198,227,136)
#CBE592
(203,229,146)
#D0E79C
(208,231,156)
#D5E9A6
(213,233,166)
#DAEBB0
(218,235,176)
#DFEDBA
(223,237,186)
#E4EFC4
(228,239,196)
#E9F1CE
(233,241,206)
#EEF3D8
(238,243,216)
#F3F5E2
(243,245,226)
#F8F7EC
(248,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E388; }

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

This text font color is #C6E388.


Background Color

.myBgColor { background-color: #C6E388; }

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

This div background color is #C6E388.


Border color

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

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

This div border color is #C6E388.


Opacity

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

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

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

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

This text has shadow with #C6E388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E388 on black background.


Color preview on white background

This text has color #C6E388 on white background.



Black color preview on #C6E388 background

This text has black color on #C6E388 background.


White color preview on #C6E388 background

This text has white color on #C6E388 background.