COLOR #C5D2A5

HEX: #C5D2A5
RGB: (197,210,165)

Renk bilgisi

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

RGB renk modeli

#C5D2A5 color RGB value is (197,210,165).

  • kırmız ton 197;
  • yeşil ton 210;
  • mavi ton 165.
RGB:
(197,210,165)
(77%,82%,65%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 210 of 255 = 82%
B 165 of 255 = 65%

197
210
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 210 + 165 = 572 (100%)
R 197 of 572 ~ 34.44%
G 210 of 572 ~ 36.71%
B 165 of 572 ~ 28.85%

%34.44
%36.71
%28.85

CMYK RENK MODELİ

#C5D2A5 rengi CMYK tonu (6,0,21,18).

  • camgöbeği tonu 6.19%
  • eflatun tonu 0.00%
  • sarı tonu 21.43%
  • ana renk tonu 17.65%
CMYK:
(6,0,21,18)
C6M0Y21K18 
(6%,0%,21%,18%)
(0.06/0.00/0.21/0.18)	

CMYK yüzdeleri

%6.19
%0
%21.43
%17.65

Codes

Color #C5D2A5 in popluar color models

C5D2A5
RGB197210165
HSL77°33.33%73.53%
HSB/HSV77°21.43%82.35%
CMYK6.19%0.00%21.43%
17.65%

Color #C5D2A5 in popluar number systems.

HEXC5D2A5
Decimal197210165
Binary110001011101001010100101
Octal305322245

Shades and tints

Shades of #C5D2A5

#C5D2A5
(197,210,165)
#B4BF96
(180,191,150)
#A3AC87
(163,172,135)
#929978
(146,153,120)
#818669
(129,134,105)
#70735A
(112,115,90)
#5F604B
(95,96,75)
#4E4D3C
(78,77,60)
#3D3A2D
(61,58,45)
#2C271E
(44,39,30)
#1B140F
(27,20,15)
#000000
(0,0,0)

Tints of #C5D2A5

#C5D2A5
(197,210,165)
#CAD6AD
(202,214,173)
#CFDAB5
(207,218,181)
#D4DEBD
(212,222,189)
#D9E2C5
(217,226,197)
#DEE6CD
(222,230,205)
#E3EAD5
(227,234,213)
#E8EEDD
(232,238,221)
#EDF2E5
(237,242,229)
#F2F6ED
(242,246,237)
#F7FAF5
(247,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D2A5 color. Also use rgb(197,210,165) instead hex code.

Text Font Color

.myTextColor { color: #C5D2A5; }

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

This text font color is #C5D2A5.


Background Color

.myBgColor { background-color: #C5D2A5; }

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

This div background color is #C5D2A5.


Border color

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

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

This div border color is #C5D2A5.


Opacity

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

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

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

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

This text has shadow with #C5D2A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D2A5 on black background.


Color preview on white background

This text has color #C5D2A5 on white background.



Black color preview on #C5D2A5 background

This text has black color on #C5D2A5 background.


White color preview on #C5D2A5 background

This text has white color on #C5D2A5 background.