COLOR #C6D5AE

HEX: #C6D5AE
RGB: (198,213,174)

Renk bilgisi

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

RGB renk modeli

#C6D5AE color RGB value is (198,213,174).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 213 of 255 = 84%
B 174 of 255 = 68%

198
213
174

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 213 + 174 = 585 (100%)
R 198 of 585 ~ 33.85%
G 213 of 585 ~ 36.41%
B 174 of 585 ~ 29.74%

%33.85
%36.41
%29.74

CMYK RENK MODELİ

#C6D5AE rengi CMYK tonu (7,0,18,16).

  • camgöbeği tonu 7.04%
  • eflatun tonu 0.00%
  • sarı tonu 18.31%
  • ana renk tonu 16.47%
CMYK:
(7,0,18,16)
C7M0Y18K16 
(7%,0%,18%,16%)
(0.07/0.00/0.18/0.16)	

CMYK yüzdeleri

%7.04
%0
%18.31
%16.47

Codes

Color #C6D5AE in popluar color models

C6D5AE
RGB198213174
HSL83°31.71%75.88%
HSB/HSV83°18.31%83.53%
CMYK7.04%0.00%18.31%
16.47%

Color #C6D5AE in popluar number systems.

HEXC6D5AE
Decimal198213174
Binary110001101101010110101110
Octal306325256

Shades and tints

Shades of #C6D5AE

#C6D5AE
(198,213,174)
#B4C29F
(180,194,159)
#A2AF90
(162,175,144)
#909C81
(144,156,129)
#7E8972
(126,137,114)
#6C7663
(108,118,99)
#5A6354
(90,99,84)
#485045
(72,80,69)
#363D36
(54,61,54)
#242A27
(36,42,39)
#121718
(18,23,24)
#000000
(0,0,0)

Tints of #C6D5AE

#C6D5AE
(198,213,174)
#CBD8B5
(203,216,181)
#D0DBBC
(208,219,188)
#D5DEC3
(213,222,195)
#DAE1CA
(218,225,202)
#DFE4D1
(223,228,209)
#E4E7D8
(228,231,216)
#E9EADF
(233,234,223)
#EEEDE6
(238,237,230)
#F3F0ED
(243,240,237)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D5AE color. Also use rgb(198,213,174) instead hex code.

Text Font Color

.myTextColor { color: #C6D5AE; }

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

This text font color is #C6D5AE.


Background Color

.myBgColor { background-color: #C6D5AE; }

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

This div background color is #C6D5AE.


Border color

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

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

This div border color is #C6D5AE.


Opacity

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

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

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

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

This text has shadow with #C6D5AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D5AE on black background.


Color preview on white background

This text has color #C6D5AE on white background.



Black color preview on #C6D5AE background

This text has black color on #C6D5AE background.


White color preview on #C6D5AE background

This text has white color on #C6D5AE background.