COLOR #C5D1AA

HEX: #C5D1AA
RGB: (197,209,170)

Renk bilgisi

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

RGB renk modeli

#C5D1AA color RGB value is (197,209,170).

  • kırmız ton 197;
  • yeşil ton 209;
  • mavi ton 170.
RGB:
(197,209,170)
(77%,82%,67%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 209 of 255 = 82%
B 170 of 255 = 67%

197
209
170

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 209 + 170 = 576 (100%)
R 197 of 576 ~ 34.2%
G 209 of 576 ~ 36.28%
B 170 of 576 ~ 29.51%

%34.2
%36.28
%29.51

CMYK RENK MODELİ

#C5D1AA rengi CMYK tonu (6,0,19,18).

  • camgöbeği tonu 5.74%
  • eflatun tonu 0.00%
  • sarı tonu 18.66%
  • ana renk tonu 18.04%
CMYK:
(6,0,19,18)
C6M0Y19K18 
(6%,0%,19%,18%)
(0.06/0.00/0.19/0.18)	

CMYK yüzdeleri

%5.74
%0
%18.66
%18.04

Codes

Color #C5D1AA in popluar color models

C5D1AA
RGB197209170
HSL78°29.77%74.31%
HSB/HSV78°18.66%81.96%
CMYK5.74%0.00%18.66%
18.04%

Color #C5D1AA in popluar number systems.

HEXC5D1AA
Decimal197209170
Binary110001011101000110101010
Octal305321252

Shades and tints

Shades of #C5D1AA

#C5D1AA
(197,209,170)
#B4BE9B
(180,190,155)
#A3AB8C
(163,171,140)
#92987D
(146,152,125)
#81856E
(129,133,110)
#70725F
(112,114,95)
#5F5F50
(95,95,80)
#4E4C41
(78,76,65)
#3D3932
(61,57,50)
#2C2623
(44,38,35)
#1B1314
(27,19,20)
#000000
(0,0,0)

Tints of #C5D1AA

#C5D1AA
(197,209,170)
#CAD5B1
(202,213,177)
#CFD9B8
(207,217,184)
#D4DDBF
(212,221,191)
#D9E1C6
(217,225,198)
#DEE5CD
(222,229,205)
#E3E9D4
(227,233,212)
#E8EDDB
(232,237,219)
#EDF1E2
(237,241,226)
#F2F5E9
(242,245,233)
#F7F9F0
(247,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D1AA color. Also use rgb(197,209,170) instead hex code.

Text Font Color

.myTextColor { color: #C5D1AA; }

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

This text font color is #C5D1AA.


Background Color

.myBgColor { background-color: #C5D1AA; }

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

This div background color is #C5D1AA.


Border color

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

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

This div border color is #C5D1AA.


Opacity

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

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

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

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

This text has shadow with #C5D1AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D1AA on black background.


Color preview on white background

This text has color #C5D1AA on white background.



Black color preview on #C5D1AA background

This text has black color on #C5D1AA background.


White color preview on #C5D1AA background

This text has white color on #C5D1AA background.