COLOR #C5ADD1

HEX: #C5ADD1
RGB: (197,173,209)

Renk bilgisi

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

RGB renk modeli

#C5ADD1 color RGB value is (197,173,209).

  • kırmız ton 197;
  • yeşil ton 173;
  • mavi ton 209.
RGB:
(197,173,209)
(77%,68%,82%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 173 of 255 = 68%
B 209 of 255 = 82%

197
173
209

R + G + B ~ 76%. #C5ADD1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 173 + 209 = 579 (100%)
R 197 of 579 ~ 34.02%
G 173 of 579 ~ 29.88%
B 209 of 579 ~ 36.1%

%34.02
%29.88
%36.1

CMYK RENK MODELİ

#C5ADD1 rengi CMYK tonu (6,17,0,18).

  • camgöbeği tonu 5.74%
  • eflatun tonu 17.22%
  • sarı tonu 0.00%
  • ana renk tonu 18.04%
CMYK:
(6,17,0,18)
C6M17Y0K18 
(6%,17%,0%,18%)
(0.06/0.17/0.00/0.18)	

CMYK yüzdeleri

%5.74
%17.22
%0
%18.04

Codes

Color #C5ADD1 in popluar color models

C5ADD1
RGB197173209
HSL280°28.13%74.90%
HSB/HSV280°17.22%81.96%
CMYK5.74%17.22%0.00%
18.04%

Color #C5ADD1 in popluar number systems.

HEXC5ADD1
Decimal197173209
Binary110001011010110111010001
Octal305255321

Shades and tints

Shades of #C5ADD1

#C5ADD1
(197,173,209)
#B49EBE
(180,158,190)
#A38FAB
(163,143,171)
#928098
(146,128,152)
#817185
(129,113,133)
#706272
(112,98,114)
#5F535F
(95,83,95)
#4E444C
(78,68,76)
#3D3539
(61,53,57)
#2C2626
(44,38,38)
#1B1713
(27,23,19)
#000000
(0,0,0)

Tints of #C5ADD1

#C5ADD1
(197,173,209)
#CAB4D5
(202,180,213)
#CFBBD9
(207,187,217)
#D4C2DD
(212,194,221)
#D9C9E1
(217,201,225)
#DED0E5
(222,208,229)
#E3D7E9
(227,215,233)
#E8DEED
(232,222,237)
#EDE5F1
(237,229,241)
#F2ECF5
(242,236,245)
#F7F3F9
(247,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5ADD1; }

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

This text font color is #C5ADD1.


Background Color

.myBgColor { background-color: #C5ADD1; }

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

This div background color is #C5ADD1.


Border color

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

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

This div border color is #C5ADD1.


Opacity

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

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

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

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

This text has shadow with #C5ADD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5ADD1 on black background.


Color preview on white background

This text has color #C5ADD1 on white background.



Black color preview on #C5ADD1 background

This text has black color on #C5ADD1 background.


White color preview on #C5ADD1 background

This text has white color on #C5ADD1 background.