COLOR #C7D5AB

HEX: #C7D5AB
RGB: (199,213,171)

Renk bilgisi

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

RGB renk modeli

#C7D5AB color RGB value is (199,213,171).

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

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 213 of 255 = 84%
B 171 of 255 = 67%

199
213
171

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 213 + 171 = 583 (100%)
R 199 of 583 ~ 34.13%
G 213 of 583 ~ 36.54%
B 171 of 583 ~ 29.33%

%34.13
%36.54
%29.33

CMYK RENK MODELİ

#C7D5AB rengi CMYK tonu (7,0,20,16).

  • camgöbeği tonu 6.57%
  • eflatun tonu 0.00%
  • sarı tonu 19.72%
  • ana renk tonu 16.47%
CMYK:
(7,0,20,16)
C7M0Y20K16 
(7%,0%,20%,16%)
(0.07/0.00/0.20/0.16)	

CMYK yüzdeleri

%6.57
%0
%19.72
%16.47

Codes

Color #C7D5AB in popluar color models

C7D5AB
RGB199213171
HSL80°33.33%75.29%
HSB/HSV80°19.72%83.53%
CMYK6.57%0.00%19.72%
16.47%

Color #C7D5AB in popluar number systems.

HEXC7D5AB
Decimal199213171
Binary110001111101010110101011
Octal307325253

Shades and tints

Shades of #C7D5AB

#C7D5AB
(199,213,171)
#B5C29C
(181,194,156)
#A3AF8D
(163,175,141)
#919C7E
(145,156,126)
#7F896F
(127,137,111)
#6D7660
(109,118,96)
#5B6351
(91,99,81)
#495042
(73,80,66)
#373D33
(55,61,51)
#252A24
(37,42,36)
#131715
(19,23,21)
#000000
(0,0,0)

Tints of #C7D5AB

#C7D5AB
(199,213,171)
#CCD8B2
(204,216,178)
#D1DBB9
(209,219,185)
#D6DEC0
(214,222,192)
#DBE1C7
(219,225,199)
#E0E4CE
(224,228,206)
#E5E7D5
(229,231,213)
#EAEADC
(234,234,220)
#EFEDE3
(239,237,227)
#F4F0EA
(244,240,234)
#F9F3F1
(249,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7D5AB; }

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

This text font color is #C7D5AB.


Background Color

.myBgColor { background-color: #C7D5AB; }

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

This div background color is #C7D5AB.


Border color

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

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

This div border color is #C7D5AB.


Opacity

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

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

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

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

This text has shadow with #C7D5AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7D5AB on black background.


Color preview on white background

This text has color #C7D5AB on white background.



Black color preview on #C7D5AB background

This text has black color on #C7D5AB background.


White color preview on #C7D5AB background

This text has white color on #C7D5AB background.