COLOR #C4D196

HEX: #C4D196
RGB: (196,209,150)

Renk bilgisi

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

RGB renk modeli

#C4D196 color RGB value is (196,209,150).

  • kırmız ton 196;
  • yeşil ton 209;
  • mavi ton 150.
RGB:
(196,209,150)
(77%,82%,59%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 209 of 255 = 82%
B 150 of 255 = 59%

196
209
150

R + G + B ~ 73%. #C4D196 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 209 + 150 = 555 (100%)
R 196 of 555 ~ 35.32%
G 209 of 555 ~ 37.66%
B 150 of 555 ~ 27.03%

%35.32
%37.66
%27.03

CMYK RENK MODELİ

#C4D196 rengi CMYK tonu (6,0,28,18).

  • camgöbeği tonu 6.22%
  • eflatun tonu 0.00%
  • sarı tonu 28.23%
  • ana renk tonu 18.04%
CMYK:
(6,0,28,18)
C6M0Y28K18 
(6%,0%,28%,18%)
(0.06/0.00/0.28/0.18)	

CMYK yüzdeleri

%6.22
%0
%28.23
%18.04

Codes

Color #C4D196 in popluar color models

C4D196
RGB196209150
HSL73°39.07%70.39%
HSB/HSV73°28.23%81.96%
CMYK6.22%0.00%28.23%
18.04%

Color #C4D196 in popluar number systems.

HEXC4D196
Decimal196209150
Binary110001001101000110010110
Octal304321226

Shades and tints

Shades of #C4D196

#C4D196
(196,209,150)
#B3BE89
(179,190,137)
#A2AB7C
(162,171,124)
#91986F
(145,152,111)
#808562
(128,133,98)
#6F7255
(111,114,85)
#5E5F48
(94,95,72)
#4D4C3B
(77,76,59)
#3C392E
(60,57,46)
#2B2621
(43,38,33)
#1A1314
(26,19,20)
#000000
(0,0,0)

Tints of #C4D196

#C4D196
(196,209,150)
#C9D59F
(201,213,159)
#CED9A8
(206,217,168)
#D3DDB1
(211,221,177)
#D8E1BA
(216,225,186)
#DDE5C3
(221,229,195)
#E2E9CC
(226,233,204)
#E7EDD5
(231,237,213)
#ECF1DE
(236,241,222)
#F1F5E7
(241,245,231)
#F6F9F0
(246,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4D196; }

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

This text font color is #C4D196.


Background Color

.myBgColor { background-color: #C4D196; }

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

This div background color is #C4D196.


Border color

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

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

This div border color is #C4D196.


Opacity

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

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

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

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

This text has shadow with #C4D196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4D196 on black background.


Color preview on white background

This text has color #C4D196 on white background.



Black color preview on #C4D196 background

This text has black color on #C4D196 background.


White color preview on #C4D196 background

This text has white color on #C4D196 background.