COLOR #C5A9DA

HEX: #C5A9DA
RGB: (197,169,218)

Renk bilgisi

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

RGB renk modeli

#C5A9DA color RGB value is (197,169,218).

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

RGB bağlantıları ve doygunluk

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

197
169
218

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 169 + 218 = 584 (100%)
R 197 of 584 ~ 33.73%
G 169 of 584 ~ 28.94%
B 218 of 584 ~ 37.33%

%33.73
%28.94
%37.33

CMYK RENK MODELİ

#C5A9DA rengi CMYK tonu (10,22,0,15).

  • camgöbeği tonu 9.63%
  • eflatun tonu 22.48%
  • sarı tonu 0.00%
  • ana renk tonu 14.51%
CMYK:
(10,22,0,15)
C10M22Y0K15 
(10%,22%,0%,15%)
(0.10/0.22/0.00/0.15)	

CMYK yüzdeleri

%9.63
%22.48
%0
%14.51

Codes

Color #C5A9DA in popluar color models

C5A9DA
RGB197169218
HSL274°39.84%75.88%
HSB/HSV274°22.48%85.49%
CMYK9.63%22.48%0.00%
14.51%

Color #C5A9DA in popluar number systems.

HEXC5A9DA
Decimal197169218
Binary110001011010100111011010
Octal305251332

Shades and tints

Shades of #C5A9DA

#C5A9DA
(197,169,218)
#B49AC7
(180,154,199)
#A38BB4
(163,139,180)
#927CA1
(146,124,161)
#816D8E
(129,109,142)
#705E7B
(112,94,123)
#5F4F68
(95,79,104)
#4E4055
(78,64,85)
#3D3142
(61,49,66)
#2C222F
(44,34,47)
#1B131C
(27,19,28)
#000000
(0,0,0)

Tints of #C5A9DA

#C5A9DA
(197,169,218)
#CAB0DD
(202,176,221)
#CFB7E0
(207,183,224)
#D4BEE3
(212,190,227)
#D9C5E6
(217,197,230)
#DECCE9
(222,204,233)
#E3D3EC
(227,211,236)
#E8DAEF
(232,218,239)
#EDE1F2
(237,225,242)
#F2E8F5
(242,232,245)
#F7EFF8
(247,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5A9DA; }

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

This text font color is #C5A9DA.


Background Color

.myBgColor { background-color: #C5A9DA; }

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

This div background color is #C5A9DA.


Border color

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

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

This div border color is #C5A9DA.


Opacity

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

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

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

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

This text has shadow with #C5A9DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A9DA on black background.


Color preview on white background

This text has color #C5A9DA on white background.



Black color preview on #C5A9DA background

This text has black color on #C5A9DA background.


White color preview on #C5A9DA background

This text has white color on #C5A9DA background.