COLOR #C4E5A4

HEX: #C4E5A4
RGB: (196,229,164)

Renk bilgisi

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

RGB renk modeli

#C4E5A4 color RGB value is (196,229,164).

  • kırmız ton 196;
  • yeşil ton 229;
  • mavi ton 164.
RGB:
(196,229,164)
(77%,90%,64%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 229 of 255 = 90%
B 164 of 255 = 64%

196
229
164

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 229 + 164 = 589 (100%)
R 196 of 589 ~ 33.28%
G 229 of 589 ~ 38.88%
B 164 of 589 ~ 27.84%

%33.28
%38.88
%27.84

CMYK RENK MODELİ

#C4E5A4 rengi CMYK tonu (14,0,28,10).

  • camgöbeği tonu 14.41%
  • eflatun tonu 0.00%
  • sarı tonu 28.38%
  • ana renk tonu 10.20%
CMYK:
(14,0,28,10)
C14M0Y28K10 
(14%,0%,28%,10%)
(0.14/0.00/0.28/0.10)	

CMYK yüzdeleri

%14.41
%0
%28.38
%10.2

Codes

Color #C4E5A4 in popluar color models

C4E5A4
RGB196229164
HSL90°55.56%77.06%
HSB/HSV90°28.38%89.80%
CMYK14.41%0.00%28.38%
10.20%

Color #C4E5A4 in popluar number systems.

HEXC4E5A4
Decimal196229164
Binary110001001110010110100100
Octal304345244

Shades and tints

Shades of #C4E5A4

#C4E5A4
(196,229,164)
#B3D196
(179,209,150)
#A2BD88
(162,189,136)
#91A97A
(145,169,122)
#80956C
(128,149,108)
#6F815E
(111,129,94)
#5E6D50
(94,109,80)
#4D5942
(77,89,66)
#3C4534
(60,69,52)
#2B3126
(43,49,38)
#1A1D18
(26,29,24)
#000000
(0,0,0)

Tints of #C4E5A4

#C4E5A4
(196,229,164)
#C9E7AC
(201,231,172)
#CEE9B4
(206,233,180)
#D3EBBC
(211,235,188)
#D8EDC4
(216,237,196)
#DDEFCC
(221,239,204)
#E2F1D4
(226,241,212)
#E7F3DC
(231,243,220)
#ECF5E4
(236,245,228)
#F1F7EC
(241,247,236)
#F6F9F4
(246,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4E5A4 color. Also use rgb(196,229,164) instead hex code.

Text Font Color

.myTextColor { color: #C4E5A4; }

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

This text font color is #C4E5A4.


Background Color

.myBgColor { background-color: #C4E5A4; }

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

This div background color is #C4E5A4.


Border color

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

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

This div border color is #C4E5A4.


Opacity

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

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

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

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

This text has shadow with #C4E5A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4E5A4 on black background.


Color preview on white background

This text has color #C4E5A4 on white background.



Black color preview on #C4E5A4 background

This text has black color on #C4E5A4 background.


White color preview on #C4E5A4 background

This text has white color on #C4E5A4 background.