COLOR #C6ADDB

HEX: #C6ADDB
RGB: (198,173,219)

Renk bilgisi

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

RGB renk modeli

#C6ADDB color RGB value is (198,173,219).

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

RGB bağlantıları ve doygunluk

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

198
173
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 173 + 219 = 590 (100%)
R 198 of 590 ~ 33.56%
G 173 of 590 ~ 29.32%
B 219 of 590 ~ 37.12%

%33.56
%29.32
%37.12

CMYK RENK MODELİ

#C6ADDB rengi CMYK tonu (10,21,0,14).

  • camgöbeği tonu 9.59%
  • eflatun tonu 21.00%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(10,21,0,14)
C10M21Y0K14 
(10%,21%,0%,14%)
(0.10/0.21/0.00/0.14)	

CMYK yüzdeleri

%9.59
%21
%0
%14.12

Codes

Color #C6ADDB in popluar color models

C6ADDB
RGB198173219
HSL273°38.98%76.86%
HSB/HSV273°21.00%85.88%
CMYK9.59%21.00%0.00%
14.12%

Color #C6ADDB in popluar number systems.

HEXC6ADDB
Decimal198173219
Binary110001101010110111011011
Octal306255333

Shades and tints

Shades of #C6ADDB

#C6ADDB
(198,173,219)
#B49EC8
(180,158,200)
#A28FB5
(162,143,181)
#9080A2
(144,128,162)
#7E718F
(126,113,143)
#6C627C
(108,98,124)
#5A5369
(90,83,105)
#484456
(72,68,86)
#363543
(54,53,67)
#242630
(36,38,48)
#12171D
(18,23,29)
#000000
(0,0,0)

Tints of #C6ADDB

#C6ADDB
(198,173,219)
#CBB4DE
(203,180,222)
#D0BBE1
(208,187,225)
#D5C2E4
(213,194,228)
#DAC9E7
(218,201,231)
#DFD0EA
(223,208,234)
#E4D7ED
(228,215,237)
#E9DEF0
(233,222,240)
#EEE5F3
(238,229,243)
#F3ECF6
(243,236,246)
#F8F3F9
(248,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6ADDB; }

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

This text font color is #C6ADDB.


Background Color

.myBgColor { background-color: #C6ADDB; }

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

This div background color is #C6ADDB.


Border color

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

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

This div border color is #C6ADDB.


Opacity

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

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

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

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

This text has shadow with #C6ADDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6ADDB on black background.


Color preview on white background

This text has color #C6ADDB on white background.



Black color preview on #C6ADDB background

This text has black color on #C6ADDB background.


White color preview on #C6ADDB background

This text has white color on #C6ADDB background.