COLOR #C6ADB3

HEX: #C6ADB3
RGB: (198,173,179)

Renk bilgisi

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

RGB renk modeli

#C6ADB3 color RGB value is (198,173,179).

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

RGB bağlantıları ve doygunluk

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

198
173
179

R + G + B ~ 72%. #C6ADB3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 173 + 179 = 550 (100%)
R 198 of 550 ~ 36%
G 173 of 550 ~ 31.45%
B 179 of 550 ~ 32.55%

%36
%31.45
%32.55

CMYK RENK MODELİ

#C6ADB3 rengi CMYK tonu (0,13,10,22).

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

CMYK yüzdeleri

%0
%12.63
%9.6
%22.35

Codes

Color #C6ADB3 in popluar color models

C6ADB3
RGB198173179
HSL346°17.99%72.75%
HSB/HSV346°12.63%77.65%
CMYK0.00%12.63%9.60%
22.35%

Color #C6ADB3 in popluar number systems.

HEXC6ADB3
Decimal198173179
Binary110001101010110110110011
Octal306255263

Shades and tints

Shades of #C6ADB3

#C6ADB3
(198,173,179)
#B49EA3
(180,158,163)
#A28F93
(162,143,147)
#908083
(144,128,131)
#7E7173
(126,113,115)
#6C6263
(108,98,99)
#5A5353
(90,83,83)
#484443
(72,68,67)
#363533
(54,53,51)
#242623
(36,38,35)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #C6ADB3

#C6ADB3
(198,173,179)
#CBB4B9
(203,180,185)
#D0BBBF
(208,187,191)
#D5C2C5
(213,194,197)
#DAC9CB
(218,201,203)
#DFD0D1
(223,208,209)
#E4D7D7
(228,215,215)
#E9DEDD
(233,222,221)
#EEE5E3
(238,229,227)
#F3ECE9
(243,236,233)
#F8F3EF
(248,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6ADB3; }

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

This text font color is #C6ADB3.


Background Color

.myBgColor { background-color: #C6ADB3; }

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

This div background color is #C6ADB3.


Border color

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

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

This div border color is #C6ADB3.


Opacity

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

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

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

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

This text has shadow with #C6ADB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6ADB3 on black background.


Color preview on white background

This text has color #C6ADB3 on white background.



Black color preview on #C6ADB3 background

This text has black color on #C6ADB3 background.


White color preview on #C6ADB3 background

This text has white color on #C6ADB3 background.