COLOR #C6E4A2

HEX: #C6E4A2
RGB: (198,228,162)

Renk bilgisi

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

RGB renk modeli

#C6E4A2 color RGB value is (198,228,162).

  • kırmız ton 198;
  • yeşil ton 228;
  • mavi ton 162.
RGB:
(198,228,162)
(78%,89%,64%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 228 of 255 = 89%
B 162 of 255 = 64%

198
228
162

R + G + B ~ 77%. #C6E4A2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 228 + 162 = 588 (100%)
R 198 of 588 ~ 33.67%
G 228 of 588 ~ 38.78%
B 162 of 588 ~ 27.55%

%33.67
%38.78
%27.55

CMYK RENK MODELİ

#C6E4A2 rengi CMYK tonu (13,0,29,11).

  • camgöbeği tonu 13.16%
  • eflatun tonu 0.00%
  • sarı tonu 28.95%
  • ana renk tonu 10.59%
CMYK:
(13,0,29,11)
C13M0Y29K11 
(13%,0%,29%,11%)
(0.13/0.00/0.29/0.11)	

CMYK yüzdeleri

%13.16
%0
%28.95
%10.59

Codes

Color #C6E4A2 in popluar color models

C6E4A2
RGB198228162
HSL87°55.00%76.47%
HSB/HSV87°28.95%89.41%
CMYK13.16%0.00%28.95%
10.59%

Color #C6E4A2 in popluar number systems.

HEXC6E4A2
Decimal198228162
Binary110001101110010010100010
Octal306344242

Shades and tints

Shades of #C6E4A2

#C6E4A2
(198,228,162)
#B4D094
(180,208,148)
#A2BC86
(162,188,134)
#90A878
(144,168,120)
#7E946A
(126,148,106)
#6C805C
(108,128,92)
#5A6C4E
(90,108,78)
#485840
(72,88,64)
#364432
(54,68,50)
#243024
(36,48,36)
#121C16
(18,28,22)
#000000
(0,0,0)

Tints of #C6E4A2

#C6E4A2
(198,228,162)
#CBE6AA
(203,230,170)
#D0E8B2
(208,232,178)
#D5EABA
(213,234,186)
#DAECC2
(218,236,194)
#DFEECA
(223,238,202)
#E4F0D2
(228,240,210)
#E9F2DA
(233,242,218)
#EEF4E2
(238,244,226)
#F3F6EA
(243,246,234)
#F8F8F2
(248,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6E4A2 color. Also use rgb(198,228,162) instead hex code.

Text Font Color

.myTextColor { color: #C6E4A2; }

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

This text font color is #C6E4A2.


Background Color

.myBgColor { background-color: #C6E4A2; }

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

This div background color is #C6E4A2.


Border color

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

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

This div border color is #C6E4A2.


Opacity

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

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

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

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

This text has shadow with #C6E4A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E4A2 on black background.


Color preview on white background

This text has color #C6E4A2 on white background.



Black color preview on #C6E4A2 background

This text has black color on #C6E4A2 background.


White color preview on #C6E4A2 background

This text has white color on #C6E4A2 background.