COLOR #C2E4A5

HEX: #C2E4A5
RGB: (194,228,165)

Renk bilgisi

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

RGB renk modeli

#C2E4A5 color RGB value is (194,228,165).

  • kırmız ton 194;
  • yeşil ton 228;
  • mavi ton 165.
RGB:
(194,228,165)
(76%,89%,65%)

RGB bağlantıları ve doygunluk

R 194 of 255 = 76%
G 228 of 255 = 89%
B 165 of 255 = 65%

194
228
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
194 + 228 + 165 = 587 (100%)
R 194 of 587 ~ 33.05%
G 228 of 587 ~ 38.84%
B 165 of 587 ~ 28.11%

%33.05
%38.84
%28.11

CMYK RENK MODELİ

#C2E4A5 rengi CMYK tonu (15,0,28,11).

  • camgöbeği tonu 14.91%
  • eflatun tonu 0.00%
  • sarı tonu 27.63%
  • ana renk tonu 10.59%
CMYK:
(15,0,28,11)
C15M0Y28K11 
(15%,0%,28%,11%)
(0.15/0.00/0.28/0.11)	

CMYK yüzdeleri

%14.91
%0
%27.63
%10.59

Codes

Color #C2E4A5 in popluar color models

C2E4A5
RGB194228165
HSL92°53.85%77.06%
HSB/HSV92°27.63%89.41%
CMYK14.91%0.00%27.63%
10.59%

Color #C2E4A5 in popluar number systems.

HEXC2E4A5
Decimal194228165
Binary110000101110010010100101
Octal302344245

Shades and tints

Shades of #C2E4A5

#C2E4A5
(194,228,165)
#B1D096
(177,208,150)
#A0BC87
(160,188,135)
#8FA878
(143,168,120)
#7E9469
(126,148,105)
#6D805A
(109,128,90)
#5C6C4B
(92,108,75)
#4B583C
(75,88,60)
#3A442D
(58,68,45)
#29301E
(41,48,30)
#181C0F
(24,28,15)
#000000
(0,0,0)

Tints of #C2E4A5

#C2E4A5
(194,228,165)
#C7E6AD
(199,230,173)
#CCE8B5
(204,232,181)
#D1EABD
(209,234,189)
#D6ECC5
(214,236,197)
#DBEECD
(219,238,205)
#E0F0D5
(224,240,213)
#E5F2DD
(229,242,221)
#EAF4E5
(234,244,229)
#EFF6ED
(239,246,237)
#F4F8F5
(244,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2E4A5 color. Also use rgb(194,228,165) instead hex code.

Text Font Color

.myTextColor { color: #C2E4A5; }

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

This text font color is #C2E4A5.


Background Color

.myBgColor { background-color: #C2E4A5; }

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

This div background color is #C2E4A5.


Border color

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

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

This div border color is #C2E4A5.


Opacity

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

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

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

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

This text has shadow with #C2E4A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2E4A5 on black background.


Color preview on white background

This text has color #C2E4A5 on white background.



Black color preview on #C2E4A5 background

This text has black color on #C2E4A5 background.


White color preview on #C2E4A5 background

This text has white color on #C2E4A5 background.