COLOR #C2E395

HEX: #C2E395
RGB: (194,227,149)

Renk bilgisi

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

RGB renk modeli

#C2E395 color RGB value is (194,227,149).

  • kırmız ton 194;
  • yeşil ton 227;
  • mavi ton 149.
RGB:
(194,227,149)
(76%,89%,58%)

RGB bağlantıları ve doygunluk

R 194 of 255 = 76%
G 227 of 255 = 89%
B 149 of 255 = 58%

194
227
149

R + G + B ~ 74%. #C2E395 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
194 + 227 + 149 = 570 (100%)
R 194 of 570 ~ 34.04%
G 227 of 570 ~ 39.82%
B 149 of 570 ~ 26.14%

%34.04
%39.82
%26.14

CMYK RENK MODELİ

#C2E395 rengi CMYK tonu (15,0,34,11).

  • camgöbeği tonu 14.54%
  • eflatun tonu 0.00%
  • sarı tonu 34.36%
  • ana renk tonu 10.98%
CMYK:
(15,0,34,11)
C15M0Y34K11 
(15%,0%,34%,11%)
(0.15/0.00/0.34/0.11)	

CMYK yüzdeleri

%14.54
%0
%34.36
%10.98

Codes

Color #C2E395 in popluar color models

C2E395
RGB194227149
HSL85°58.21%73.73%
HSB/HSV85°34.36%89.02%
CMYK14.54%0.00%34.36%
10.98%

Color #C2E395 in popluar number systems.

HEXC2E395
Decimal194227149
Binary110000101110001110010101
Octal302343225

Shades and tints

Shades of #C2E395

#C2E395
(194,227,149)
#B1CF88
(177,207,136)
#A0BB7B
(160,187,123)
#8FA76E
(143,167,110)
#7E9361
(126,147,97)
#6D7F54
(109,127,84)
#5C6B47
(92,107,71)
#4B573A
(75,87,58)
#3A432D
(58,67,45)
#292F20
(41,47,32)
#181B13
(24,27,19)
#000000
(0,0,0)

Tints of #C2E395

#C2E395
(194,227,149)
#C7E59E
(199,229,158)
#CCE7A7
(204,231,167)
#D1E9B0
(209,233,176)
#D6EBB9
(214,235,185)
#DBEDC2
(219,237,194)
#E0EFCB
(224,239,203)
#E5F1D4
(229,241,212)
#EAF3DD
(234,243,221)
#EFF5E6
(239,245,230)
#F4F7EF
(244,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2E395 color. Also use rgb(194,227,149) instead hex code.

Text Font Color

.myTextColor { color: #C2E395; }

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

This text font color is #C2E395.


Background Color

.myBgColor { background-color: #C2E395; }

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

This div background color is #C2E395.


Border color

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

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

This div border color is #C2E395.


Opacity

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

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

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

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

This text has shadow with #C2E395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2E395 on black background.


Color preview on white background

This text has color #C2E395 on white background.



Black color preview on #C2E395 background

This text has black color on #C2E395 background.


White color preview on #C2E395 background

This text has white color on #C2E395 background.