COLOR #C6ADAD

HEX: #C6ADAD
RGB: (198,173,173)

Renk bilgisi

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

RGB renk modeli

#C6ADAD color RGB value is (198,173,173).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 173 of 255 = 68%
B 173 of 255 = 68%

198
173
173

R + G + B ~ 71%. #C6ADAD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 173 + 173 = 544 (100%)
R 198 of 544 ~ 36.4%
G 173 of 544 ~ 31.8%
B 173 of 544 ~ 31.8%

%36.4
%31.8
%31.8

CMYK RENK MODELİ

#C6ADAD rengi CMYK tonu (0,13,13,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.63%
  • sarı tonu 12.63%
  • ana renk tonu 22.35%
CMYK:
(0,13,13,22)
C0M13Y13K22 
(0%,13%,13%,22%)
(0.00/0.13/0.13/0.22)	

CMYK yüzdeleri

%0
%12.63
%12.63
%22.35

Codes

Color #C6ADAD in popluar color models

C6ADAD
RGB198173173
HSL17.99%72.75%
HSB/HSV12.63%77.65%
CMYK0.00%12.63%12.63%
22.35%

Color #C6ADAD in popluar number systems.

HEXC6ADAD
Decimal198173173
Binary110001101010110110101101
Octal306255255

Shades and tints

Shades of #C6ADAD

#C6ADAD
(198,173,173)
#B49E9E
(180,158,158)
#A28F8F
(162,143,143)
#908080
(144,128,128)
#7E7171
(126,113,113)
#6C6262
(108,98,98)
#5A5353
(90,83,83)
#484444
(72,68,68)
#363535
(54,53,53)
#242626
(36,38,38)
#121717
(18,23,23)
#000000
(0,0,0)

Tints of #C6ADAD

#C6ADAD
(198,173,173)
#CBB4B4
(203,180,180)
#D0BBBB
(208,187,187)
#D5C2C2
(213,194,194)
#DAC9C9
(218,201,201)
#DFD0D0
(223,208,208)
#E4D7D7
(228,215,215)
#E9DEDE
(233,222,222)
#EEE5E5
(238,229,229)
#F3ECEC
(243,236,236)
#F8F3F3
(248,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6ADAD; }

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

This text font color is #C6ADAD.


Background Color

.myBgColor { background-color: #C6ADAD; }

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

This div background color is #C6ADAD.


Border color

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

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

This div border color is #C6ADAD.


Opacity

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

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

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

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

This text has shadow with #C6ADAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6ADAD on black background.


Color preview on white background

This text has color #C6ADAD on white background.



Black color preview on #C6ADAD background

This text has black color on #C6ADAD background.


White color preview on #C6ADAD background

This text has white color on #C6ADAD background.