COLOR #C2E299

HEX: #C2E299
RGB: (194,226,153)

Renk bilgisi

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

RGB renk modeli

#C2E299 color RGB value is (194,226,153).

  • kırmız ton 194;
  • yeşil ton 226;
  • mavi ton 153.
RGB:
(194,226,153)
(76%,89%,60%)

RGB bağlantıları ve doygunluk

R 194 of 255 = 76%
G 226 of 255 = 89%
B 153 of 255 = 60%

194
226
153

R + G + B ~ 75%. #C2E299 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
194 + 226 + 153 = 573 (100%)
R 194 of 573 ~ 33.86%
G 226 of 573 ~ 39.44%
B 153 of 573 ~ 26.7%

%33.86
%39.44
%26.7

CMYK RENK MODELİ

#C2E299 rengi CMYK tonu (14,0,32,11).

  • camgöbeği tonu 14.16%
  • eflatun tonu 0.00%
  • sarı tonu 32.30%
  • ana renk tonu 11.37%
CMYK:
(14,0,32,11)
C14M0Y32K11 
(14%,0%,32%,11%)
(0.14/0.00/0.32/0.11)	

CMYK yüzdeleri

%14.16
%0
%32.3
%11.37

Codes

Color #C2E299 in popluar color models

C2E299
RGB194226153
HSL86°55.73%74.31%
HSB/HSV86°32.30%88.63%
CMYK14.16%0.00%32.30%
11.37%

Color #C2E299 in popluar number systems.

HEXC2E299
Decimal194226153
Binary110000101110001010011001
Octal302342231

Shades and tints

Shades of #C2E299

#C2E299
(194,226,153)
#B1CE8C
(177,206,140)
#A0BA7F
(160,186,127)
#8FA672
(143,166,114)
#7E9265
(126,146,101)
#6D7E58
(109,126,88)
#5C6A4B
(92,106,75)
#4B563E
(75,86,62)
#3A4231
(58,66,49)
#292E24
(41,46,36)
#181A17
(24,26,23)
#000000
(0,0,0)

Tints of #C2E299

#C2E299
(194,226,153)
#C7E4A2
(199,228,162)
#CCE6AB
(204,230,171)
#D1E8B4
(209,232,180)
#D6EABD
(214,234,189)
#DBECC6
(219,236,198)
#E0EECF
(224,238,207)
#E5F0D8
(229,240,216)
#EAF2E1
(234,242,225)
#EFF4EA
(239,244,234)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2E299 color. Also use rgb(194,226,153) instead hex code.

Text Font Color

.myTextColor { color: #C2E299; }

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

This text font color is #C2E299.


Background Color

.myBgColor { background-color: #C2E299; }

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

This div background color is #C2E299.


Border color

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

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

This div border color is #C2E299.


Opacity

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

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

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

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

This text has shadow with #C2E299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2E299 on black background.


Color preview on white background

This text has color #C2E299 on white background.



Black color preview on #C2E299 background

This text has black color on #C2E299 background.


White color preview on #C2E299 background

This text has white color on #C2E299 background.