COLOR #C4E2A9

HEX: #C4E2A9
RGB: (196,226,169)

Renk bilgisi

#C4E2A9 contains red, green and blue colors in about the same proportion. #C4E2A9 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#C4E2A9 color RGB value is (196,226,169).

  • kırmız ton 196;
  • yeşil ton 226;
  • mavi ton 169.
RGB:
(196,226,169)
(77%,89%,66%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 226 of 255 = 89%
B 169 of 255 = 66%

196
226
169

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 226 + 169 = 591 (100%)
R 196 of 591 ~ 33.16%
G 226 of 591 ~ 38.24%
B 169 of 591 ~ 28.6%

%33.16
%38.24
%28.6

CMYK RENK MODELİ

#C4E2A9 rengi CMYK tonu (13,0,25,11).

  • camgöbeği tonu 13.27%
  • eflatun tonu 0.00%
  • sarı tonu 25.22%
  • ana renk tonu 11.37%
CMYK:
(13,0,25,11)
C13M0Y25K11 
(13%,0%,25%,11%)
(0.13/0.00/0.25/0.11)	

CMYK yüzdeleri

%13.27
%0
%25.22
%11.37

Codes

Color #C4E2A9 in popluar color models

C4E2A9
RGB196226169
HSL92°49.57%77.45%
HSB/HSV92°25.22%88.63%
CMYK13.27%0.00%25.22%
11.37%

Color #C4E2A9 in popluar number systems.

HEXC4E2A9
Decimal196226169
Binary110001001110001010101001
Octal304342251

Shades and tints

Shades of #C4E2A9

#C4E2A9
(196,226,169)
#B3CE9A
(179,206,154)
#A2BA8B
(162,186,139)
#91A67C
(145,166,124)
#80926D
(128,146,109)
#6F7E5E
(111,126,94)
#5E6A4F
(94,106,79)
#4D5640
(77,86,64)
#3C4231
(60,66,49)
#2B2E22
(43,46,34)
#1A1A13
(26,26,19)
#000000
(0,0,0)

Tints of #C4E2A9

#C4E2A9
(196,226,169)
#C9E4B0
(201,228,176)
#CEE6B7
(206,230,183)
#D3E8BE
(211,232,190)
#D8EAC5
(216,234,197)
#DDECCC
(221,236,204)
#E2EED3
(226,238,211)
#E7F0DA
(231,240,218)
#ECF2E1
(236,242,225)
#F1F4E8
(241,244,232)
#F6F6EF
(246,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4E2A9 color. Also use rgb(196,226,169) instead hex code.

Text Font Color

.myTextColor { color: #C4E2A9; }

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

This text font color is #C4E2A9.


Background Color

.myBgColor { background-color: #C4E2A9; }

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

This div background color is #C4E2A9.


Border color

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

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

This div border color is #C4E2A9.


Opacity

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

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

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

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

This text has shadow with #C4E2A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4E2A9 on black background.


Color preview on white background

This text has color #C4E2A9 on white background.



Black color preview on #C4E2A9 background

This text has black color on #C4E2A9 background.


White color preview on #C4E2A9 background

This text has white color on #C4E2A9 background.