COLOR #C7D5AD

HEX: #C7D5AD
RGB: (199,213,173)

Renk bilgisi

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

RGB renk modeli

#C7D5AD color RGB value is (199,213,173).

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

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 213 of 255 = 84%
B 173 of 255 = 68%

199
213
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 213 + 173 = 585 (100%)
R 199 of 585 ~ 34.02%
G 213 of 585 ~ 36.41%
B 173 of 585 ~ 29.57%

%34.02
%36.41
%29.57

CMYK RENK MODELİ

#C7D5AD rengi CMYK tonu (7,0,19,16).

  • camgöbeği tonu 6.57%
  • eflatun tonu 0.00%
  • sarı tonu 18.78%
  • ana renk tonu 16.47%
CMYK:
(7,0,19,16)
C7M0Y19K16 
(7%,0%,19%,16%)
(0.07/0.00/0.19/0.16)	

CMYK yüzdeleri

%6.57
%0
%18.78
%16.47

Codes

Color #C7D5AD in popluar color models

C7D5AD
RGB199213173
HSL81°32.26%75.69%
HSB/HSV81°18.78%83.53%
CMYK6.57%0.00%18.78%
16.47%

Color #C7D5AD in popluar number systems.

HEXC7D5AD
Decimal199213173
Binary110001111101010110101101
Octal307325255

Shades and tints

Shades of #C7D5AD

#C7D5AD
(199,213,173)
#B5C29E
(181,194,158)
#A3AF8F
(163,175,143)
#919C80
(145,156,128)
#7F8971
(127,137,113)
#6D7662
(109,118,98)
#5B6353
(91,99,83)
#495044
(73,80,68)
#373D35
(55,61,53)
#252A26
(37,42,38)
#131717
(19,23,23)
#000000
(0,0,0)

Tints of #C7D5AD

#C7D5AD
(199,213,173)
#CCD8B4
(204,216,180)
#D1DBBB
(209,219,187)
#D6DEC2
(214,222,194)
#DBE1C9
(219,225,201)
#E0E4D0
(224,228,208)
#E5E7D7
(229,231,215)
#EAEADE
(234,234,222)
#EFEDE5
(239,237,229)
#F4F0EC
(244,240,236)
#F9F3F3
(249,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7D5AD; }

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

This text font color is #C7D5AD.


Background Color

.myBgColor { background-color: #C7D5AD; }

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

This div background color is #C7D5AD.


Border color

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

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

This div border color is #C7D5AD.


Opacity

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

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

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

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

This text has shadow with #C7D5AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7D5AD on black background.


Color preview on white background

This text has color #C7D5AD on white background.



Black color preview on #C7D5AD background

This text has black color on #C7D5AD background.


White color preview on #C7D5AD background

This text has white color on #C7D5AD background.