COLOR #C4E2C1

HEX: #C4E2C1
RGB: (196,226,193)

Renk bilgisi

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

RGB renk modeli

#C4E2C1 color RGB value is (196,226,193).

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

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 226 of 255 = 89%
B 193 of 255 = 76%

196
226
193

R + G + B ~ 81%. #C4E2C1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 226 + 193 = 615 (100%)
R 196 of 615 ~ 31.87%
G 226 of 615 ~ 36.75%
B 193 of 615 ~ 31.38%

%31.87
%36.75
%31.38

CMYK RENK MODELİ

#C4E2C1 rengi CMYK tonu (13,0,15,11).

  • camgöbeği tonu 13.27%
  • eflatun tonu 0.00%
  • sarı tonu 14.60%
  • ana renk tonu 11.37%
CMYK:
(13,0,15,11)
C13M0Y15K11 
(13%,0%,15%,11%)
(0.13/0.00/0.15/0.11)	

CMYK yüzdeleri

%13.27
%0
%14.6
%11.37

Codes

Color #C4E2C1 in popluar color models

C4E2C1
RGB196226193
HSL115°36.26%82.16%
HSB/HSV115°14.60%88.63%
CMYK13.27%0.00%14.60%
11.37%

Color #C4E2C1 in popluar number systems.

HEXC4E2C1
Decimal196226193
Binary110001001110001011000001
Octal304342301

Shades and tints

Shades of #C4E2C1

#C4E2C1
(196,226,193)
#B3CEB0
(179,206,176)
#A2BA9F
(162,186,159)
#91A68E
(145,166,142)
#80927D
(128,146,125)
#6F7E6C
(111,126,108)
#5E6A5B
(94,106,91)
#4D564A
(77,86,74)
#3C4239
(60,66,57)
#2B2E28
(43,46,40)
#1A1A17
(26,26,23)
#000000
(0,0,0)

Tints of #C4E2C1

#C4E2C1
(196,226,193)
#C9E4C6
(201,228,198)
#CEE6CB
(206,230,203)
#D3E8D0
(211,232,208)
#D8EAD5
(216,234,213)
#DDECDA
(221,236,218)
#E2EEDF
(226,238,223)
#E7F0E4
(231,240,228)
#ECF2E9
(236,242,233)
#F1F4EE
(241,244,238)
#F6F6F3
(246,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4E2C1; }

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

This text font color is #C4E2C1.


Background Color

.myBgColor { background-color: #C4E2C1; }

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

This div background color is #C4E2C1.


Border color

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

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

This div border color is #C4E2C1.


Opacity

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

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

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

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

This text has shadow with #C4E2C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4E2C1 on black background.


Color preview on white background

This text has color #C4E2C1 on white background.



Black color preview on #C4E2C1 background

This text has black color on #C4E2C1 background.


White color preview on #C4E2C1 background

This text has white color on #C4E2C1 background.