COLOR #C4E4AB

HEX: #C4E4AB
RGB: (196,228,171)

Renk bilgisi

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

RGB renk modeli

#C4E4AB color RGB value is (196,228,171).

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

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 228 of 255 = 89%
B 171 of 255 = 67%

196
228
171

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 228 + 171 = 595 (100%)
R 196 of 595 ~ 32.94%
G 228 of 595 ~ 38.32%
B 171 of 595 ~ 28.74%

%32.94
%38.32
%28.74

CMYK RENK MODELİ

#C4E4AB rengi CMYK tonu (14,0,25,11).

  • camgöbeği tonu 14.04%
  • eflatun tonu 0.00%
  • sarı tonu 25.00%
  • ana renk tonu 10.59%
CMYK:
(14,0,25,11)
C14M0Y25K11 
(14%,0%,25%,11%)
(0.14/0.00/0.25/0.11)	

CMYK yüzdeleri

%14.04
%0
%25
%10.59

Codes

Color #C4E4AB in popluar color models

C4E4AB
RGB196228171
HSL94°51.35%78.24%
HSB/HSV94°25.00%89.41%
CMYK14.04%0.00%25.00%
10.59%

Color #C4E4AB in popluar number systems.

HEXC4E4AB
Decimal196228171
Binary110001001110010010101011
Octal304344253

Shades and tints

Shades of #C4E4AB

#C4E4AB
(196,228,171)
#B3D09C
(179,208,156)
#A2BC8D
(162,188,141)
#91A87E
(145,168,126)
#80946F
(128,148,111)
#6F8060
(111,128,96)
#5E6C51
(94,108,81)
#4D5842
(77,88,66)
#3C4433
(60,68,51)
#2B3024
(43,48,36)
#1A1C15
(26,28,21)
#000000
(0,0,0)

Tints of #C4E4AB

#C4E4AB
(196,228,171)
#C9E6B2
(201,230,178)
#CEE8B9
(206,232,185)
#D3EAC0
(211,234,192)
#D8ECC7
(216,236,199)
#DDEECE
(221,238,206)
#E2F0D5
(226,240,213)
#E7F2DC
(231,242,220)
#ECF4E3
(236,244,227)
#F1F6EA
(241,246,234)
#F6F8F1
(246,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4E4AB; }

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

This text font color is #C4E4AB.


Background Color

.myBgColor { background-color: #C4E4AB; }

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

This div background color is #C4E4AB.


Border color

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

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

This div border color is #C4E4AB.


Opacity

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

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

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

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

This text has shadow with #C4E4AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4E4AB on black background.


Color preview on white background

This text has color #C4E4AB on white background.



Black color preview on #C4E4AB background

This text has black color on #C4E4AB background.


White color preview on #C4E4AB background

This text has white color on #C4E4AB background.