COLOR #C5D6AD

HEX: #C5D6AD
RGB: (197,214,173)

Renk bilgisi

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

RGB renk modeli

#C5D6AD color RGB value is (197,214,173).

  • kırmız ton 197;
  • yeşil ton 214;
  • mavi ton 173.
RGB:
(197,214,173)
(77%,84%,68%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 214 of 255 = 84%
B 173 of 255 = 68%

197
214
173

R + G + B ~ 76%. #C5D6AD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 214 + 173 = 584 (100%)
R 197 of 584 ~ 33.73%
G 214 of 584 ~ 36.64%
B 173 of 584 ~ 29.62%

%33.73
%36.64
%29.62

CMYK RENK MODELİ

#C5D6AD rengi CMYK tonu (8,0,19,16).

  • camgöbeği tonu 7.94%
  • eflatun tonu 0.00%
  • sarı tonu 19.16%
  • ana renk tonu 16.08%
CMYK:
(8,0,19,16)
C8M0Y19K16 
(8%,0%,19%,16%)
(0.08/0.00/0.19/0.16)	

CMYK yüzdeleri

%7.94
%0
%19.16
%16.08

Codes

Color #C5D6AD in popluar color models

C5D6AD
RGB197214173
HSL85°33.33%75.88%
HSB/HSV85°19.16%83.92%
CMYK7.94%0.00%19.16%
16.08%

Color #C5D6AD in popluar number systems.

HEXC5D6AD
Decimal197214173
Binary110001011101011010101101
Octal305326255

Shades and tints

Shades of #C5D6AD

#C5D6AD
(197,214,173)
#B4C39E
(180,195,158)
#A3B08F
(163,176,143)
#929D80
(146,157,128)
#818A71
(129,138,113)
#707762
(112,119,98)
#5F6453
(95,100,83)
#4E5144
(78,81,68)
#3D3E35
(61,62,53)
#2C2B26
(44,43,38)
#1B1817
(27,24,23)
#000000
(0,0,0)

Tints of #C5D6AD

#C5D6AD
(197,214,173)
#CAD9B4
(202,217,180)
#CFDCBB
(207,220,187)
#D4DFC2
(212,223,194)
#D9E2C9
(217,226,201)
#DEE5D0
(222,229,208)
#E3E8D7
(227,232,215)
#E8EBDE
(232,235,222)
#EDEEE5
(237,238,229)
#F2F1EC
(242,241,236)
#F7F4F3
(247,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D6AD color. Also use rgb(197,214,173) instead hex code.

Text Font Color

.myTextColor { color: #C5D6AD; }

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

This text font color is #C5D6AD.


Background Color

.myBgColor { background-color: #C5D6AD; }

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

This div background color is #C5D6AD.


Border color

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

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

This div border color is #C5D6AD.


Opacity

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

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

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

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

This text has shadow with #C5D6AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D6AD on black background.


Color preview on white background

This text has color #C5D6AD on white background.



Black color preview on #C5D6AD background

This text has black color on #C5D6AD background.


White color preview on #C5D6AD background

This text has white color on #C5D6AD background.