COLOR #C5CC90

HEX: #C5CC90
RGB: (197,204,144)

Renk bilgisi

#C5CC90 contains mainly red and green colors. #C5CC90 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#C5CC90 color RGB value is (197,204,144).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 204 of 255 = 80%
B 144 of 255 = 56%

197
204
144

R + G + B ~ 71%. #C5CC90 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 204 + 144 = 545 (100%)
R 197 of 545 ~ 36.15%
G 204 of 545 ~ 37.43%
B 144 of 545 ~ 26.42%

%36.15
%37.43
%26.42

CMYK RENK MODELİ

#C5CC90 rengi CMYK tonu (3,0,29,20).

  • camgöbeği tonu 3.43%
  • eflatun tonu 0.00%
  • sarı tonu 29.41%
  • ana renk tonu 20.00%
CMYK:
(3,0,29,20)
C3M0Y29K20 
(3%,0%,29%,20%)
(0.03/0.00/0.29/0.20)	

CMYK yüzdeleri

%3.43
%0
%29.41
%20

Codes

Color #C5CC90 in popluar color models

C5CC90
RGB197204144
HSL67°37.04%68.24%
HSB/HSV67°29.41%80.00%
CMYK3.43%0.00%29.41%
20.00%

Color #C5CC90 in popluar number systems.

HEXC5CC90
Decimal197204144
Binary110001011100110010010000
Octal305314220

Shades and tints

Shades of #C5CC90

#C5CC90
(197,204,144)
#B4BA83
(180,186,131)
#A3A876
(163,168,118)
#929669
(146,150,105)
#81845C
(129,132,92)
#70724F
(112,114,79)
#5F6042
(95,96,66)
#4E4E35
(78,78,53)
#3D3C28
(61,60,40)
#2C2A1B
(44,42,27)
#1B180E
(27,24,14)
#000000
(0,0,0)

Tints of #C5CC90

#C5CC90
(197,204,144)
#CAD09A
(202,208,154)
#CFD4A4
(207,212,164)
#D4D8AE
(212,216,174)
#D9DCB8
(217,220,184)
#DEE0C2
(222,224,194)
#E3E4CC
(227,228,204)
#E8E8D6
(232,232,214)
#EDECE0
(237,236,224)
#F2F0EA
(242,240,234)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CC90; }

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

This text font color is #C5CC90.


Background Color

.myBgColor { background-color: #C5CC90; }

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

This div background color is #C5CC90.


Border color

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

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

This div border color is #C5CC90.


Opacity

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

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

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

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

This text has shadow with #C5CC90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5CC90 on black background.


Color preview on white background

This text has color #C5CC90 on white background.



Black color preview on #C5CC90 background

This text has black color on #C5CC90 background.


White color preview on #C5CC90 background

This text has white color on #C5CC90 background.