COLOR #C4E193

HEX: #C4E193
RGB: (196,225,147)

Renk bilgisi

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

RGB renk modeli

#C4E193 color RGB value is (196,225,147).

  • kırmız ton 196;
  • yeşil ton 225;
  • mavi ton 147.
RGB:
(196,225,147)
(77%,88%,58%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 225 of 255 = 88%
B 147 of 255 = 58%

196
225
147

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 225 + 147 = 568 (100%)
R 196 of 568 ~ 34.51%
G 225 of 568 ~ 39.61%
B 147 of 568 ~ 25.88%

%34.51
%39.61
%25.88

CMYK RENK MODELİ

#C4E193 rengi CMYK tonu (13,0,35,12).

  • camgöbeği tonu 12.89%
  • eflatun tonu 0.00%
  • sarı tonu 34.67%
  • ana renk tonu 11.76%
CMYK:
(13,0,35,12)
C13M0Y35K12 
(13%,0%,35%,12%)
(0.13/0.00/0.35/0.12)	

CMYK yüzdeleri

%12.89
%0
%34.67
%11.76

Codes

Color #C4E193 in popluar color models

C4E193
RGB196225147
HSL82°56.52%72.94%
HSB/HSV82°34.67%88.24%
CMYK12.89%0.00%34.67%
11.76%

Color #C4E193 in popluar number systems.

HEXC4E193
Decimal196225147
Binary110001001110000110010011
Octal304341223

Shades and tints

Shades of #C4E193

#C4E193
(196,225,147)
#B3CD86
(179,205,134)
#A2B979
(162,185,121)
#91A56C
(145,165,108)
#80915F
(128,145,95)
#6F7D52
(111,125,82)
#5E6945
(94,105,69)
#4D5538
(77,85,56)
#3C412B
(60,65,43)
#2B2D1E
(43,45,30)
#1A1911
(26,25,17)
#000000
(0,0,0)

Tints of #C4E193

#C4E193
(196,225,147)
#C9E39C
(201,227,156)
#CEE5A5
(206,229,165)
#D3E7AE
(211,231,174)
#D8E9B7
(216,233,183)
#DDEBC0
(221,235,192)
#E2EDC9
(226,237,201)
#E7EFD2
(231,239,210)
#ECF1DB
(236,241,219)
#F1F3E4
(241,243,228)
#F6F5ED
(246,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4E193 color. Also use rgb(196,225,147) instead hex code.

Text Font Color

.myTextColor { color: #C4E193; }

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

This text font color is #C4E193.


Background Color

.myBgColor { background-color: #C4E193; }

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

This div background color is #C4E193.


Border color

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

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

This div border color is #C4E193.


Opacity

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

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

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

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

This text has shadow with #C4E193 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4E193 on black background.


Color preview on white background

This text has color #C4E193 on white background.



Black color preview on #C4E193 background

This text has black color on #C4E193 background.


White color preview on #C4E193 background

This text has white color on #C4E193 background.