COLOR #C9D5AB

HEX: #C9D5AB
RGB: (201,213,171)

Renk bilgisi

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

RGB renk modeli

#C9D5AB color RGB value is (201,213,171).

  • kırmız ton 201;
  • yeşil ton 213;
  • mavi ton 171.
RGB:
(201,213,171)
(79%,84%,67%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 213 of 255 = 84%
B 171 of 255 = 67%

201
213
171

R + G + B ~ 77%. #C9D5AB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 213 + 171 = 585 (100%)
R 201 of 585 ~ 34.36%
G 213 of 585 ~ 36.41%
B 171 of 585 ~ 29.23%

%34.36
%36.41
%29.23

CMYK RENK MODELİ

#C9D5AB rengi CMYK tonu (6,0,20,16).

  • camgöbeği tonu 5.63%
  • eflatun tonu 0.00%
  • sarı tonu 19.72%
  • ana renk tonu 16.47%
CMYK:
(6,0,20,16)
C6M0Y20K16 
(6%,0%,20%,16%)
(0.06/0.00/0.20/0.16)	

CMYK yüzdeleri

%5.63
%0
%19.72
%16.47

Codes

Color #C9D5AB in popluar color models

C9D5AB
RGB201213171
HSL77°33.33%75.29%
HSB/HSV77°19.72%83.53%
CMYK5.63%0.00%19.72%
16.47%

Color #C9D5AB in popluar number systems.

HEXC9D5AB
Decimal201213171
Binary110010011101010110101011
Octal311325253

Shades and tints

Shades of #C9D5AB

#C9D5AB
(201,213,171)
#B7C29C
(183,194,156)
#A5AF8D
(165,175,141)
#939C7E
(147,156,126)
#81896F
(129,137,111)
#6F7660
(111,118,96)
#5D6351
(93,99,81)
#4B5042
(75,80,66)
#393D33
(57,61,51)
#272A24
(39,42,36)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #C9D5AB

#C9D5AB
(201,213,171)
#CDD8B2
(205,216,178)
#D1DBB9
(209,219,185)
#D5DEC0
(213,222,192)
#D9E1C7
(217,225,199)
#DDE4CE
(221,228,206)
#E1E7D5
(225,231,213)
#E5EADC
(229,234,220)
#E9EDE3
(233,237,227)
#EDF0EA
(237,240,234)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9D5AB color. Also use rgb(201,213,171) instead hex code.

Text Font Color

.myTextColor { color: #C9D5AB; }

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

This text font color is #C9D5AB.


Background Color

.myBgColor { background-color: #C9D5AB; }

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

This div background color is #C9D5AB.


Border color

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

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

This div border color is #C9D5AB.


Opacity

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

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

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

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

This text has shadow with #C9D5AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D5AB on black background.


Color preview on white background

This text has color #C9D5AB on white background.



Black color preview on #C9D5AB background

This text has black color on #C9D5AB background.


White color preview on #C9D5AB background

This text has white color on #C9D5AB background.