COLOR #C5CCA6

HEX: #C5CCA6
RGB: (197,204,166)

Renk bilgisi

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

RGB renk modeli

#C5CCA6 color RGB value is (197,204,166).

  • kırmız ton 197;
  • yeşil ton 204;
  • mavi ton 166.
RGB:
(197,204,166)
(77%,80%,65%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 204 of 255 = 80%
B 166 of 255 = 65%

197
204
166

R + G + B ~ 74%. #C5CCA6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 204 + 166 = 567 (100%)
R 197 of 567 ~ 34.74%
G 204 of 567 ~ 35.98%
B 166 of 567 ~ 29.28%

%34.74
%35.98
%29.28

CMYK RENK MODELİ

#C5CCA6 rengi CMYK tonu (3,0,19,20).

  • camgöbeği tonu 3.43%
  • eflatun tonu 0.00%
  • sarı tonu 18.63%
  • ana renk tonu 20.00%
CMYK:
(3,0,19,20)
C3M0Y19K20 
(3%,0%,19%,20%)
(0.03/0.00/0.19/0.20)	

CMYK yüzdeleri

%3.43
%0
%18.63
%20

Codes

Color #C5CCA6 in popluar color models

C5CCA6
RGB197204166
HSL71°27.14%72.55%
HSB/HSV71°18.63%80.00%
CMYK3.43%0.00%18.63%
20.00%

Color #C5CCA6 in popluar number systems.

HEXC5CCA6
Decimal197204166
Binary110001011100110010100110
Octal305314246

Shades and tints

Shades of #C5CCA6

#C5CCA6
(197,204,166)
#B4BA97
(180,186,151)
#A3A888
(163,168,136)
#929679
(146,150,121)
#81846A
(129,132,106)
#70725B
(112,114,91)
#5F604C
(95,96,76)
#4E4E3D
(78,78,61)
#3D3C2E
(61,60,46)
#2C2A1F
(44,42,31)
#1B1810
(27,24,16)
#000000
(0,0,0)

Tints of #C5CCA6

#C5CCA6
(197,204,166)
#CAD0AE
(202,208,174)
#CFD4B6
(207,212,182)
#D4D8BE
(212,216,190)
#D9DCC6
(217,220,198)
#DEE0CE
(222,224,206)
#E3E4D6
(227,228,214)
#E8E8DE
(232,232,222)
#EDECE6
(237,236,230)
#F2F0EE
(242,240,238)
#F7F4F6
(247,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5CCA6 color. Also use rgb(197,204,166) instead hex code.

Text Font Color

.myTextColor { color: #C5CCA6; }

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

This text font color is #C5CCA6.


Background Color

.myBgColor { background-color: #C5CCA6; }

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

This div background color is #C5CCA6.


Border color

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

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

This div border color is #C5CCA6.


Opacity

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

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

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

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

This text has shadow with #C5CCA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5CCA6 on black background.


Color preview on white background

This text has color #C5CCA6 on white background.



Black color preview on #C5CCA6 background

This text has black color on #C5CCA6 background.


White color preview on #C5CCA6 background

This text has white color on #C5CCA6 background.