COLOR #C5A8DA

HEX: #C5A8DA
RGB: (197,168,218)

Renk bilgisi

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

RGB renk modeli

#C5A8DA color RGB value is (197,168,218).

  • kırmız ton 197;
  • yeşil ton 168;
  • mavi ton 218.
RGB:
(197,168,218)
(77%,66%,85%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 168 of 255 = 66%
B 218 of 255 = 85%

197
168
218

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 168 + 218 = 583 (100%)
R 197 of 583 ~ 33.79%
G 168 of 583 ~ 28.82%
B 218 of 583 ~ 37.39%

%33.79
%28.82
%37.39

CMYK RENK MODELİ

#C5A8DA rengi CMYK tonu (10,23,0,15).

  • camgöbeği tonu 9.63%
  • eflatun tonu 22.94%
  • sarı tonu 0.00%
  • ana renk tonu 14.51%
CMYK:
(10,23,0,15)
C10M23Y0K15 
(10%,23%,0%,15%)
(0.10/0.23/0.00/0.15)	

CMYK yüzdeleri

%9.63
%22.94
%0
%14.51

Codes

Color #C5A8DA in popluar color models

C5A8DA
RGB197168218
HSL275°40.32%75.69%
HSB/HSV275°22.94%85.49%
CMYK9.63%22.94%0.00%
14.51%

Color #C5A8DA in popluar number systems.

HEXC5A8DA
Decimal197168218
Binary110001011010100011011010
Octal305250332

Shades and tints

Shades of #C5A8DA

#C5A8DA
(197,168,218)
#B499C7
(180,153,199)
#A38AB4
(163,138,180)
#927BA1
(146,123,161)
#816C8E
(129,108,142)
#705D7B
(112,93,123)
#5F4E68
(95,78,104)
#4E3F55
(78,63,85)
#3D3042
(61,48,66)
#2C212F
(44,33,47)
#1B121C
(27,18,28)
#000000
(0,0,0)

Tints of #C5A8DA

#C5A8DA
(197,168,218)
#CAAFDD
(202,175,221)
#CFB6E0
(207,182,224)
#D4BDE3
(212,189,227)
#D9C4E6
(217,196,230)
#DECBE9
(222,203,233)
#E3D2EC
(227,210,236)
#E8D9EF
(232,217,239)
#EDE0F2
(237,224,242)
#F2E7F5
(242,231,245)
#F7EEF8
(247,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5A8DA color. Also use rgb(197,168,218) instead hex code.

Text Font Color

.myTextColor { color: #C5A8DA; }

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

This text font color is #C5A8DA.


Background Color

.myBgColor { background-color: #C5A8DA; }

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

This div background color is #C5A8DA.


Border color

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

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

This div border color is #C5A8DA.


Opacity

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

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

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

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

This text has shadow with #C5A8DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A8DA on black background.


Color preview on white background

This text has color #C5A8DA on white background.



Black color preview on #C5A8DA background

This text has black color on #C5A8DA background.


White color preview on #C5A8DA background

This text has white color on #C5A8DA background.