COLOR #C6E187

HEX: #C6E187
RGB: (198,225,135)

Renk bilgisi

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

RGB renk modeli

#C6E187 color RGB value is (198,225,135).

  • kırmız ton 198;
  • yeşil ton 225;
  • mavi ton 135.
RGB:
(198,225,135)
(78%,88%,53%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 225 of 255 = 88%
B 135 of 255 = 53%

198
225
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 225 + 135 = 558 (100%)
R 198 of 558 ~ 35.48%
G 225 of 558 ~ 40.32%
B 135 of 558 ~ 24.19%

%35.48
%40.32
%24.19

CMYK RENK MODELİ

#C6E187 rengi CMYK tonu (12,0,40,12).

  • camgöbeği tonu 12.00%
  • eflatun tonu 0.00%
  • sarı tonu 40.00%
  • ana renk tonu 11.76%
CMYK:
(12,0,40,12)
C12M0Y40K12 
(12%,0%,40%,12%)
(0.12/0.00/0.40/0.12)	

CMYK yüzdeleri

%12
%0
%40
%11.76

Codes

Color #C6E187 in popluar color models

C6E187
RGB198225135
HSL78°60.00%70.59%
HSB/HSV78°40.00%88.24%
CMYK12.00%0.00%40.00%
11.76%

Color #C6E187 in popluar number systems.

HEXC6E187
Decimal198225135
Binary110001101110000110000111
Octal306341207

Shades and tints

Shades of #C6E187

#C6E187
(198,225,135)
#B4CD7B
(180,205,123)
#A2B96F
(162,185,111)
#90A563
(144,165,99)
#7E9157
(126,145,87)
#6C7D4B
(108,125,75)
#5A693F
(90,105,63)
#485533
(72,85,51)
#364127
(54,65,39)
#242D1B
(36,45,27)
#12190F
(18,25,15)
#000000
(0,0,0)

Tints of #C6E187

#C6E187
(198,225,135)
#CBE391
(203,227,145)
#D0E59B
(208,229,155)
#D5E7A5
(213,231,165)
#DAE9AF
(218,233,175)
#DFEBB9
(223,235,185)
#E4EDC3
(228,237,195)
#E9EFCD
(233,239,205)
#EEF1D7
(238,241,215)
#F3F3E1
(243,243,225)
#F8F5EB
(248,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6E187 color. Also use rgb(198,225,135) instead hex code.

Text Font Color

.myTextColor { color: #C6E187; }

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

This text font color is #C6E187.


Background Color

.myBgColor { background-color: #C6E187; }

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

This div background color is #C6E187.


Border color

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

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

This div border color is #C6E187.


Opacity

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

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

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

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

This text has shadow with #C6E187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E187 on black background.


Color preview on white background

This text has color #C6E187 on white background.



Black color preview on #C6E187 background

This text has black color on #C6E187 background.


White color preview on #C6E187 background

This text has white color on #C6E187 background.