COLOR #C4E5C4

HEX: #C4E5C4
RGB: (196,229,196)

Renk bilgisi

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

RGB renk modeli

#C4E5C4 color RGB value is (196,229,196).

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

RGB bağlantıları ve doygunluk

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

196
229
196

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 229 + 196 = 621 (100%)
R 196 of 621 ~ 31.56%
G 229 of 621 ~ 36.88%
B 196 of 621 ~ 31.56%

%31.56
%36.88
%31.56

CMYK RENK MODELİ

#C4E5C4 rengi CMYK tonu (14,0,14,10).

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

CMYK yüzdeleri

%14.41
%0
%14.41
%10.2

Codes

Color #C4E5C4 in popluar color models

C4E5C4
RGB196229196
HSL120°38.82%83.33%
HSB/HSV120°14.41%89.80%
CMYK14.41%0.00%14.41%
10.20%

Color #C4E5C4 in popluar number systems.

HEXC4E5C4
Decimal196229196
Binary110001001110010111000100
Octal304345304

Shades and tints

Shades of #C4E5C4

#C4E5C4
(196,229,196)
#B3D1B3
(179,209,179)
#A2BDA2
(162,189,162)
#91A991
(145,169,145)
#809580
(128,149,128)
#6F816F
(111,129,111)
#5E6D5E
(94,109,94)
#4D594D
(77,89,77)
#3C453C
(60,69,60)
#2B312B
(43,49,43)
#1A1D1A
(26,29,26)
#000000
(0,0,0)

Tints of #C4E5C4

#C4E5C4
(196,229,196)
#C9E7C9
(201,231,201)
#CEE9CE
(206,233,206)
#D3EBD3
(211,235,211)
#D8EDD8
(216,237,216)
#DDEFDD
(221,239,221)
#E2F1E2
(226,241,226)
#E7F3E7
(231,243,231)
#ECF5EC
(236,245,236)
#F1F7F1
(241,247,241)
#F6F9F6
(246,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4E5C4; }

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

This text font color is #C4E5C4.


Background Color

.myBgColor { background-color: #C4E5C4; }

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

This div background color is #C4E5C4.


Border color

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

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

This div border color is #C4E5C4.


Opacity

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

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

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

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

This text has shadow with #C4E5C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4E5C4 on black background.


Color preview on white background

This text has color #C4E5C4 on white background.



Black color preview on #C4E5C4 background

This text has black color on #C4E5C4 background.


White color preview on #C4E5C4 background

This text has white color on #C4E5C4 background.