COLOR #C4E5AB

HEX: #C4E5AB
RGB: (196,229,171)

Renk bilgisi

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

RGB renk modeli

#C4E5AB color RGB value is (196,229,171).

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

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 229 of 255 = 90%
B 171 of 255 = 67%

196
229
171

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 229 + 171 = 596 (100%)
R 196 of 596 ~ 32.89%
G 229 of 596 ~ 38.42%
B 171 of 596 ~ 28.69%

%32.89
%38.42
%28.69

CMYK RENK MODELİ

#C4E5AB rengi CMYK tonu (14,0,25,10).

  • camgöbeği tonu 14.41%
  • eflatun tonu 0.00%
  • sarı tonu 25.33%
  • ana renk tonu 10.20%
CMYK:
(14,0,25,10)
C14M0Y25K10 
(14%,0%,25%,10%)
(0.14/0.00/0.25/0.10)	

CMYK yüzdeleri

%14.41
%0
%25.33
%10.2

Codes

Color #C4E5AB in popluar color models

C4E5AB
RGB196229171
HSL94°52.73%78.43%
HSB/HSV94°25.33%89.80%
CMYK14.41%0.00%25.33%
10.20%

Color #C4E5AB in popluar number systems.

HEXC4E5AB
Decimal196229171
Binary110001001110010110101011
Octal304345253

Shades and tints

Shades of #C4E5AB

#C4E5AB
(196,229,171)
#B3D19C
(179,209,156)
#A2BD8D
(162,189,141)
#91A97E
(145,169,126)
#80956F
(128,149,111)
#6F8160
(111,129,96)
#5E6D51
(94,109,81)
#4D5942
(77,89,66)
#3C4533
(60,69,51)
#2B3124
(43,49,36)
#1A1D15
(26,29,21)
#000000
(0,0,0)

Tints of #C4E5AB

#C4E5AB
(196,229,171)
#C9E7B2
(201,231,178)
#CEE9B9
(206,233,185)
#D3EBC0
(211,235,192)
#D8EDC7
(216,237,199)
#DDEFCE
(221,239,206)
#E2F1D5
(226,241,213)
#E7F3DC
(231,243,220)
#ECF5E3
(236,245,227)
#F1F7EA
(241,247,234)
#F6F9F1
(246,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4E5AB; }

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

This text font color is #C4E5AB.


Background Color

.myBgColor { background-color: #C4E5AB; }

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

This div background color is #C4E5AB.


Border color

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

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

This div border color is #C4E5AB.


Opacity

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

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

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

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

This text has shadow with #C4E5AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4E5AB on black background.


Color preview on white background

This text has color #C4E5AB on white background.



Black color preview on #C4E5AB background

This text has black color on #C4E5AB background.


White color preview on #C4E5AB background

This text has white color on #C4E5AB background.