COLOR #C4E6A8

HEX: #C4E6A8
RGB: (196,230,168)

Renk bilgisi

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

RGB renk modeli

#C4E6A8 color RGB value is (196,230,168).

  • kırmız ton 196;
  • yeşil ton 230;
  • mavi ton 168.
RGB:
(196,230,168)
(77%,90%,66%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 230 of 255 = 90%
B 168 of 255 = 66%

196
230
168

R + G + B ~ 78%. #C4E6A8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 230 + 168 = 594 (100%)
R 196 of 594 ~ 33%
G 230 of 594 ~ 38.72%
B 168 of 594 ~ 28.28%

%33
%38.72
%28.28

CMYK RENK MODELİ

#C4E6A8 rengi CMYK tonu (15,0,27,10).

  • camgöbeği tonu 14.78%
  • eflatun tonu 0.00%
  • sarı tonu 26.96%
  • ana renk tonu 9.80%
CMYK:
(15,0,27,10)
C15M0Y27K10 
(15%,0%,27%,10%)
(0.15/0.00/0.27/0.10)	

CMYK yüzdeleri

%14.78
%0
%26.96
%9.8

Codes

Color #C4E6A8 in popluar color models

C4E6A8
RGB196230168
HSL93°55.36%78.04%
HSB/HSV93°26.96%90.20%
CMYK14.78%0.00%26.96%
9.80%

Color #C4E6A8 in popluar number systems.

HEXC4E6A8
Decimal196230168
Binary110001001110011010101000
Octal304346250

Shades and tints

Shades of #C4E6A8

#C4E6A8
(196,230,168)
#B3D299
(179,210,153)
#A2BE8A
(162,190,138)
#91AA7B
(145,170,123)
#80966C
(128,150,108)
#6F825D
(111,130,93)
#5E6E4E
(94,110,78)
#4D5A3F
(77,90,63)
#3C4630
(60,70,48)
#2B3221
(43,50,33)
#1A1E12
(26,30,18)
#000000
(0,0,0)

Tints of #C4E6A8

#C4E6A8
(196,230,168)
#C9E8AF
(201,232,175)
#CEEAB6
(206,234,182)
#D3ECBD
(211,236,189)
#D8EEC4
(216,238,196)
#DDF0CB
(221,240,203)
#E2F2D2
(226,242,210)
#E7F4D9
(231,244,217)
#ECF6E0
(236,246,224)
#F1F8E7
(241,248,231)
#F6FAEE
(246,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4E6A8 color. Also use rgb(196,230,168) instead hex code.

Text Font Color

.myTextColor { color: #C4E6A8; }

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

This text font color is #C4E6A8.


Background Color

.myBgColor { background-color: #C4E6A8; }

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

This div background color is #C4E6A8.


Border color

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

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

This div border color is #C4E6A8.


Opacity

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

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

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

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

This text has shadow with #C4E6A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4E6A8 on black background.


Color preview on white background

This text has color #C4E6A8 on white background.



Black color preview on #C4E6A8 background

This text has black color on #C4E6A8 background.


White color preview on #C4E6A8 background

This text has white color on #C4E6A8 background.