COLOR #C4D6A3

HEX: #C4D6A3
RGB: (196,214,163)

Renk bilgisi

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

RGB renk modeli

#C4D6A3 color RGB value is (196,214,163).

  • kırmız ton 196;
  • yeşil ton 214;
  • mavi ton 163.
RGB:
(196,214,163)
(77%,84%,64%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 214 of 255 = 84%
B 163 of 255 = 64%

196
214
163

R + G + B ~ 75%. #C4D6A3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 214 + 163 = 573 (100%)
R 196 of 573 ~ 34.21%
G 214 of 573 ~ 37.35%
B 163 of 573 ~ 28.45%

%34.21
%37.35
%28.45

CMYK RENK MODELİ

#C4D6A3 rengi CMYK tonu (8,0,24,16).

  • camgöbeği tonu 8.41%
  • eflatun tonu 0.00%
  • sarı tonu 23.83%
  • ana renk tonu 16.08%
CMYK:
(8,0,24,16)
C8M0Y24K16 
(8%,0%,24%,16%)
(0.08/0.00/0.24/0.16)	

CMYK yüzdeleri

%8.41
%0
%23.83
%16.08

Codes

Color #C4D6A3 in popluar color models

C4D6A3
RGB196214163
HSL81°38.35%73.92%
HSB/HSV81°23.83%83.92%
CMYK8.41%0.00%23.83%
16.08%

Color #C4D6A3 in popluar number systems.

HEXC4D6A3
Decimal196214163
Binary110001001101011010100011
Octal304326243

Shades and tints

Shades of #C4D6A3

#C4D6A3
(196,214,163)
#B3C395
(179,195,149)
#A2B087
(162,176,135)
#919D79
(145,157,121)
#808A6B
(128,138,107)
#6F775D
(111,119,93)
#5E644F
(94,100,79)
#4D5141
(77,81,65)
#3C3E33
(60,62,51)
#2B2B25
(43,43,37)
#1A1817
(26,24,23)
#000000
(0,0,0)

Tints of #C4D6A3

#C4D6A3
(196,214,163)
#C9D9AB
(201,217,171)
#CEDCB3
(206,220,179)
#D3DFBB
(211,223,187)
#D8E2C3
(216,226,195)
#DDE5CB
(221,229,203)
#E2E8D3
(226,232,211)
#E7EBDB
(231,235,219)
#ECEEE3
(236,238,227)
#F1F1EB
(241,241,235)
#F6F4F3
(246,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4D6A3; }

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

This text font color is #C4D6A3.


Background Color

.myBgColor { background-color: #C4D6A3; }

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

This div background color is #C4D6A3.


Border color

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

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

This div border color is #C4D6A3.


Opacity

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

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

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

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

This text has shadow with #C4D6A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4D6A3 on black background.


Color preview on white background

This text has color #C4D6A3 on white background.



Black color preview on #C4D6A3 background

This text has black color on #C4D6A3 background.


White color preview on #C4D6A3 background

This text has white color on #C4D6A3 background.