COLOR #C5A1D1

HEX: #C5A1D1
RGB: (197,161,209)

Renk bilgisi

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

RGB renk modeli

#C5A1D1 color RGB value is (197,161,209).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 161 of 255 = 63%
B 209 of 255 = 82%

197
161
209

R + G + B ~ 74%. #C5A1D1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 161 + 209 = 567 (100%)
R 197 of 567 ~ 34.74%
G 161 of 567 ~ 28.4%
B 209 of 567 ~ 36.86%

%34.74
%28.4
%36.86

CMYK RENK MODELİ

#C5A1D1 rengi CMYK tonu (6,23,0,18).

  • camgöbeği tonu 5.74%
  • eflatun tonu 22.97%
  • sarı tonu 0.00%
  • ana renk tonu 18.04%
CMYK:
(6,23,0,18)
C6M23Y0K18 
(6%,23%,0%,18%)
(0.06/0.23/0.00/0.18)	

CMYK yüzdeleri

%5.74
%22.97
%0
%18.04

Codes

Color #C5A1D1 in popluar color models

C5A1D1
RGB197161209
HSL285°34.29%72.55%
HSB/HSV285°22.97%81.96%
CMYK5.74%22.97%0.00%
18.04%

Color #C5A1D1 in popluar number systems.

HEXC5A1D1
Decimal197161209
Binary110001011010000111010001
Octal305241321

Shades and tints

Shades of #C5A1D1

#C5A1D1
(197,161,209)
#B493BE
(180,147,190)
#A385AB
(163,133,171)
#927798
(146,119,152)
#816985
(129,105,133)
#705B72
(112,91,114)
#5F4D5F
(95,77,95)
#4E3F4C
(78,63,76)
#3D3139
(61,49,57)
#2C2326
(44,35,38)
#1B1513
(27,21,19)
#000000
(0,0,0)

Tints of #C5A1D1

#C5A1D1
(197,161,209)
#CAA9D5
(202,169,213)
#CFB1D9
(207,177,217)
#D4B9DD
(212,185,221)
#D9C1E1
(217,193,225)
#DEC9E5
(222,201,229)
#E3D1E9
(227,209,233)
#E8D9ED
(232,217,237)
#EDE1F1
(237,225,241)
#F2E9F5
(242,233,245)
#F7F1F9
(247,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5A1D1; }

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

This text font color is #C5A1D1.


Background Color

.myBgColor { background-color: #C5A1D1; }

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

This div background color is #C5A1D1.


Border color

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

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

This div border color is #C5A1D1.


Opacity

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

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

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

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

This text has shadow with #C5A1D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A1D1 on black background.


Color preview on white background

This text has color #C5A1D1 on white background.



Black color preview on #C5A1D1 background

This text has black color on #C5A1D1 background.


White color preview on #C5A1D1 background

This text has white color on #C5A1D1 background.